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

@media screen and (max-width: 768px) {
  .cate_ttl {
    font-size: 42px;
  }
}
@media screen and (min-width: 769px) {
  .cate_ttl {
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .p_bottom {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p_bottom {
    padding-bottom: 20px;
  }
}

/* content
---------------------------------------------*/
.fv .container {
  position: relative;
}
.fv .container .mainTitle_sp {
  position: absolute;
  width: 23.2%;
  top: 10px;
  right: 16px;
}
.fv .container .mainTitle_pc {
  position: absolute;
  width: 10.8333333333%;
  top: 2.8571428571%;
  right: 6.5%;
}
@media screen and (min-width: 769px) {
  .fv .container .mainImg_pc {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .fv .container::before {
    content: "";
    display: block;
    padding-top: 58.3333333333%;
  }
}

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: #ECB2B2;
  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: 73%;
  }
}
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;
}
div#content div.menu .menu_ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  div#content div.menu {
    width: 445px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu {
    width: 89.3333333333%;
    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: 12px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu ul {
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.menu ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  div#content div.menu ul li {
    font-size: 10px;
    width: calc((100% - 30px) / 4);
  }
}
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 p {
  margin: 5px 0;
}
div#content div.item_box {
  margin: auto;
  /*hair accessory*/
  /* bag */
  /* sleeve */
  /* アイテム一覧 */
}
@media screen and (min-width: 769px) {
  div#content div.item_box {
    padding-top: 120px;
  }
}
@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: 961px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .w_pc {
    width: 100%;
    margin: none;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .hair_flex {
    position: relative;
  }
  div#content div.item_box .hair_flex .cate_ttl {
    position: absolute;
    writing-mode: vertical-rl;
    top: 0;
    left: 7.2%;
    z-index: 10;
  }
  div#content div.item_box .hair_flex .img1, div#content div.item_box .hair_flex .img2 {
    position: absolute;
    width: 85.6%;
  }
  div#content div.item_box .hair_flex .img1 {
    top: 0;
    right: 0;
    left: auto;
  }
  div#content div.item_box .hair_flex .img2 {
    bottom: 0;
  }
  div#content div.item_box .hair_flex::before {
    content: "";
    display: block;
    padding-top: 239.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .hair_flex {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  div#content div.item_box .hair_flex .cate_ttl {
    position: absolute;
    z-index: 10;
    left: -30px;
    writing-mode: vertical-rl;
  }
  div#content div.item_box .hair_flex .img1, div#content div.item_box .hair_flex .img2 {
    width: 47.3465140479%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .hair_box2 {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }
  div#content div.item_box .hair_box2 .img_s1, div#content div.item_box .hair_box2 .img_s2 {
    width: 44.8%;
  }
  div#content div.item_box .hair_box2 .box2_yoko {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .hair_box2 {
    position: relative;
    margin-bottom: 100px;
  }
  div#content div.item_box .hair_box2 .img_s1 {
    position: absolute;
    width: 185px;
    top: 0;
    right: 149px;
  }
  div#content div.item_box .hair_box2 .img_s2 {
    position: absolute;
    width: 185px;
    bottom: 0;
    right: 0;
  }
  div#content div.item_box .hair_box2 .box2_yoko {
    position: absolute;
    top: 0;
    left: auto;
    width: 61.7065556712%;
  }
  div#content div.item_box .hair_box2::before {
    display: block;
    content: "";
    padding-top: 46.2018730489%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .bg_or {
    margin-top: 66.1333333333%;
    position: relative;
  }
  div#content div.item_box .bg_or::before {
    content: "";
    background-color: #FEF0E0;
    display: block;
    padding-top: 156%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .bg_or {
    margin-top: 200px;
    position: relative;
  }
  div#content div.item_box .bg_or::before {
    content: "";
    padding-top: 504px;
    background-color: #FEF0E0;
    display: block;
  }
}
div#content div.item_box .img_flex {
  position: absolute;
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  div#content div.item_box .img_flex .img_left {
    margin-bottom: 40px;
    width: 89.3333333333%;
  }
  div#content div.item_box .img_flex .img_right {
    width: 77.6%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .img_flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 961px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  div#content div.item_box .img_flex .img_left {
    width: 47.03433923%;
  }
  div#content div.item_box .img_flex .img_right {
    width: 48.1789802289%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .collar_area {
    margin-bottom: 80px;
    position: relative;
  }
  div#content div.item_box .collar_area .cate_ttl {
    position: absolute;
    writing-mode: vertical-rl;
    line-height: 1;
    top: 33.0049261084%;
    right: 4.8%;
  }
  div#content div.item_box .collar_area .img1, div#content div.item_box .collar_area .img2 {
    position: absolute;
    width: 82.4%;
  }
  div#content div.item_box .collar_area .img1 {
    top: 0;
  }
  div#content div.item_box .collar_area .img2 {
    bottom: 0;
    right: 0;
  }
  div#content div.item_box .collar_area::before {
    content: "";
    display: block;
    padding-top: 216.5333333333%;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .collar_area {
    position: relative;
    margin-bottom: 100px;
  }
  div#content div.item_box .collar_area .cate_ttl {
    writing-mode: vertical-rl;
    position: absolute;
    line-height: 1;
    top: 40.375%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  div#content div.item_box .collar_area .img1, div#content div.item_box .collar_area .img2 {
    width: 46.0978147763%;
    position: absolute;
  }
  div#content div.item_box .collar_area .img1 {
    top: 0;
    left: 0;
  }
  div#content div.item_box .collar_area .img2 {
    bottom: 0;
    right: 0;
  }
  div#content div.item_box .collar_area::before {
    content: "";
    display: block;
    padding-top: 83.2466181061%;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box .SL_bg_or {
    margin-top: 64.2666666667%;
    position: relative;
  }
  div#content div.item_box .SL_bg_or .img1, div#content div.item_box .SL_bg_or .img2, div#content div.item_box .SL_bg_or .img3, div#content div.item_box .SL_bg_or .cate_ttl {
    position: absolute;
  }
  div#content div.item_box .SL_bg_or .img1 {
    width: 81.6%;
    top: -31.8903318903%;
    left: 9.2%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  div#content div.item_box .SL_bg_or .img2 {
    top: 39.9711399711%;
    width: 52.2666666667%;
    left: 5.3333333333%;
  }
  div#content div.item_box .SL_bg_or .img3 {
    top: 60.1731601732%;
    width: 52.2666666667%;
    right: 5.3333333333%;
  }
  div#content div.item_box .SL_bg_or .cate_ttl {
    right: 5.3333333333%;
    top: 51.6594516595%;
    line-height: 1;
  }
  div#content div.item_box .SL_bg_or::before {
    content: "";
    padding-top: 184.8%;
    display: block;
    background-color: #FEF0E0;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .SL_bg_or {
    margin-top: 311px;
    position: relative;
  }
  div#content div.item_box .SL_bg_or::before {
    content: "";
    padding-top: 467px;
    background-color: #FEF0E0;
    display: block;
  }
  div#content div.item_box .SL_bg_or .img_flex {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 961px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  div#content div.item_box .SL_bg_or .img_flex .img_left {
    width: 47.03433923%;
  }
  div#content div.item_box .SL_bg_or .img_flex .img_right {
    position: relative;
    width: 50.7804370447%;
  }
  div#content div.item_box .SL_bg_or .img_flex .img_right::before {
    padding-top: 678px;
    content: "";
    display: block;
  }
  div#content div.item_box .SL_bg_or .img_flex .cate_ttl {
    position: absolute;
    top: 79px;
  }
  div#content div.item_box .SL_bg_or .img_flex .img2 {
    position: absolute;
    top: 170px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  div#content div.item_box .SL_bg_or .img_flex .img2 {
    width: 283px;
  }
}
@media screen and (min-width: 769px) {
  div#content div.item_box .SL_bg_or .img_flex .img3 {
    position: absolute;
    top: 371px;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  div#content div.item_box .SL_bg_or .img_flex .img3 {
    width: 283px;
  }
}
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 .lineup h4 p {
  font-size: 17px;
}
div#content div.item_box .pk {
  color: #C48977;
  background-color: #F9EBE7;
}
div#content div.item_box .pk li a {
  color: #C48977;
}
div#content div.item_box .pk .price .buy {
  background-color: #C48977;
}
div#content div.item_box .pk .items_btn a {
  background-color: #C48977;
}
div#content div.item_box .or {
  color: #B26E24;
  background-color: #E8D1B8;
}
div#content div.item_box .or li a {
  color: #B26E24;
}
div#content div.item_box .or .price .buy {
  background-color: #B26E24;
}
div#content div.item_box .or .items_btn a {
  background-color: #B26E24;
}
div#content div.item_box ul {
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  div#content div.item_box ul {
    max-width: 900px;
    width: 70%;
    margin: 40px auto 0px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  div#content div.item_box ul {
    width: 84%;
    margin: 38px auto 0;
    justify-content: flex-start;
  }
}
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: 90px;
    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 .footer {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
@media screen and (max-width: 768px) {
  div#content .footer {
    background-image: url(../images/footer_sp.webp);
    height: 598px;
    align-items: end;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  div#content .footer {
    background-image: url(../images/footer_pc.webp);
    height: 424px;
    align-items: center;
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  div#content .btn_box {
    width: 72.5333333333%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  div#content .btn_box {
    width: 50%;
  }
}
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: #C48977;
  padding: 14px 0;
  width: 532px;
  display: block;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#content .brand_btn a {
    width: 100%;
  }
}
@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;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .scroll-infinity {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .scroll-infinity {
    margin-bottom: 100px;
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 66.6666666667vw;
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .scroll-infinity__item {
    width: 16.6666666667vw;
    margin-right: 5px;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */