@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
html,
body {
  font-family: "Shippori Mincho", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", serif;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  background: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #383838;
  background-image: url(../images/bg_opacity.png);
}
@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

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

a {
  color: #383838;
}

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

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

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

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

/*font size*/
.f22 {
  font-size: 22px;
}

.f16 {
  font-size: 16px;
}

.f10 {
  font-size: 10px;
}

.f_L {
  font-size: 26px;
}

.w_pc {
  width: 840px;
  margin: 0 auto;
}

/* content
---------------------------------------------*/
.fv .container {
  position: relative;
}
.fv .container .mainTitle_sp {
  position: absolute;
  width: 56%;
  top: 26px;
  left: 20px;
}
.fv .container .mainTitle_pc {
  position: absolute;
  width: 28.3333333333%;
  top: 113px;
  left: 49px;
}

div#content {
  margin: 0 auto 100px;
  /* item area */
}
@media screen and (min-width: 769px) {
  div#content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#content {
    width: 100%;
  }
}
div#content p.desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  align-items: center;
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  div#content p.desc {
    font-size: 14px;
    line-height: 3em;
    letter-spacing: 0.25em;
    max-width: 840;
  }
}
@media screen and (max-width: 768px) {
  div#content p.desc {
    font-size: 12px;
    width: 90%;
    margin: 70px auto 40px;
    letter-spacing: 0.2em;
    line-height: 2.3em;
  }
}
div#content .date__box {
  background-color: #b7c3e3;
  text-align: center;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  div#content .date__box {
    min-width: 320px;
    width: 84%;
  }
}
@media screen and (min-width: 769px) {
  div#content .date__box {
    width: 630px;
  }
}
div#content .date__text {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
div#content .date__text .border {
  display: inline;
  border-bottom: solid 1px;
}
div#content .date__text li:nth-child(2) {
  letter-spacing: 0.05em;
}
div#content .date__text li:nth-child(3) {
  padding: 10px 0;
}
div#content .date__text li:nth-child(4) {
  padding-bottom: 10px;
}
div#content .date__text li:nth-child(5) {
  text-align: center;
}
div#content div.menu {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#content div.menu {
    padding: 20px 0;
    width: 840px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu {
    width: 84%;
    padding: 25px 0;
    margin: 0 auto;
  }
}
div#content div.menu ul {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  text-align: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  div#content div.menu ul {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu ul {
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.menu ul li {
    width: calc((100% - 30px) / 4);
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu ul li {
    width: calc((100% - 30px) / 2);
  }
}
div#content div.menu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  div#content div.menu ul li a {
    padding: 20px 0;
  }
}
div#content div.menu ul li a:hover span.maru {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 0 5px 1px 0;
}
div#content div.menu ul li a .triangle {
  width: 12px;
  margin: 0 auto;
}
div#content div.menu ul li a p {
  margin: 5px 0;
}
div#content div.item_box {
  margin: auto;
  /*セット*/
  /*単品*/
  /* 帯 */
  /* 小物 */
  /* アイテム一覧 */
}
@media screen and (min-width: 769px) {
  div#content div.item_box {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box {
    padding-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .w_pc {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .w_pc {
    width: 100%;
    margin: none;
  }
}
div#content div.item_box div.textarea {
  margin-bottom: 30px;
}
div#content div.item_box div.textarea h3 .h3_sub {
  border: #b7c3e3 solid;
  display: inline;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea h3 .h3_sub {
    font-size: 18px;
    letter-spacing: normal;
    margin-left: 8%;
    border: #b7c3e3 solid;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea h3 .h3_sub {
    font-size: 24px;
    border: #b7c3e3 solid 3px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea h3 {
    font-size: 36px;
    padding-bottom: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea h3 {
    font-size: 26px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea p {
    width: 650px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea p {
    width: 90%;
    margin: 18px auto 0;
    letter-spacing: 0.1em;
  }
}
div#content div.item_box .cateimgArea {
  position: relative;
}
div#content div.item_box .cateimgArea .topImg_1 {
  position: absolute;
  top: 0;
  right: 11.7333333333%;
  left: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea .topImg_1 {
    width: 39.2%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea .topImg_1 {
    width: 323px;
  }
}
div#content div.item_box .cateimgArea .topImg_2 {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  top: 14.4827586207%;
  left: auto;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea .topImg_2 {
    gap: 32px;
    right: 2.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea .topImg_2 {
    left: auto;
    right: 2.6666666667%;
    z-index: -1;
    gap: 145px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea .topImg_2 .topImg_2a {
    width: 46.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea .topImg_2 .topImg_2a {
    width: 385px;
  }
}
div#content div.item_box .cateimgArea .topImg_2 .topImg_2b {
  text-align: right;
  font-size: 18px;
  color: #b7c3e3;
  font-weight: 600;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea .topImg_2 .topImg_2b {
    font-size: 24px;
  }
}
div#content div.item_box .cateimgArea .bottomImg {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea .bottomImg {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
}
div#content div.item_box .cateimgArea:before {
  content: "";
  display: block;
  padding-top: 154.6666666667%;
}
div#content div.item_box .cateimgArea_2 {
  position: relative;
}
div#content div.item_box .cateimgArea_2 .topImg {
  position: absolute;
  top: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_2 .topImg {
    margin-left: 2.6666666667%;
  }
}
div#content div.item_box .cateimgArea_2 .topImg .topImg_a {
  width: 45.8666666667%;
  margin-right: 10px;
}
div#content div.item_box .cateimgArea_2 .topImg .topImg_b {
  font-weight: 600;
  color: rgba(183, 195, 227, 0.5921568627);
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_2 .topImg .topImg_b {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_2 .topImg .topImg_b {
    padding-top: 0;
    padding-left: 10px;
    font-size: 24px;
  }
}
div#content div.item_box .cateimgArea_2 .midImg {
  position: absolute;
  top: 16.393442623%;
  width: 45.8666666667%;
  right: 2.6666666667%;
}
div#content div.item_box .cateimgArea_2 .bottomImg {
  position: absolute;
  width: 38.1333333333%;
  bottom: 0;
  left: 18.9333333333%;
}
div#content div.item_box .cateimgArea_2:before {
  content: "";
  display: block;
  padding-top: 130.1333333333%;
}
div#content div.item_box .cateimgArea_3 .container_flex {
  display: flex;
  gap: 10px;
}
div#content div.item_box .cateimgArea_3 .container_flex .leftImg {
  width: 66.9333333333%;
}
div#content div.item_box .cateimgArea_3 .container_flex .rightImg {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 30.4%;
}
div#content div.item_box .cateimgArea_3 .sub_text {
  text-align: right;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #b7c3e3;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_3 .sub_text {
    font-size: 24px;
  }
}
div#content div.item_box .cateimgArea_4 {
  position: relative;
}
div#content div.item_box .cateimgArea_4 .topImg {
  position: absolute;
  top: 0;
  display: flex;
  margin-left: 2.6666666667%;
  width: 45.8666666667%;
}
div#content div.item_box .cateimgArea_4 .midImg {
  position: absolute;
  top: 16.393442623%;
  width: 45.8666666667%;
  right: 2.6666666667%;
}
div#content div.item_box .cateimgArea_4 .bottomImg {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  bottom: 0;
  width: 45.3333333333%;
  left: 10.6666666667%;
}
div#content div.item_box .cateimgArea_4 .bottomImg .bottomImg_b {
  font-size: 18px;
  font-weight: 600;
  color: #b7c3e3;
  opacity: 0.6 !important;
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_4 .bottomImg .bottomImg_b {
    font-size: 24px;
  }
}
div#content div.item_box .cateimgArea_4 .bottomImg .vert {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
div#content div.item_box .cateimgArea_4:before {
  content: "";
  display: block;
  padding-top: 130.1333333333%;
}
div#content div.item_box ul {
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul {
    width: 840px;
    margin: 60px auto 12px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul {
    width: 84%;
    margin: 60px auto;
  }
}
div#content div.item_box ul li {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li {
    width: calc(25% - 24px);
    margin-bottom: 48px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li {
    width: 50%;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 7px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li:nth-child(odd) {
    padding-left: 10px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 7px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li:nth-child(even) {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li:nth-child(4), div#content div.item_box ul li:nth-child(8), div#content div.item_box ul li:nth-child(12), div#content div.item_box ul li:nth-child(16) {
    padding-right: 0;
  }
}
div#content div.item_box ul li a {
  color: #383838;
  text-decoration: none;
}
div#content div.item_box ul li a div > img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li a p {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li a p {
    font-size: 12px;
    margin-top: 12px;
    line-height: 2.3em;
  }
}
div#content div.item_box ul li a .price {
  position: relative;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li a .price {
    margin-top: 10px;
  }
}
div#content div.item_box ul li a .price .buy {
  position: absolute;
  right: 0;
  padding: 0px 15px;
  color: #fff;
  background-color: #b7c3e3;
}
div#content div.item_box ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
div#content div.item_box ul li .soon {
  pointer-events: none;
}
div#content div.item_box ul li .soon:hover img {
  opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=1)";
}
div#content .bg_color {
  background-image: url(../images/bg_blue.jpg);
}
div#content .items_btn {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  padding-bottom: 60px;
}
div#content .items_btn a {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: #b7c3e3;
  padding: 14px 0;
  width: 400px;
  display: block;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#content .items_btn a {
    width: 80%;
  }
}
div#content .hat_btn {
  margin-bottom: 10px;
}
div#content .btn_box {
  margin: 100px 0 50px 0;
}
div#content .brand_btn {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 10px;
}
div#content .brand_btn a {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: #b7c3e3;
  padding: 14px 0;
  width: 400px;
  display: block;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#content .brand_btn a {
    width: 80%;
  }
}
div#content .logo {
  width: 35%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  div#content .logo {
    width: 15%;
  }
}

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

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

.fuwatAnime2nd {
  animation-delay: 0.3s;
}

.fuwatAnime3rd {
  animation-delay: 0.6s;
}

.fuwatAnime4th {
  animation-delay: 0.9s;
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeR {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnimeR {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.duration-02s {
  animation-duration: 2s;
}

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

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

.delay-02s {
  animation-delay: 2s;
}/*# sourceMappingURL=style.css.map */