@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
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;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: dnp-shuei-gothic-gin-std, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  width: 100%;
  color: #000000;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  html {
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 750px) {
  html {
    letter-spacing: 0.02em;
  }
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 11px;
  }
}

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

a {
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ryo {
  font-family: ryo-display-plusn, serif;
  font-weight: 500;
  font-style: normal;
}

.sofiaB {
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.sofiaSB {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sofiaR {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sofiaR_italic {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
}

#otona_menu {
  letter-spacing: 1.5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

@media screen and (min-width: 751px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 750px) {
  #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: 751px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}

@media screen and (min-width: 751px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 750px) {
  #otona_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}

#otona_menu #nav-pop {
  -webkit-transition: height 0.4s linear;
  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: 751px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}

@media screen and (max-width: 750px) {
  #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
  }
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(100% / 7);
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(100% / 2 - 10px);
    padding: 10px 0;
  }
}

#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: 750px) {
  #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: 750px) {
  #otona_menu #btn-menu-nav,
  #otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}

#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000 !important;
}

#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#otona_menu #nav-pop .close span:last-child {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* CONTENT メイン
--------------------------------------*/
#contents {
  max-width: 1800px;
  margin: 0 auto;
  letter-spacing: 0.08em;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

#main {
  position: relative;
}

#main .main-img {
  width: 100%;
  height: auto;
}

#main h1 {
  width: 16%;
  position: absolute;
  top: 2%;
  right: 4%;
}

@media screen and (max-width: 750px) {
  #main h1 {
    width: 40%;
    position: absolute;
    top: 3%;
    right: 3%;
  }
}

.read {
  display: block;
  margin: 60px auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .read {
    width: 90%;
  }
}

.read p {
  text-align: left;
  display: inline-block;
  font-size: 11px;
  line-height: 3em;
}

@media screen and (max-width: 750px) {
  .read p {
    font-size: 12px;
  }
}

.intro {
  margin: 0 auto;
  width: 250px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 750px) {
  .intro {
    width: 70%;
  }
}

.intro span.intro_no {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.intro span.intro_s {
  display: block;
  font-size: 10px;
  color: #a19d9d;
  padding-top: 10px;
}

.intro p {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .intro p {
    font-size: 20px;
  }
}

.intro span.intro_brand {
  font-size: 11px;
}

ul.list {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  ul.list {
    width: 80%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 60px auto 0;
  }
}

ul.list li {
  width: 105px;
  height: auto;
  margin: 5px;
  position: relative;
}

@media screen and (max-width: 750px) {
  ul.list li {
    width: calc(100% / 3 - 4px);
    margin: 2px;
  }
}

ul.list li p {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

ul.list li a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #4c2708;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}

ul.list li a:hover::before {
  opacity: 0;
}

.sub_title {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  .sub_title {
    font-size: 20px;
    margin-top: 150px;
    text-align: left;
    padding-left: 20px;
    line-height: 1.5em;
  }
}

section.box {
  width: 520px;
  margin: 200px auto 0;
  border: 1px solid #000;
  padding: 110px 80px;
  position: relative;
}

@media screen and (max-width: 750px) {
  section.box {
    width: 85%;
    margin: 230px auto 0;
    padding: 35% 5% 20%;
  }
}

section.box h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  color: #fff;
  line-height: 6.3em;
}

@media screen and (max-width: 750px) {
  section.box h2 {
    line-height: 6.4em;
  }
}

section.box h2 span.day {
  background-color: #dc9925;
  font-size: 24px;
  padding: 80px 20px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 750px) {
  section.box h2 span.day {
    font-size: 20px;
    line-height: 20px;
    padding: 50px 20px;
  }
}

section.box h2 span.contents {
  background-color: #dc9925;
  font-size: 24px;
  padding: 80px 24px;
  letter-spacing: 0.25em;
  margin-top: 90px;
  text-orientation: upright;
}

@media screen and (max-width: 750px) {
  section.box h2 span.contents {
    font-size: 21px;
    padding: 50px 23px;
    margin-top: 70px;
  }
}

section.box .h2_r {
  position: absolute;
  top: -140px;
  right: -115px;
}

@media screen and (max-width: 750px) {
  section.box .h2_r {
    top: -170px;
    right: 4px;
  }
}

section.box .h2_l {
  position: absolute;
  top: -140px;
  left: -115px;
}

@media screen and (max-width: 750px) {
  section.box .h2_l {
    top: -170px;
    left: 4px;
  }
}

section.box .box_in .box_img {
  position: relative;
}

section.box .box_in .box_img .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding-bottom: 10px;
}

