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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

/*変数
---------------------------------------------*/
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #865E3B;
  letter-spacing: 1px;
  font-family: garamond-premier-pro, a-otf-ryumin-pr6n, "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
@media screen and (min-width: 970px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 970px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}

ul li {
  list-style: none;
}

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

a {
  color: #865E3B;
  text-decoration: none;
}

a:hover {
  color: #ccc;
}

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

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

.animated {
  /* animation-duration:0.1s; */
  transition-delay: 0.38s;
}

/* ---------------------------------------------------
 Common
--------------------------------------------------- */
#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: 970px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 970px) {
  #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: 970px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}
@media screen and (min-width: 970px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 970px) {
  #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: 970px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 970px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 970px) {
  #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: 970px) {
  #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: 970px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 970px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 970px) {
  #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: 970px) {
  #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: 970px) {
  #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: 100px;
  z-index: 99;
  width: 50px;
  height: 19px;
}
@media screen and (max-width: 970px) {
  #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);
}

#mainarea {
  width: 100%;
}
@media screen and (min-width: 970px) {
  #mainarea {
    margin: 50px auto 0;
    position: relative;
  }
}
@media screen and (max-width: 970px) {
  #mainarea {
    width: 100%;
  }
}
#mainarea .mainimg {
  margin: 0 auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (min-width: 970px) {
  #mainarea .mainimg {
    width: 80%;
  }
}
#mainarea h1 {
  color: #fff;
  position: absolute;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  letter-spacing: 2px;
}
@media screen and (min-width: 970px) {
  #mainarea h1 {
    font-size: 70px;
    bottom: 5%;
    left: 14%;
    line-height: 70px;
  }
}
@media screen and (max-width: 970px) {
  #mainarea h1 {
    top: 10px;
    font-size: 45px;
    line-height: 45px;
    left: 35px;
  }
}
@media screen and (min-width: 970px) {
  #mainarea h1 span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 970px) {
  #mainarea h1 span {
    font-size: 16px;
    line-height: 30px;
  }
}

.read {
  font-family: ryo-display-plusn, serif;
  text-align: center;
}
@media screen and (min-width: 970px) {
  .read {
    margin: 150px auto;
    font-size: 13px;
    width: 60%;
    line-height: 30px;
  }
}
@media screen and (max-width: 970px) {
  .read {
    margin: 70px auto;
    width: 87%;
    line-height: 25px;
  }
}
.read p {
  text-align: left;
}
.read li:nth-child(1) {
  font-weight: bold;
}

#wrap {
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #wrap {
    width: 100%;
    height: 100%;
  }
}
.section_title {
  font-size: 40px;
  font-weight: bold;
  padding: 100px 0px 60px 20px;
  position: relative;
}
@media screen and (max-width: 970px) {
  .section_title {
    padding-left: 10px;
    font-size: 36px;
  }
}
.section_title .border {
  position: absolute;
  width: 130px;
  border: #865E3B 1.5px solid;
  margin-left: 10px;
  top: 59%;
}
@media screen and (max-width: 970px) {
  .section_title .border {
    width: 23%;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
@media screen and (max-width: 970px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}

#page-top a {
  position: relative;
  background: #EDEBEB;
  text-decoration: none;
  color: #865E3B;
  width: 60px;
  padding: 30px 14px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 1;
  transition: all 0.3s ease;
}
#page-top a .bag {
  position: absolute;
  top: 30%;
  left: 15px;
}

#page-top a::before {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 1px solid #865E3B;
  border-right: 1px solid #865E3B;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ---------------------------------------------------
 BOX
--------------------------------------------------- */
h2 {
  text-align: left;
}
@media screen and (min-width: 970px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 27px;
  }
}

.kana {
  font-size: 11px;
  width: 80%;
  margin: 0 auto;
}

.brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 970px) {
  .brand {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 970px) {
  .box {
    margin-bottom: 100px;
  }
}

.img_two_flex {
  width: 100%;
}
@media screen and (min-width: 970px) {
  .img_two_flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.img_two_flex .num {
  position: absolute;
  transform: rotate(90deg);
}
@media screen and (min-width: 970px) {
  .img_two_flex .num {
    top: 12%;
    left: -8%;
  }
}
@media screen and (max-width: 970px) {
  .img_two_flex .num {
    top: 18%;
    left: -14%;
  }
}
.img_two_flex .num span {
  padding-left: 5px;
  font-weight: bold;
  font-size: 11px;
}
@media screen and (min-width: 970px) {
  .img_two_flex .num span {
    font-size: 15px;
  }
}
.img_two_flex .line {
  height: 1px;
  background-color: #865E3B;
}
@media screen and (min-width: 970px) {
  .img_two_flex .line {
    position: absolute;
    width: 70px;
    right: -5%;
    top: 50%;
  }
}
@media screen and (max-width: 970px) {
  .img_two_flex .line {
    transform: rotate(90deg);
    width: 30px;
    margin: 5px auto 0;
  }
}
@media screen and (min-width: 970px) {
  .img_two_flex .lineL {
    position: absolute;
    width: 70px;
    left: -5%;
    top: 50%;
  }
}
.img_two_flex .img_1 {
  position: relative;
}
@media screen and (min-width: 970px) {
  .img_two_flex .img_1 {
    width: 50%;
  }
}
@media screen and (max-width: 970px) {
  .img_two_flex .img_1 {
    width: 100%;
  }
}
@media screen and (min-width: 970px) {
  .img_two_flex .img_2 {
    width: 50%;
  }
}
@media screen and (max-width: 970px) {
  .img_two_flex .img_2 {
    width: 85%;
    margin: 50px auto 0;
  }
}
.img_two_flex h3 {
  text-align: center;
  margin: 30px auto;
  font-family: ryo-display-plusn, serif;
}
@media screen and (min-width: 970px) {
  .img_two_flex h3 {
    width: 80%;
  }
}
.img_two_flex h3 p {
  text-align: justify;
  display: inline-block;
}
@media screen and (min-width: 970px) {
  .img_two_flex h3 p {
    line-height: 25px;
  }
}
@media screen and (max-width: 970px) {
  .img_two_flex h3 p {
    line-height: 20px;
  }
}
.img_two_flex .border_s {
  border-bottom: solid 1px #865E3B;
  display: block;
  width: 180px;
  margin: 60px auto;
}
.img_two_flex .brandtop {
  font-size: 11px;
}
@media screen and (min-width: 970px) {
  .img_two_flex .brandtop {
    text-align: left;
    width: 80%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 970px) {
  .img_two_flex .brandtop {
    text-align: right;
    margin: 50px auto 0;
  }
}
.img_two_flex .brandtop a {
  border: 0.5px solid #865E3B;
  padding: 7px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.img_two_flex .brandtop a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.flex_in {
  display: flex;
}
.flex_in div:nth-child(2) {
  margin: 0 15px;
}
@media screen and (max-width: 970px) {
  .flex_in {
    margin: 20px auto 70px;
  }
}

.flex_even {
  flex-direction: row-reverse;
}

.credit {
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  .credit {
    width: 80%;
  }
}
@media screen and (min-width: 970px) {
  .credit li {
    line-height: 20px;
  }
}
.credit .flex {
  padding-top: 10px;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
}
.credit .flex .itemin_img {
  width: 8%;
}
@media screen and (max-width: 970px) {
  .credit .flex .itemin_img {
    width: 17%;
  }
}
.credit .flex .itemin_detail {
  font-size: 11px;
  width: 90%;
}
@media screen and (max-width: 970px) {
  .credit .flex .itemin_detail {
    width: 79%;
  }
}
.credit .flex .itemin_detail .price {
  position: relative;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 970px) {
  .credit .flex .itemin_detail .price {
    margin-top: 2px;
  }
}
.credit .flex .itemin_detail .price .buy {
  position: absolute;
  right: 45%;
  background-color: #865E3B;
  color: #fff;
  padding: 0 12px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 970px) {
  .credit .flex .itemin_detail .price .buy {
    right: 0;
  }
}
.credit .flex .itemin_detail .price .buy:hover {
  color: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.credit .sanko {
  font-size: 10px;
  padding: 5px 0;
  display: block;
}

/* ---------------------------------------------------
 BAG
--------------------------------------------------- */
.bg {
  background-color: #F4F0F0;
}

.content {
  margin: 0 20px;
}
@media screen and (max-width: 970px) {
  .content {
    margin: 0;
  }
}
.content .brand, .content h2 {
  margin: 0 10px;
}
.content h2 {
  margin-bottom: 10px;
}

.bag_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bag_flex .bag_itemin {
  width: 24%;
  margin-bottom: 100px;
}
@media screen and (max-width: 970px) {
  .bag_flex .bag_itemin {
    width: 49%;
    margin-bottom: 50px;
  }
}
.bag_flex .bag_itemin .price, .bag_flex .bag_itemin .tag_area {
  margin: 15px 10px;
}
.bag_flex .bag_itemin .price, .bag_flex .bag_itemin .buy {
  font-size: 11px;
  font-weight: bold;
}
.bag_flex .bag_itemin .price:first-of-type {
  font-weight: initial;
}
.bag_flex .bag_itemin .buy {
  float: right;
  color: #fff;
  background-color: #865E3B;
  padding: 0 12px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.bag_flex .bag_itemin .buy:hover {
  color: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.bag_flex .bag_itemin .tag_area .tag {
  display: inline-block;
  background-color: #E8E1E1;
  padding: 2px 5px;
  margin-right: 4px;
  margin-bottom: 8px;
  font-size: 11px;
}
@media screen and (max-width: 970px) {
  .bag_flex .bag_itemin .tag_area .tag {
    padding: 2px 10px;
  }
}

/* ---------------------------------------------------
 SP Footer
--------------------------------------------------- */
footer {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 970px) {
  footer {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 970px) {
  footer {
    margin: 50px auto 0;
  }
}
footer a {
  border-bottom: 2px solid #865E3B;
  padding-bottom: 5px;
}
footer .copyright {
  font-size: 10px;
  width: 100%;
}
@media screen and (min-width: 970px) {
  footer .copyright {
    margin: 70px auto 20px;
  }
}
@media screen and (max-width: 970px) {
  footer .copyright {
    margin: 50px auto 20px;
  }
}

/* ---------------------------------------------------
 アコーディオン
--------------------------------------------------- */
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  .accordion-area {
    width: 98%;
  }
}

.accordion-area li {
  margin: 10px 0;
  background-color: #F4F0F0;
}

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 970px) {
  .title {
    padding: 6% 3% 6% 10px;
  }
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #865E3B;
}

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.ac_box {
  display: none; /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}
@media screen and (max-width: 970px) {
  .ac_box {
    padding: 0;
  }
}
.ac_box .cate {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
.ac_box .cate .border {
  position: absolute;
  display: block;
  top: 37%;
  left: 18%;
  width: 50px;
  border: solid 1px #865E3B;
}
@media screen and (max-width: 970px) {
  .ac_box .cate .border {
    left: 38%;
  }
}
.ac_box .cate .border_bag {
  position: absolute;
  display: block;
  top: 37%;
  left: 6%;
  width: 50px;
  border: solid 1px #865E3B;
}
@media screen and (max-width: 970px) {
  .ac_box .cate .border_bag {
    left: 14%;
  }
}
.ac_box .list {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ac_box .list div {
  width: 50%;
  padding-bottom: 20px;
}
@media screen and (max-width: 970px) {
  .ac_box .list div {
    width: 49%;
  }
}/*# sourceMappingURL=style.css.map */