@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: #543125;
}
@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: #543125;
  text-decoration: none;
}

.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;
}
@media screen and (min-width: 769px) {
  .f16 {
    font-size: 22px;
  }
}

.f10 {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .f10 {
    font-size: 13px;
  }
}

.f8 {
  font-size: 8px;
}

.f_L {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .f_L {
    font-size: 33px;
  }
}

/* content
---------------------------------------------*/
.fv .container {
  position: relative;
}
.fv .container .mainTitle_sp {
  position: absolute;
  width: 29.8666666667%;
  bottom: 36px;
  left: 16px;
}
.fv .container .mainTitle_pc {
  position: absolute;
  width: 33%;
  top: 47.1428571429%;
  left: 60.5%;
}

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: #E3C2CA;
  text-align: center;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  div#content .date__box {
    min-width: 320px;
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  div#content .date__box {
    width: 59.3333333333%;
  }
}
div#content .date__text {
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  div#content .date__text {
    font-size: 14px;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  div#content .date__text {
    font-size: 19px;
    padding: 50px 0;
  }
}
div#content .date__text .border {
  border-bottom: dashed 1px #543125;
  width: 72.8358208955%;
  margin: 8px auto;
}
@media screen and (min-width: 769px) {
  div#content .date__text .border {
    width: 47.6123595506%;
  }
}
div#content .date__text li:nth-child(2) {
  padding-top: 4px;
  letter-spacing: 0.05em;
}
div#content .date__text li:nth-child(4) {
  padding-bottom: 10px;
}
div#content .date__text li:nth-child(5) {
  text-align: center;
}
div#content .date__text li:nth-child(6) {
  padding-top: 8px;
}
div#content div.menu {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#content div.menu {
    width: 437px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu {
    width: 84%;
    margin: 0 auto;
  }
}
div#content div.menu ul {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  div#content div.menu ul {
    margin: 0 auto;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu ul {
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.menu ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@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 {
    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 h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea h3 .h3_sub {
    font-size: 15px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea h3 .h3_sub {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box div.textarea h3 {
    font-size: 43px;
    padding-bottom: 60px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box div.textarea h3 {
    font-size: 32px;
    padding-bottom: 48px;
  }
}
@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_1 .topImg_1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_1 .topImg_1 {
    width: 71.7333333333%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_1 .topImg_1 {
    width: 42.75%;
  }
}
div#content div.item_box .cateimgArea_1 .topImg_2 {
  margin-top: 9PX;
  display: flex;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_1 .topImg_2 {
    gap: 10px;
    right: 2.6666666667%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_1 .topImg_2 {
    left: auto;
    right: 2.6666666667%;
    z-index: -1;
    gap: 18px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_1 .topImg_2 .topImg_2L {
    width: 38.9333333333%;
    margin-left: 3.2%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_1 .topImg_2 .topImg_2L {
    width: 23.25%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_1 .topImg_2 .topImg_2R {
    width: 48.8%;
    margin-top: 23px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_1 .topImg_2 .topImg_2R {
    width: 29.0833333333%;
    margin-top: 44px;
  }
}
div#content div.item_box .cateimgArea_1 .bottomImg {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_1 .bottomImg {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
}
div#content div.item_box .cateimgArea_2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_2 {
    margin: 65px 0;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_2 {
    margin: 100px 0;
  }
}
div#content div.item_box .cateimgArea_2 .topImg_1 {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_2 .topImg_1 {
    width: 46.9333333333%;
    left: 8%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_2 .topImg_1 {
    width: 27.9166666667%;
    left: 24.8333333333%;
  }
}
div#content div.item_box .cateimgArea_2 .topImg_2 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_2 .topImg_2 {
    width: 46.9333333333%;
    left: 45.0666666667%;
    top: 34.7222222222%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_2 .topImg_2 {
    width: 27.9166666667%;
    left: 47.25%;
    top: 34.7445255474%;
  }
}
div#content div.item_box .cateimgArea_2:before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_2:before {
    padding-top: 96%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_2:before {
    padding-top: 57.0833333333%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_3 {
    margin: 0 auto 60px 0;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_3 {
    margin: 0 auto 85px 0;
  }
}
div#content div.item_box .cateimgArea_3 .topImg {
  display: flex;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_3 .topImg {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_3 .topImg {
    margin-left: 1.5%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_3 .topImg .topImg_1, div#content div.item_box .cateimgArea_3 .topImg .topImg_2 {
    width: 46.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_3 .topImg .topImg_1, div#content div.item_box .cateimgArea_3 .topImg .topImg_2 {
    width: 27.75%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_3 .bottomImg {
    width: 68.2666666667%;
    margin: 20px 20px 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_3 .bottomImg {
    width: 40.75%;
    margin-left: 35.75%;
    margin-top: 38px;
  }
}
div#content div.item_box .cateimgArea_4 {
  position: relative;
}
div#content div.item_box .cateimgArea_4 .topImg {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_4 .topImg {
    right: 3.4666666667%;
    width: 61.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_4 .topImg {
    right: 23.5833333333%;
    width: 35.8333333333%;
  }
}
div#content div.item_box .cateimgArea_4 .midImg {
  position: absolute;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_4 .midImg {
    top: 49.530956848%;
    width: 44.2666666667%;
    left: 4.5333333333%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_4 .midImg {
    top: 49.5486459378%;
    width: 25.9166666667%;
    left: 24.75%;
  }
}
div#content div.item_box .cateimgArea_4 .bottomImg {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_4 .bottomImg {
    width: 34.1333333333%;
    left: 56%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_4 .bottomImg {
    width: 20%;
    left: 52.75%;
  }
}
div#content div.item_box .cateimgArea_4:before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_4:before {
    padding-top: 142.1333333333%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_4:before {
    padding-top: 83.0833333333%;
  }
}
div#content div.item_box .cateimgArea_5 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_5 {
    gap: 17px;
    margin: 65px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_5 {
    gap: 17px;
    justify-content: center;
    margin: 100px 0 85px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_5 .ImgLeft {
    width: 56%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_5 .ImgLeft {
    width: 32.75%;
  }
}
div#content div.item_box .cateimgArea_5 .ImgLeft p {
  width: 100%;
  margin: 0 auto;
  text-align: end;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cateimgArea_5 .ImgRight {
    width: 39.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cateimgArea_5 .ImgRight {
    width: 23.0833333333%;
  }
}
div#content div.item_box .cre_yukata {
  display: block;
  text-align: end;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .cre_yukata {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .cre_yukata {
    font-size: 14px !important;
  }
}
div#content div.item_box .cre_yukata .cre_price {
  text-decoration: underline !important;
}
div#content div.item_box .cre_yukata .cre_brand {
  width: 100% !important;
}
div#content div.item_box .lineup {
  background-color: #F9F7F6;
}
div#content div.item_box .lineup h4 {
  text-align: center;
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .lineup h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .lineup h4 {
    font-size: 38px;
  }
}
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 {
    max-width: 900px;
    width: 70%;
    margin: 40px auto 0px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul {
    width: 84%;
    margin: 38px auto 0;
  }
}
div#content div.item_box ul li {
  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: 40px;
  }
}
@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;
}
div#content div.item_box ul li a p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li a p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li a p {
    font-size: 13px;
  }
}
div#content div.item_box ul li a p.reco {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul li a p.reco {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul li a p.reco {
    font-size: 14px;
    margin-top: 8px;
    line-height: 2em;
  }
}
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;
  }
}
@media screen and (max-width: 768px) {
  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: #88515E;
}
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 .items_btn {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div#content .items_btn {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 769px) {
  div#content .items_btn {
    font-size: 16px;
    padding-top: 45px;
    padding-bottom: 70px;
    width: 532px;
  }
}
div#content .items_btn a {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: #88515E;
  padding: 14px 0;
  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: 70px auto;
}
div#content .brand_btn {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div#content .brand_btn {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  div#content .brand_btn {
    padding-bottom: 15px;
  }
}
div#content .brand_btn a {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: #88515E;
  padding: 14px 0;
  width: 532px;
  display: block;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#content .brand_btn a {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  div#content .brand_btn a {
    font-size: 16px;
  }
}
div#content .insta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
div#content .insta__icon {
  width: 15px;
}
div#content .insta a {
  color: #88515E !important;
}
div#content .logo {
  width: 51.2%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div#content .logo {
    width: 15%;
  }
}
div#content small {
  font-size: 9px;
  display: block;
  text-align: center;
  padding-bottom: 60px;
}

@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;
}

.fuwatAnime5th {
  animation-delay: 2s;
}

.fuwatAnime6th {
  animation-delay: 2.5s;
}
@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 */