section.box .box_in .box_img .week span.week_txt {
  font-size: 16px;
  padding-right: 5px;
}

section.box .box_in .box_img span.dott {
  font-size: 16px;
  line-height: 16px;
}

section.box .box_in .box_img span.heart {
  width: 65px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -40px;
}

section.box .box_in p.box_txt {
  width: 100%;
  display: inline-block;
  color: #8d8989;
  padding-top: 60px;
  margin-top: 35px;
  border-top: 1px solid #a19d9d;
  line-height: 1.9em;
}

@media screen and (max-width: 750px) {
  section.box .box_in p.box_txt {
    padding-top: 40px;
  }
}

section.box .box_in ul.credit {
  font-size: 11px;
  padding-top: 60px;
}

@media screen and (min-width: 751px) {
  section.box .box_in ul.credit {
    text-align: right;
  }
}

@media screen and (max-width: 750px) {
  section.box .box_in ul.credit {
    padding-top: 40px;
  }
}

section.box .box_in ul.credit li a {
  width: 380px;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 750px) {
  section.box .box_in ul.credit li a {
    width: 100%;
  }
}

section.box .box_in ul.credit li span.buy {
  color: #fff;
  padding: 5px 25px;
  background-color: #000;
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  section.box .box_in ul.credit li span.buy {
    padding: 5px 15px;
    margin-left: 10px;
  }
}

section.box .box_in ul.credit li span.soon {
  margin-left: 30px;
}

section.box .box_in ul.credit li a:hover span.buy {
  background-color: #a19d9d;
}

section.box .box_in ul.credit li .sample {
  font-size: 10px;
}

a[href=""], .credit_l a[href=""] {
  pointer-events: none;
}

#box01 {
  margin: 40px auto 0;
}

#box03 h2 span.contents {
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  #box01 h2 span.contents, #box04 h2 span.contents {
    margin-top: -20px;
  }
}

@media screen and (max-width: 750px) {
  #box07 h2 span.contents {
    margin-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  #box02 h2 span.contents, .contents, #box05 h2 span.contents {
    margin-top: 30px;
  }
}

.profile {
  width: 700px;
  margin: 300px auto 0;
}

@media screen and (max-width: 750px) {
  .profile {
    width: 90%;
    margin: 150px auto 0;
  }
}

.profile .prof_img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .profile .prof_img {
    width: 180px;
    height: 180px;
  }
}

.profile ul.prof_txt {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 30px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 750px) {
  .profile ul.prof_txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}

.profile ul.prof_txt li {
  border-bottom: 1px solid #a19d9d;
  font-size: 14px;
  padding-bottom: 8px;
}

.profile ul.prof_txt li:nth-of-type(1) {
  width: 100%;
  font-size: 22px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .profile ul.prof_txt li:nth-of-type(1) {
    text-align: center;
  }
}

.profile ul.prof_txt li:nth-of-type(2) {
  width: 50%;
}

.profile ul.prof_txt li:nth-of-type(3) {
  width: 50%;
  position: relative;
}

.profile ul.prof_txt li:nth-of-type(3)::before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #a19d9d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 6px;
  left: -20px;
}

.profile ul.prof_txt li:nth-of-type(4) {
  width: 100%;
}

.profile ul.prof_txt span.prof_s {
  display: block;
  font-size: 10px;
  color: #a19d9d;
}

.profile .prof_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .profile .prof_btn {
    margin-top: 20px;
  }
}

.profile .prof_btn .coor_btn, .profile .prof_btn .brand_btn {
  width: 47%;
  padding: 7px;
  text-align: center;
  background-color: #a19d9d;
}

@media screen and (max-width: 750px) {
  .profile .prof_btn .coor_btn, .profile .prof_btn .brand_btn {
    width: 100%;
    margin-top: 5px;
    padding: 8px;
  }
}

.profile .prof_btn .coor_btn a, .profile .prof_btn .brand_btn a {
  display: block;
  color: #ffffff;
}

.profile .prof_btn .coor_btn a:hover, .profile .prof_btn .brand_btn a:hover {
  opacity: 0.5;
}

.profile .insta {
  margin-top: 100px;
}

.profile .insta p {
  font-size: 16px;
  text-align: center;
}

.profile .insta p span.reel {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  display: block;
  font-size: 10px;
}

.profile .insta ul {
  width: 510px;
  margin: 0 auto;
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  .profile .insta ul {
    width: 90%;
  }
}

.profile .insta ul li {
  margin: 2px;
  width: calc(100% / 3 - 4px);
}

@media screen and (max-width: 750px) {
  .profile .insta ul li {
    width: calc(100% / 2 - 4px);
  }
}

.profile .insta ul li .and {
  width: 100%;
  font-size: 12px;
  padding-top: 5px;
}

.profile .reel {
  text-align: center;
  padding-top: 40px;
}

.profile .reel .reel_txt {
  font-size: 12px;
  padding-bottom: 5px;
}

.profile .reel a {
  display: block;
  width: 40%;
  margin: 0 auto;
  background-color: #a19d9d;
  color: #ffffff;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .profile .reel a {
    width: 60%;
  }
}

.profile .reel a:hover {
  opacity: 0.5;
}

.shop {
  margin-top: 260px;
}

@media screen and (max-width: 750px) {
  .shop {
    margin-top: 200px;
  }
}

.shop .shop_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.1em;
  padding-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .shop .shop_title {
    font-size: 22px;
  }
}

.shop .shop_title span {
  display: block;
  font-size: 14px;
}

.shop .flexbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shop .shop_in {
  background-color: #ebe9e9;
  padding: 80px 10px;
  position: relative;
  margin-top: 2px;
}

@media screen and (min-width: 751px) {
  .shop .shop_in::before {
    content: '';
    width: 30px;
    height: 140px;
    background-color: #a19d9d;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.shop .shop_in .shop_img {
  width: 500px;
}

@media screen and (max-width: 750px) {
  .shop .shop_in .shop_img {
    width: 90%;
  }
}

.shop .shop_in .shop_txt {
  width: 350px;
  padding-left: 50px;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .shop .shop_in .shop_txt {
    width: 90%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.shop .shop_in .shop_txt p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 700;
}

.shop .shop_in .shop_txt p:nth-of-type(2) {
  font-size: 11px;
  padding-top: 30px;
}

.shop .shop_in .shop_txt .shop_btn a {
  display: inline-block;
  padding: 20px 40px;
  background-color: #fff;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .shop .shop_in .shop_txt .shop_btn a {
    margin: 30px auto 0;
  }
}

.shop .shop_in .shop_txt .shop_btn a:hover {
  background-color: #a19d9d;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .shop .shop_in:nth-of-type(2)::before, .shop .shop_in:nth-of-type(4)::before {
    content: '';
    width: 30px;
    height: 140px;
    background-color: #a19d9d;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .shop .shop_in:nth-of-type(2) .shop_img, .shop .shop_in:nth-of-type(4) .shop_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 750px) {
  .shop .shop_in:nth-of-type(2) .shop_txt, .shop .shop_in:nth-of-type(4) .shop_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer .top_btn a {
  width: 41%;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  margin: 80px auto 50px;
  display: block;
  border: 1px solid #000;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  footer .top_btn a {
    width: 90%;
    padding: 20px 0;
    font-size: 16px;
  }
}

footer .top_btn a:hover {
  color: #fff;
  background-color: #a19d9d;
  border: 1px solid #a19d9d;
}

footer p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}

#page-top a:hover {
  opacity: 0.5;
}

.slick-dots li button:before {
  font-family: "slick" !important;
  font-size: 30px !important;
  line-height: 20px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 20px !important;
  height: 20px !important;
  content: "•" !important;
  text-align: center !important;
  opacity: 0.25 !important;
  color: black !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.slick-dots li.slick-active button:before {
  color: #dc9925 !important;
  opacity: 1 !important;
}

@media screen and (min-width: 751px) {
  .slick-prev {
    left: -30px !important;
  }
}

@media screen and (min-width: 751px) {
  .slick-next {
    right: -30px !important;
  }
}

.slick-prev:before {
  content: "〈  " !important;
}

.slick-next:before {
  content: "  〉" !important;
}

.slick-prev:before, .slick-next:before {
  color: #a19d9d !important;
}

@media screen and (max-width: 750px) {
  .slick-prev:before, .slick-next:before {
    color: #fff !important;
  }
}

/* animation
--------------------------------------*/
.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
/*# sourceMappingURL=style.css.map */