@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: #995d89;
  color: #333333;
  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: #995d89;
  text-decoration: none;
}

.bg a {
  color: #333333;
  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%;
	background-color: #dfe7e9;
}
@media screen and (min-width: 970px) {
  #mainarea {
    margin: 0px auto 0;
    position: relative;
	  padding-top: 50px;
  }
}
@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;
  color: #995d89;
}


@media screen and (max-width: 970px) {
  .section_title {
    padding-left: 10px;
    font-size: 36px;
  }
}
.section_title .border {
  position: absolute;
  width: 130px;
  border: #995d89 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: #995d89;
  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 #995d89;
  border-right: 1px solid #995d89;
}

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

/* ---------------------------------------------------
 BOX
--------------------------------------------------- */
h2 {
  text-align: left;
  color: #995d89;
}
@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);
color: #995d89;
}
@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: #995d89;
}
@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 #995d89;
  display: block;
  width: 180px;
  margin: 60px auto;
}
.img_two_flex .brandtop,.categorylist {
  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 ,.categorylist{
  border: 0.5px solid #995d89;
  padding: 7px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.categorylist, .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%;
	color: #333;
}
@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: #995d89;
  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: #dfe7e9;
  background-color: #ffffff;
}

.content {
  margin: 0 20px;
}

.bg .content {
  margin-top: 40px;
}
#box12.content {
  margin-top: 0px;
}
@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;
color: #333333;
}
.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: #995d89;
  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: #cedfdf;
  background-color: #d6ccd3;
  background-color: #ded6dc;
	
  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;
  }
}


/* ---------------------------------------------------
 Footer
--------------------------------------------------- */
footer {
  background: #F5F5F5;
}
@media screen and (min-width: 970px) {
  footer {
    padding: 205px 0 20px;
  }
}
@media screen and (max-width: 970px) {
  footer {
    padding: 100px 0 10px;
  }
}
footer div.inner {
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  footer div.inner {
    width: 842px;
  }
}
@media screen and (max-width: 970px) {
  footer div.inner {
    width: 94.5%;
  }
}
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: 970px) {
  footer div.inner h6 {
    font-size: 18px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 970px) {
  footer div.inner h6 {
    font-size: 23px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 970px) {
  footer div.inner h6 span {
    font-size: 15px;
  }
}
@media screen and (min-width: 970px) {
  footer div.inner h6 span {
    font-size: 20px;
  }
}
footer div.inner div.banner_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 970px) {
  footer div.inner div.banner_outer {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 970px) {
  footer div.inner div.banner_outer {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 970px) {
  footer div.inner div.banner_outer div.banner_wrap {
    width: 48.2%;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 970px) {
  footer div.inner div.banner_outer div.banner_wrap {
    width: 389px;
    margin-bottom: 45px;
  }
}
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;
}
footer div.inner div.banner_outer div.banner_wrap img {
  display: block;
  width: 100%;
}
footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
  line-height: 1;
}
@media screen and (min-width: 970px) {
  footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 970px) {
  footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
    margin-top: 17px;
  }
}
footer div.inner div.banner_outer div.banner_wrap p.text_wrap span.date {
  font-size: 10px;
  color: #707070;
  display: block;
  margin-bottom: 8px;
}
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: 970px) {
  footer div.inner ul.btnArea {
    width: 86.7418899859%;
    margin: 0 auto 75px;
  }
}
@media screen and (min-width: 970px) {
  footer div.inner ul.btnArea {
    width: 528px;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 970px) {
  footer div.inner ul.btnArea li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 970px) {
  footer div.inner ul.btnArea li {
    margin-bottom: 24px;
  }
}
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: 970px) {
  footer div.inner ul.btnArea li a {
    height: 54px;
    font-size: 16px;
  }
}
@media screen and (max-width: 970px) {
  footer div.inner ul.btnArea li a {
    font-size: 13px;
    height: 54px;
  }
}
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: 970px) {
  footer div.inner p.copy {
    font-size: 11px;
  }
}


/*category*/

@media screen and (min-width: 769px) {
div.recommend{
	width: 100%;
	height: 1080px;
	margin: 0px;
	padding: 60px 0px 80px;
	background-color: #dfe7e9;
}
/*div.recommend p.reco_title{
	font-size: 14px;
	color: #995d89;
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto 10px;
	}*/
	
	div.recommend p.reco_title {
    font-size: 20px;
    margin: 80px auto 40px;
}
}

	div.recommend p{
	font-size: 14px;
	color: #995d89;
	text-align: center;
}


@media screen and (max-width: 768px) {
div.recommend{
	width: 100%;
	height: 1450px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}
	
#box3 div.recommend{
	width: 100%;
	height: 1500px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}
#box4 div.recommend{
	width: 100%;
	height: 1520px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}
#box5 div.recommend{
	width: 100%;
	height: 1200px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}
#box6 div.recommend{
	width: 100%;
	height: 1470px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}
#box7 div.recommend{
	width: 100%;
	height: 1600px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}
#box8 div.recommend{
	width: 100%;
	height: 1520px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}	
#box9 div.recommend{
	width: 100%;
	height: 1430px;
	margin: 0px;
	padding: 30px 0px 80px;
	background-color: #dfe7e9;
}	
	
	
	/*div.recommend p.reco_title{
	font-size: 14px;
	color: #995d89;
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto 20px;
	}*/
	div.recommend p.reco_title {
font-size: 16px;
    margin: 50px auto 30px;
}
}





ul.category, div.category {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
	background-color: #dfe7e9;
	height: 100px;
	width: 300px;
}

@media screen and (max-width: 768px) {
ul.category, div.category {
    margin-bottom: 35px;
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
ul.category, div.category {
    /* margin-left: 10%; */
    margin-bottom: 50px;
    width: 1060px;
  }
}
ul.category li, 
ul.category div, 
div.category li, 
div.category div {
  box-sizing: border-box;
  text-align: left;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 769px) {
ul.category li, 
	ul.category div, 
	 div.category li, 
	 div.category div {
    margin-bottom: 37px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
ul.category li, 
	ul.category div, 
	 div.category li, 
	 div.category div {
    margin-bottom: 50px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
 ul.category li, 
	ul.category div, 
	 div.category li, 
	 div.category div {
    width: 25%;
    padding: 17px;
  }
	
ul.category li p,
ul.category div p,
	div.category li p,
	div.category div p {
    /* width: 1060px; */
    text-align: left;
    font-family: 'a-otf-ryumin-pr6n', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', sans-serif;
  }
}
@media screen and (max-width: 768px) {
ul.category li, ul.category div,  div.category li,  div.category div {
    width: calc(50% - 12px);
  }
 ul.category li p,
ul.category div p,
   div.category li p,
   div.category div p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
ul.category li:nth-child(odd), ul.category div:nth-child(odd),  div.category li:nth-child(odd),  div.category div:nth-child(odd) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
ul.category li:nth-child(even), ul.category div:nth-child(even),  div.category li:nth-child(even),  div.category div:nth-child(even) {
    margin-left: 12px;
  }
}
 ul.category li a,
 ul.category div a,
 div.category li a,
 div.category div a {
  color: #a5a4a3;
　　color: #565656;
  text-decoration: none;
}

ul.category li a div, ul.category div a div,  div.category li a div,  div.category div a div {
  overflow: hidden;
}

ul.category li a img, ul.category div a img,  div.category li a img,  div.category div a img {
  transition: 1s ease-in-out;
}

@media screen and (min-width: 769px) {
ul.category li a img, ul.category div a img,  div.category li a img,  div.category div a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
ul.category li a img, ul.category div a img,  div.category li a img,  div.category div a img {
    margin-bottom: 10px;
  }
}
ul.category li a:hover img, 
ul.category div a:hover img,  
div.category li a:hover img,  
div.category div a:hover img {
  opacity: 0.6;
}

ul.category li a p, ul.category div a p,  
div.category li a p,  div.category div a p {
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 0.9em;
  line-height: 1.9;
}

ul.category li a::after, 
ul.category div a::after,  
div.category li a::after,  
div.category div a::after {
  content: "BUY";
  border: 1px solid #995d89;
  color: #fff;
  background-color: #995d89;
  display: block;
  width: 50%;
  margin: 20px auto 0;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.category p .tt02,
.category p .text-red {
  color: #E41013;
}
@media screen and (max-width: 768px) {
.reco_all{
  width: 100%;	
	height: auto;
	padding: 120px 0px 90px;
  background-color: #dfe7e9;	
}
}
@media screen and (min-width: 769px) {
.reco_all{
  width: 100%;	
	height: auto;
	padding: 130px 0px 140px;
  background-color: #dfe7e9;	
}
	}

.reco_all_bg{
  width: 100%;	
	height: auto;
	padding: 20px 0px 80px;
  background-color: #fff;	
}
 a.categorylist {  
  text-align: center;
  color: #995d89;
  width: 30%;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #995d89;
  padding: 15px 5px;
  text-decoration: none;
  transition: 0.2s all;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-style: normal;
}

@media screen and (max-width: 768px) {
   a.categorylist {
    font-size: 13px;
    width: 80%;
  }
}

 a.categorylist:hover {
  background-color: #fff;
  color: #CCCCCC;
}

.categorylist a {
  border: 0.5px solid #995d89;
  padding: 7px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.categorylist a, .img_two_flex .brandtop a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}



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

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

/*自動読み込みのブランド名消す */
.ico_box+p {
	display: none;
}
/*自動読み込みの商品名出す */
.textOverflow {
  display: block !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  padding: 10px 0 0 0 !important;
}
.label {
  display: block !important;
}

/* */

.kihon{
  width: 800px;
  margin: 0 auto;
}


.kihon h3{
  background-color: #dfe7e9;
  color: #995d89;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
}


.kihon p.txt{
	padding: 30px 100px;
	line-height: 180%;
}

.kihon .subhead{
 display: block;
 font-size: 14px;
 color: #995d89;
 font-weight: bold;
 margin: 0 auto 20px;
 text-align: center;
}

@media screen and (max-width: 767px) {
.kihon{
  width: 98%;
  margin: 0 auto;
}
.kihon p.txt{
	width: 86%;
	margin: 0 auto;
		padding: 30px 0px;
	line-height: 180%;
}
}



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

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


/*アコーディオンタイトル*/
.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;
color: #995d89;
}
@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: #995d89;
  transition-duration: 0.2s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

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

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

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

.title.close::after {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}


/*アコーディオンで現れるエリア*/
.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;
  color: #995d89;
}
.ac_box .cate .border {
  position: absolute;
  display: block;
  top: 37%;
  left: 18%;
  width: 50px;
  border: solid 1px #995d89;
}

.ac_box .cate1 {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 30px;
  color: #995d89;
}
@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 #995d89;
}
@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;
}
.ac_box .list1 {
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ac_box .list1 div {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 970px) {
  .ac_box .list div {
    width: 49%;
  }
  .ac_box .list1 div {
    width: 99%;
	  margin: 0 auto;
  }
}


/*====================================================================
.s_04 .accordion_one2  アコーディオン
====================================================================*/

.s_04 .accordion_one2 {
  max-width: 600px;
  margin: 0 auto 2px;
  background-color: #dfe7e9;
}

.s_04 .accordion_one2 .accordion_header {
  background-color: #dfe7e9;
  color: #995d89;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;

}

.s_04 .accordion_one2 .accordion_header:hover {
  opacity: .8;
}

.s_04 .accordion_one2 .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 20px;
  height: 20px;
 /* border: 1px solid #fff;*/
  margin-top: -10px;
 box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
 transition-duration: 0.2s;

}



.s_04 .accordion_one2 .accordion_header .i_box .one_i {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_04 .accordion_one2 .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_04 .accordion_one2 .accordion_header .i_box .one_i:before, 
.s_04 .accordion_one2 .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #995d89;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_04 .accordion_one2 .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.s_04 .accordion_one2 .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one2 .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_04 .accordion_one2 .accordion_inner {
  display: none;
  padding: 30px 30px;
 /* border-left: 2px solid #dfe7e9;
  border-right: 2px solid #dfe7e9;
  border-bottom: 2px solid #dfe7e9;*/
  box-sizing: border-box;
}








.s_04 .accordion_one2 .accordion_inner .box_one {
    height: auto;
	padding: 20px 0;
	line-height: 180%;
}
.s_04 .accordion_one2 .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
.s_04 .accordion_one2 {
  width: 88%;
  margin: 0 auto 2px;
  background-color: #dfe7e9;
}
  .s_04 .accordion_one2 .accordion_header {
    font-size: 16px;
  }
  .s_04 .accordion_one2 .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_04 .accordion_one2 .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/*# sourceMappingURL=style.css.map */