@charset "UTF-8";
.point__content h3, .type-select__content h3, .product__content .wear-lead h3 {
  line-height: 1;
  text-align: center;
}
.point__content h3 span, .type-select__content h3 span, .product__content .wear-lead h3 span {
  display: inline-block;
  padding: 2px 8px 5px;
  background: #d9674f;
  line-height: 1;
  letter-spacing: 2px;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 2.1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .point__content h3 span, .type-select__content h3 span, .product__content .wear-lead h3 span {
    letter-spacing: 1.5px;
    font-size: 2.2rem;
  }
}
.point__content h3 span:first-child, .type-select__content h3 span:first-child, .product__content .wear-lead h3 span:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .point__content h3 span:first-child, .type-select__content h3 span:first-child, .product__content .wear-lead h3 span:first-child {
    margin-bottom: 10px;
  }
}

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-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: "ヒラギノ角ゴ Pro W6", sans-serif; */
  /* font-family: "Oswald", sans-serif; */
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  /*transition: all 0.3s linear;*/
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

.wrapper {
  overflow-x: hidden;
}

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

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

header {
  padding: 5.07% 4vw;
}
@media screen and (min-width: 768px) {
  header {
    padding: 30px 0 30px 30px;
  }
}
header > div {
  width: 130px;
}
@media screen and (min-width: 768px) {
  header > div {
    width: 195px;
  }
}
header > div a {
  display: block;
  width: 100%;
  height: 100%;
}

/*-- ファイル読み込み --*/
/* ==========================================================================
   main
========================================================================== */
main {
  padding-bottom: 40px;
  background: #fbf4e9;
}
@media screen and (min-width: 768px) {
  main {
    padding-bottom: 80px;
  }
}

/* ==========================================================================
   top
========================================================================== */
.introduction {
  position: relative;
}
.introduction::before {
  content: "";
  width: 100%;
  height: 74%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #f9ecd0;
}

/* ==========================================================================
   page-mv
========================================================================== */
.page-mv {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-mv {
    margin-bottom: 50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(251, 244, 233)), color-stop(80%, rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(251, 244, 233) 50%, rgb(255, 255, 255) 80%);
  }
}
.page-mv__ttl {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fdin 0.3s ease-in forwards;
          animation: fdin 0.3s ease-in forwards;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl {
    width: 1440px;
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow-x: auto;
  }
}
.page-mv__ttl___content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl___content {
    width: 96%;
    margin-bottom: 60px;
  }
}
.page-mv__ttl___content h1 {
  width: 80%;
  position: absolute;
  top: 54%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fdin 0.3s 0.3s ease-in forwards;
          animation: fdin 0.3s 0.3s ease-in forwards;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl___content h1 {
    top: 48.5%;
    width: min(42.7%, 384px);
  }
}
.page-mv__ttl .fallen {
  position: absolute;
  line-height: 1;
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.page-mv__ttl .fallen__leaf01 {
  width: 9.3%;
  top: 0;
  right: 38%;
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: fall03;
          animation-name: fall03;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf01 {
    width: min(3.3%, 47px);
    right: 46%;
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}
.page-mv__ttl .fallen__leaf02 {
  width: 14.7%;
  top: 0;
  right: 8%;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: fall03;
          animation-name: fall03;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf02 {
    width: min(5.2%, 74px);
    right: 24%;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
  }
}
.page-mv__ttl .fallen__leaf03 {
  width: 9%;
  top: 0;
  left: -4%;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-name: fall03;
          animation-name: fall03;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf03 {
    width: min(3.1%, 44px);
    left: 20%;
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
}
.page-mv__ttl .fallen__leaf04 {
  width: 10.6%;
  top: 0;
  left: 8%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-name: fall01;
          animation-name: fall01;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf04 {
    width: min(3.7%, 53px);
    left: 36%;
    -webkit-animation-delay: 7.5s;
            animation-delay: 7.5s;
  }
}
.page-mv__ttl .fallen__leaf05 {
  width: 5.5%;
  top: 0;
  left: 12.5%;
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: fall03;
          animation-name: fall03;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf05 {
    width: min(1.9%, 26px);
    left: 25.5%;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
  }
}
.page-mv__ttl .fallen__leaf06 {
  width: 11.1%;
  top: 0;
  right: 18%;
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-name: fall02;
          animation-name: fall02;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf06 {
    width: min(3.9%, 55px);
    right: 34%;
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
  }
}
.page-mv__ttl .fallen__leaf07 {
  width: 4.9%;
  top: 0;
  right: 30.5%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-name: fall01;
          animation-name: fall01;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf07 {
    width: min(1.7%, 24px);
    right: 40.5%;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
}
.page-mv__ttl .fallen__leaf08 {
  width: 9.3%;
  top: 0;
  left: 23%;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-duration: 10.5s;
          animation-duration: 10.5s;
  -webkit-animation-name: fall02;
          animation-name: fall02;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf08 {
    width: min(3.3%, 47px);
    left: 41%;
    -webkit-animation-duration: 13s;
            animation-duration: 13s;
  }
}
.page-mv__ttl .fallen__leaf09 {
  width: 8.8%;
  top: 0;
  left: 18%;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  -webkit-animation-name: fall02;
          animation-name: fall02;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf09 {
    width: min(3%, 43px);
    left: 15%;
    -webkit-animation-duration: 11s;
            animation-duration: 11s;
  }
}
.page-mv__ttl .fallen__leaf10 {
  width: 11.4%;
  top: 0;
  left: 4%;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-name: fall02;
          animation-name: fall02;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf10 {
    width: min(4%, 57px);
    left: 2%;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
}
.page-mv__ttl .fallen__leaf11 {
  width: 4.9%;
  top: 0;
  right: 43%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-name: fall01;
          animation-name: fall01;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf11 {
    width: min(1.7%, 24px);
    right: 20%;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}
.page-mv__ttl .fallen__leaf12 {
  width: 9.6%;
  top: 0;
  right: -3%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-name: fall01;
          animation-name: fall01;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf12 {
    width: min(3.3%, 47px);
    right: 30%;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
}
.page-mv__ttl .fallen__leaf13 {
  width: 9.3%;
  top: 0;
  right: 14%;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  -webkit-animation-name: fall01;
          animation-name: fall01;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf13 {
    width: min(3.3%, 47px);
    right: 28%;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-duration: 11s;
            animation-duration: 11s;
  }
}
.page-mv__ttl .fallen__leaf14 {
  width: 7.8%;
  top: 0;
  right: 8%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: fall03;
          animation-name: fall03;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf14 {
    width: 39px;
    right: 14%;
  }
}
.page-mv__ttl .fallen__leaf15 {
  width: 12.9%;
  top: 0;
  right: -14%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-duration: 9.5s;
          animation-duration: 9.5s;
  -webkit-animation-name: fall02;
          animation-name: fall02;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf15 {
    width: min(4.6%, 65px);
    right: 10%;
    -webkit-animation-duration: 9.5s;
            animation-duration: 9.5s;
  }
}
.page-mv__ttl .fallen__leaf16 {
  width: 7.8%;
  top: 2%;
  left: 16%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-name: fall01;
          animation-name: fall01;
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf16 {
    width: min(2.7%, 38px);
    left: 26%;
    -webkit-animation-duration: 14s;
            animation-duration: 14s;
  }
}
@media screen and (min-width: 768px) {
  .page-mv__ttl .fallen__leaf17 {
    width: min(3.3%, 47px);
    top: 0;
    left: 30%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-name: fall01;
            animation-name: fall01;
  }
}
.page-mv__greeting {
  width: 86%;
  max-width: 680px;
  margin: 0 auto 0px;
}
.page-mv__greeting .lead-ttl {
  margin-bottom: 16px;
  position: relative;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
}
.page-mv__greeting .lead-ttl > div {
  display: inline-block;
  position: relative;
}
.page-mv__greeting .lead-ttl > div p {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #d9674f;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting .lead-ttl > div p {
    margin-bottom: 14px;
    font-size: 2.2rem;
  }
}
.page-mv__greeting .lead-ttl > div p span {
  position: relative;
}
.page-mv__greeting .lead-ttl > div p span::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../images/top/dot.svg") no-repeat left/contain;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting .lead-ttl > div p span::before {
    width: 6px;
    height: 6px;
    top: -4px;
  }
}
.page-mv__greeting .lead-ttl > div .parts__circle {
  width: 52px;
  top: -71%;
  right: -20px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting .lead-ttl > div .parts__circle {
    width: 56px;
    top: -63%;
    right: -23px;
  }
}
.page-mv__greeting .lead-ttl h2 {
  width: 58%;
  margin: 0 auto;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting .lead-ttl h2 {
    width: 206px;
    font-size: 2.6rem;
  }
}
.page-mv__greeting .lead-ttl h2 img {
  display: block;
  width: 83%;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting .lead-ttl h2 img {
    width: 172px;
    margin-top: 16px;
  }
}
.page-mv__greeting .lead-txt {
  letter-spacing: 0.2px;
  text-align: justify;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-mv__greeting .lead-txt {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
   point
========================================================================== */
.point {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .point {
    margin-bottom: 60px;
  }
}
.point__content {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 50px;
  position: relative;
}
.point__content .bubble {
  width: 80px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .point__content .bubble {
    margin-bottom: 14px;
  }
}
.point__content h3 {
  margin-bottom: 30px;
}
.point__content .point-img {
  margin-bottom: 20px;
}
.point__content .point-txt {
  letter-spacing: 0.2px;
  text-align: justify;
}
.point__content .point-txt span {
  font-weight: 700;
}

/* ==========================================================================
   type-select
========================================================================== */
.type-select {
  margin: 40px 0 26px;
  padding-bottom: 64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .type-select {
    margin: 40px 0 40px;
    padding-bottom: 84px;
  }
}
.type-select__content {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 0px;
  position: relative;
}
.type-select__content .bubble {
  width: 115px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .type-select__content .bubble {
    width: 120px;
    margin-bottom: 14px;
  }
}
.type-select__content h3 {
  margin-bottom: 30px;
}
.type-select__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.type-select__content ul li {
  width: 46%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .type-select__content ul li {
    width: 42.5%;
  }
}
.type-select__content ul li::before {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  margin: auto;
  background: url("../images/common/arrow.svg") no-repeat center/contain;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .type-select__content ul li::before {
    width: 18px;
    height: 25px;
    bottom: -40px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
.type-select__content ul li a {
  display: block;
  padding: 16px 0;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  -webkit-filter: drop-shadow(3px 3px 0px #d9674f);
          filter: drop-shadow(3px 3px 0px #d9674f);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .type-select__content ul li a {
    padding: 24px 0;
    border-radius: 16px;
    outline: 3px solid #ffffff;
    outline-offset: -3px;
    -webkit-filter: drop-shadow(5px 5px 0px #d9674f);
            filter: drop-shadow(5px 5px 0px #d9674f);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.type-select__content ul li a .type-img {
  display: block;
  width: 79%;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  .type-select__content ul li a .type-img {
    width: min(82%, 190px);
    margin-bottom: 16px;
  }
}
.type-select__content ul li a .txt {
  text-align: center;
}
.type-select__content ul li a .txt .type {
  margin-bottom: 6px;
  line-height: 1;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  color: #d9674f;
}
@media screen and (min-width: 768px) {
  .type-select__content ul li a .txt .type {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.type-select__content ul li a .txt .size {
  margin: 0 auto;
  line-height: 0;
}
.type-select__content ul li a.type-a {
  background: #f0f6dd;
}
.type-select__content ul li a.type-a .txt .size {
  width: 47px;
}
@media screen and (min-width: 768px) {
  .type-select__content ul li a.type-a .txt .size {
    width: 70px;
  }
}
.type-select__content ul li a.type-b {
  background: #f2effa;
}
.type-select__content ul li a.type-b .txt .size {
  width: 89px;
}
@media screen and (min-width: 768px) {
  .type-select__content ul li a.type-b .txt .size {
    width: 133px;
  }
}
@media screen and (min-width: 768px) {
  .type-select__content ul li:hover a {
    -webkit-filter: none;
            filter: none;
    outline: none;
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1) inset;
    -webkit-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
@media screen and (min-width: 768px) {
  .type-select__content ul li:hover::before {
    -webkit-transform: rotate(90deg) translateX(5px);
        -ms-transform: rotate(90deg) translateX(5px);
            transform: rotate(90deg) translateX(5px);
  }
}

/* ==========================================================================
   product
========================================================================== */
.product {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .product {
    margin-bottom: 100px;
  }
}
.product__content {
  padding-top: 38px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__content {
    padding-top: 60px;
  }
}
.product__content::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 410px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .product__content::before {
    top: 518px;
  }
}
.product__content#combidress::before {
  height: 9.29%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 246, 221, 0)), to(rgb(240, 246, 221)));
  background-image: linear-gradient(0deg, rgba(240, 246, 221, 0), rgb(240, 246, 221));
}
@media screen and (min-width: 768px) {
  .product__content#combidress::before {
    height: 440px;
  }
}
.product__content#preall::before {
  height: 9.8%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 235, 248, 0)), to(rgb(238, 235, 248)));
  background-image: linear-gradient(0deg, rgba(238, 235, 248, 0), rgb(238, 235, 248));
}
@media screen and (min-width: 768px) {
  .product__content#preall::before {
    height: 440px;
  }
}
.product__content .sec-ttl {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 14px;
  position: relative;
  text-align: center;
}
.product__content .sec-ttl p {
  width: 80px;
  margin: 0 auto 14px;
}
.product__content .sec-ttl h2 {
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .product__content .sec-ttl h2 {
    line-height: 2.3;
    font-size: 1.4rem;
  }
}
.product__content .sec-ttl h2 span {
  margin-bottom: 12px;
  line-height: 1;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 3.4rem;
  color: #d9674f;
}
@media screen and (min-width: 768px) {
  .product__content .sec-ttl h2 span {
    font-size: 3.6rem;
  }
}
.product__content .wear-lead {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__content .wear-lead {
    margin-bottom: 100px;
  }
}
.product__content .wear-lead h3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product__content .wear-lead h3 {
    margin-bottom: 40px;
  }
}
.product__content .wear-lead p {
  text-align: justify;
}
.product__content .wear-lead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3px;
  margin-bottom: 16px;
  padding: 20px 0;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .product__content .wear-lead__content {
    gap: 0 36px;
    margin-bottom: 30px;
    padding: 30px 0;
    border-radius: 15px;
  }
}
.product__content .wear-lead__content > div {
  width: 42%;
}
@media screen and (min-width: 768px) {
  .product__content .wear-lead__content > div {
    width: min(34%, 190px);
  }
}
.product__content .wear-lead__content > div .name {
  margin-top: 8px;
  line-height: 1;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 1.3rem;
  color: #d9674f;
}
@media screen and (min-width: 768px) {
  .product__content .wear-lead__content > div .name {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.product__content .wear-lead__content .arrow {
  display: block;
  width: 4%;
  line-height: 1;
}
@incldue pc_css {
  .product__content .wear-lead__content .arrow {
    width: 3.3%;
  }
}
.product__content .collection {
  background: #ffffff;
}
.product__content .collection__item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item {
    width: 86%;
    max-width: 900px;
    margin: 0 auto 0px;
  }
}
.product__content .collection__item___content {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.product__content .collection__item___content .txt-item {
  position: relative;
}
.product__content .collection__item___content .txt-item .bubble {
  width: 80px;
  position: absolute;
  -webkit-animation: scaling 2.4s 1s infinite;
          animation: scaling 2.4s 1s infinite;
}
.product__content .collection__item___content .txt-item .txt {
  letter-spacing: 1px;
  text-align: justify;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item___content .txt-item .txt {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
.product__content .collection__item___content .img-b {
  width: 39.8%;
  position: absolute;
}
.product__content .collection__item .content01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content01 {
    width: min(38.9%, 350px);
    margin: 0 0 0 50px;
  }
}
.product__content .collection__item .content01__item01 {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content01__item01 {
    width: 100%;
    border-radius: 13px;
  }
}
.product__content .collection__item .content01__item02 {
  width: 53%;
  margin: 0 8% 0 auto;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content01__item02 {
    width: 77%;
    margin: 0 0 0 auto;
  }
}
.product__content .collection__item .content01__item02 .bubble {
  top: -54px;
  right: -6%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content02 {
    width: min(44.5%, 400px);
    margin: -170px 0 80px auto;
  }
}
.product__content .collection__item .content02__item01 {
  width: 92%;
  margin: 0 0 30px auto;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content02__item01 {
    width: 100%;
    margin: 0 0 30px;
    border-radius: 13px;
  }
}
.product__content .collection__item .content02__item02 {
  width: 53%;
  margin: 0 0 0 8%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content02__item02 {
    width: 67%;
    margin: 0;
  }
}
.product__content .collection__item .content02__item02 .bubble {
  top: -54px;
  left: -6%;
}
.product__content .collection__item .content03 {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content03 {
    width: min(44.5%, 400px);
    margin: 0 auto;
  }
}
.product__content .collection__item .content03__item01 {
  position: relative;
}
.product__content .collection__item .content03__item01::before {
  content: "";
  aspect-ratio: 500/500;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.product__content .collection__item .content03__item01 .img-a {
  position: relative;
  z-index: 1;
}
.product__content .collection__item .content04 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content04 {
    width: min(44.5%, 400px);
    margin-bottom: 0;
  }
}
.product__content .collection__item .content04__item01 {
  width: 92%;
  margin: 0 0 14px 0;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content04__item01 {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 13px;
  }
}
.product__content .collection__item .content04__item02 {
  width: 53%;
  margin: 0 8% 0 auto;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content04__item02 {
    width: 66.8%;
    margin: 0 0 0 auto;
  }
}
.product__content .collection__item .content04__item02 .bubble {
  margin-bottom: 4px;
  position: static;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content04__item02 .bubble {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content05 {
    width: min(38.9%, 350px);
  }
}
.product__content .collection__item .content05__item01 {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content05__item01 {
    width: 100%;
  }
}
.product__content .collection__item .content05__item02 {
  width: 53%;
  margin: 0 0 0 8%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item .content05__item02 {
    width: 75%;
    margin: 0;
  }
}
.product__content .collection__item .content05__item02 .bubble {
  top: -54px;
  left: -6%;
}
.product__content .collection__item.combidress .content01 .img-b {
  top: 61%;
  left: -7.5%;
}
@media screen and (min-width: 376px) {
  .product__content .collection__item.combidress .content01 .img-b {
    top: 64%;
  }
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content01 .img-b {
    width: min(45.8%, 160px);
    top: 61%;
    left: -28%;
  }
}
.product__content .collection__item.combidress .content02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content02 {
    margin-bottom: 80px;
  }
}
.product__content .collection__item.combidress .content02 .img-b {
  top: 56%;
  right: -7.5%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content02 .img-b {
    width: min(40.04%, 160px);
    top: 57%;
    right: -13%;
  }
}
.product__content .collection__item.combidress .content03 {
  margin-bottom: 50px;
}
.product__content .collection__item.combidress .content03__item01 {
  width: 90%;
  max-width: 560px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content03__item01 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product__content .collection__item.combidress .content03__item01::before {
  width: 76%;
  top: 5%;
  right: 10%;
  background-image: url("../images/product/bg-parts-a.svg");
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content03__item01::before {
    width: 320px;
    right: 11.5%;
  }
}
.product__content .collection__item.combidress .content03__item01 .img-a {
  width: 92%;
}
.product__content .collection__item.combidress .content03__item02 {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 0px;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content03__item02 {
    width: 100%;
  }
}
.product__content .collection__item.combidress .content03__item02 .bubble {
  top: -76px;
  right: -2%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content03__item02 .bubble {
    top: -67px;
  }
}
.product__content .collection__item.combidress .content03 .img-b {
  width: 34.7%;
  top: 44%;
  left: 4%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content03 .img-b {
    width: min(40.04%, 160px);
    top: 47%;
    left: -6%;
  }
}
.product__content .collection__item.combidress .content04 .img-b {
  top: 54.5%;
  left: -7.5%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content04 .img-b {
    width: min(40.04%, 160px);
    top: 54%;
    left: -13%;
  }
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content05 {
    margin: -210px 50px 60px auto;
  }
}
.product__content .collection__item.combidress .content05 .img-b {
  top: 64.5%;
  right: -9%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.combidress .content05 .img-b {
    width: min(45.8%, 160px);
    top: 64%;
    right: -28%;
  }
}
.product__content .collection__item.preall .content01 .img-b {
  top: 64%;
  left: -7.5%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content01 .img-b {
    width: min(45.8%, 160px);
    top: 61%;
    left: -28%;
  }
}
.product__content .collection__item.preall .content02 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content02 {
    margin-bottom: 80px;
  }
}
.product__content .collection__item.preall .content02 .img-b {
  top: 59.5%;
  right: -7.5%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content02 .img-b {
    width: min(40.04%, 160px);
    top: 57%;
    right: -13%;
  }
}
.product__content .collection__item.preall .content03 {
  margin-bottom: 50px;
}
.product__content .collection__item.preall .content03__item01 {
  width: 66%;
  max-width: 560px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content03__item01 {
    width: 320px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content03__item01 .img-a {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}
.product__content .collection__item.preall .content03__item01::before {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 4%;
  margin: auto;
  background-image: url("../images/product/bg-parts-b.svg");
}
.product__content .collection__item.preall .content03__item02 {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 0px;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content03__item02 {
    width: 100%;
  }
}
.product__content .collection__item.preall .content03__item02 .bubble {
  top: -56px;
  right: -2%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content03__item02 .bubble {
    top: -65px;
  }
}
.product__content .collection__item.preall .content03 .img-b {
  width: 34.7%;
  top: -6.5%;
  left: 5.5%;
}
.product__content .collection__item.preall .content03 .img-b.fdin {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content03 .img-b {
    width: min(40.04%, 160px);
    top: -8.5%;
    left: -3%;
  }
}
.product__content .collection__item.preall .content04 .img-b {
  top: 55%;
  left: -7.5%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content04 .img-b {
    width: min(40.04%, 160px);
    top: 54%;
    left: -13%;
  }
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content05 {
    margin: -190px 50px 60px auto;
  }
}
.product__content .collection__item.preall .content05 .img-b {
  top: 64.5%;
  right: -9%;
}
@media screen and (min-width: 768px) {
  .product__content .collection__item.preall .content05 .img-b {
    width: min(45.8%, 160px);
    top: 64%;
    right: -28%;
  }
}
.product__content .item-list {
  margin-bottom: 26px;
  padding: 60px 0 50px;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .product__content .item-list {
    margin-bottom: 40px;
    padding: 60px 0 80px;
  }
}
.product__content .item-list__content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content {
    max-width: 900px;
  }
}
.product__content .item-list__content .newarrivals-ttl {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content .newarrivals-ttl {
    width: 408px;
    margin: 0 auto 30px;
  }
}
.product__content .item-list__content .newarrivals-ttl h3 {
  width: 100%;
  margin-bottom: 20px;
}
.product__content .item-list__content .newarrivals-ttl p:not(.annotation) {
  width: min(86%, 315px);
  margin: 0 auto;
  aspect-ratio: 630/110;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 2.3;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 1.7rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content .newarrivals-ttl p:not(.annotation) {
    width: 360px;
    aspect-ratio: 360/52;
    line-height: 1.8;
    font-size: 2.1rem;
  }
}
.product__content .item-list__content .annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  font-size: 1.4rem;
}
.product__content .item-list__content .annotation img {
  display: block;
  width: 14px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content .annotation img {
    width: 20px;
  }
}
.product__content .item-list__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  margin: 0 auto;
  gap: 2vw 2%;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content ul {
    gap: 15px 1.6%;
  }
}
.product__content .item-list__content ul li {
  width: 32%;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content ul li {
    width: 18.66%;
  }
}
.product__content .item-list__content ul li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content ul li a {
    overflow: hidden;
  }
}
.product__content .item-list__content ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 4vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content ul li a:after {
    width: 23px;
    height: 23px;
  }
}
.product__content .item-list__content ul li a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content ul li a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.product__content .item-list__content ul li a .star {
  text-align: center;
  margin: 0 0 14px;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content ul li a .star {
    text-align: left;
    margin: 15px 0;
  }
}
.product__content .item-list__content ul li a .star::before {
  content: "";
  display: block;
  width: 12%;
  aspect-ratio: 28/32;
  position: absolute;
  top: -1px;
  left: 5px;
  background-image: url("../images/common/bookmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product__content .item-list__content ul li a .star::before {
    width: min(11.4%, 19px);
    left: 10px;
  }
}
.product__content .item-list__content ul li a .star .RP {
  position: relative;
}
.product__content .item-list.combidress .newarrivals-ttl p:not(.annotation) {
  background-image: url("../images/product/bubble01_sp.svg");
}
@media screen and (min-width: 768px) {
  .product__content .item-list.combidress .newarrivals-ttl p:not(.annotation) {
    background-image: url("../images/product/bubble01_pc.svg");
  }
}
.product__content .item-list.combidress ul li a::after {
  background: url("../images/common/item-arrow-a.svg");
}
.product__content .item-list.preall .newarrivals-ttl p:not(.annotation) {
  margin-bottom: 8px;
  background-image: url("../images/product/bubble02_sp.svg");
}
@media screen and (min-width: 768px) {
  .product__content .item-list.preall .newarrivals-ttl p:not(.annotation) {
    margin-bottom: 4px;
    background-image: url("../images/product/bubble02_pc.svg");
  }
}
.product__content .item-list.preall ul li a::after {
  background: url("../images/common/item-arrow-b.svg");
}

/* ==========================================================================
   line
========================================================================== */
.line {
  display: block;
  width: 86%;
  margin: 0 auto;
  position: relative;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .line {
    width: min(89%, 800px);
  }
}
.line svg g {
  width: 100%;
  height: 100%;
}
.line svg .line-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
@media screen and (min-width: 768px) {
  .line svg .line-path {
    stroke-width: 1px;
  }
}
.line svg .line-path__01 {
  stroke: #d9674f;
}
.line svg .line-path__02 {
  stroke: #cde18f;
}
.line svg .line-path__03 {
  stroke: #d6ceef;
}
.line svg .line-path__04 {
  stroke: #e9ba56;
}
@media screen and (min-width: 768px) {
  .line svg .line-path__04 {
    stroke-width: 2px;
  }
}

/* ==========================================================================
   wave
========================================================================== */
.wave {
  width: 100%;
  aspect-ratio: 750/50;
  -webkit-mask-image: url("../images/common/wave.svg");
          mask-image: url("../images/common/wave.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wave__01 {
  background: #f9ecd0;
  bottom: -2.5%;
}
.wave__02 {
  background: #ffffff;
  bottom: -0.5%;
}
@media screen and (min-width: 768px) {
  .wave {
    height: 40px;
    aspect-ratio: auto;
    -webkit-mask-repeat: repeat;
            mask-repeat: repeat;
    bottom: -40px;
  }
}

/* ==========================================================================
   parts
========================================================================== */
.parts {
  position: absolute;
  line-height: 1;
}
.parts__illust01 {
  width: 13.5%;
  top: 37%;
  left: 7%;
}
@media screen and (min-width: 768px) {
  .parts__illust01 {
    width: 53px;
    top: 34%;
    left: 26.5%;
  }
}
.parts__illust02 {
  width: 22.4%;
  right: 6%;
  bottom: 1.5%;
}
@media screen and (min-width: 768px) {
  .parts__illust02 {
    width: 91px;
    right: 25%;
    bottom: 0;
  }
}
.parts__illust03 {
  width: 22.4%;
  top: -1%;
  right: -2%;
}
@media screen and (min-width: 768px) {
  .parts__illust03 {
    width: 91px;
    top: -2%;
    right: 14%;
  }
}
.parts__illust04 {
  width: 12.9%;
  top: 20%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .parts__illust04 {
    width: 48px;
    top: 16.5%;
    left: 17%;
  }
}
.parts__illust05 {
  width: 16.4%;
  top: 21.5%;
  right: 8%;
}
@media screen and (min-width: 768px) {
  .parts__illust05 {
    width: 65px;
    top: 22.5%;
    right: 14%;
  }
}
.parts__illust06 {
  width: 16.5%;
  top: -20%;
  left: 8%;
}
@media screen and (min-width: 768px) {
  .parts__illust06 {
    width: 76px;
    top: -24%;
    left: 14%;
  }
}
.parts__illust07 {
  width: 15.9%;
  top: 3%;
  right: 2%;
}
@media screen and (min-width: 768px) {
  .parts__illust07 {
    width: 75px;
    top: 1%;
    right: 14%;
  }
}
.parts__illust08 {
  width: 9%;
  top: 27%;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .parts__illust08 {
    width: 38px;
    top: 21%;
    left: 24%;
  }
}
.parts__illust09 {
  width: 10%;
  top: -16%;
  right: 4.5%;
}
@media screen and (min-width: 768px) {
  .parts__illust09 {
    width: 44px;
    top: -40%;
    right: -15%;
  }
}
.parts__illust10 {
  width: 15%;
  top: -3%;
  left: -4%;
}
@media screen and (min-width: 768px) {
  .parts__illust10 {
    width: 59px;
    top: -4%;
    left: 12%;
  }
}
.parts__illust11 {
  width: 12.9%;
  top: 17%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .parts__illust11 {
    width: 49px;
    top: 19%;
    right: 3%;
  }
}
.parts__illust12 {
  width: 13.8%;
  top: 55%;
  left: -4%;
}
@media screen and (min-width: 768px) {
  .parts__illust12 {
    width: 55px;
    top: 67%;
  }
}
.parts__illust13 {
  width: 12.4%;
  top: -6%;
  right: 15%;
}
@media screen and (min-width: 768px) {
  .parts__illust13 {
    width: 55px;
    right: 15%;
  }
}
.parts__illust14 {
  width: 15.7%;
  top: -8%;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .parts__illust14 {
    width: 79px;
    top: 2%;
    right: -15%;
  }
}
.parts__illust15 {
  width: 21.1%;
  top: -10%;
  left: 4%;
}
@media screen and (min-width: 768px) {
  .parts__illust15 {
    width: 106px;
    top: -30%;
    left: 11%;
  }
}
.parts__illust16 {
  width: 10.5%;
  top: -17%;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .parts__illust16 {
    width: 39px;
    top: -13%;
    right: 17%;
  }
}
.parts__illust17 {
  width: 12.6%;
  top: 6%;
  left: -3%;
}
@media screen and (min-width: 768px) {
  .parts__illust17 {
    width: 48px;
    top: 4.5%;
    left: 15%;
  }
}
.parts__illust18 {
  width: 20.6%;
  top: 44.5%;
  right: -4%;
}
@media screen and (min-width: 768px) {
  .parts__illust18 {
    width: 83px;
    top: 56%;
    right: -3%;
  }
}
.parts__illust19 {
  width: 10.3%;
  top: 18%;
  right: 14%;
}
@media screen and (min-width: 768px) {
  .parts__illust19 {
    width: 46px;
    top: 20.5%;
    right: 12.5%;
  }
}
.parts__illust20 {
  width: 18%;
  top: 14%;
  right: 2%;
}
@media screen and (min-width: 768px) {
  .parts__illust20 {
    width: 85px;
    top: 8%;
    right: -18%;
  }
}
.parts__illust21 {
  width: 9%;
  top: 54%;
  left: 7%;
}
@media screen and (min-width: 768px) {
  .parts__illust21 {
    width: 38px;
    top: 49%;
    left: -10%;
  }
}
.parts__illust22 {
  width: min(21.8%, 82px);
  top: -5%;
  left: 2%;
}
@media screen and (min-width: 768px) {
  .parts__illust22 {
    width: 79px;
    top: -8%;
    left: 18.5%;
  }
}
.parts__illust23 {
  width: min(20.3%, 76px);
  top: -3%;
  right: -4%;
}
@media screen and (min-width: 768px) {
  .parts__illust23 {
    width: 73px;
    top: -10%;
    right: 19%;
  }
}
.parts.bg-illust {
  z-index: -1;
}
.parts__bg01 {
  width: 23.4%;
  right: 4%;
  bottom: -4%;
}
@media screen and (min-width: 768px) {
  .parts__bg01 {
    width: 111px;
    right: -13%;
    bottom: -7%;
  }
}
.parts__bg02 {
  width: 31.1%;
  left: -6%;
  bottom: -4%;
}
@media screen and (min-width: 768px) {
  .parts__bg02 {
    width: 150px;
    left: -12%;
    bottom: -13%;
  }
}
.parts__bg03 {
  width: 27.7%;
  right: 1%;
  bottom: -7%;
}
@media screen and (min-width: 768px) {
  .parts__bg03 {
    width: 134px;
    right: -15.5%;
    bottom: -8%;
  }
}
.parts__bg04 {
  width: 30.3%;
  right: -1%;
  bottom: -5%;
}
@media screen and (min-width: 768px) {
  .parts__bg04 {
    width: 147px;
    right: -18%;
    bottom: -11%;
  }
}
.parts__bg05 {
  width: 24.2%;
  left: -5%;
  bottom: -1.2%;
}
@media screen and (min-width: 768px) {
  .parts__bg05 {
    width: 116px;
    left: 1.5%;
    bottom: -1.2%;
  }
}
.parts__bg06 {
  width: 29.5%;
  right: 1%;
  bottom: -9%;
}
@media screen and (min-width: 768px) {
  .parts__bg06 {
    width: 143px;
    right: -13%;
    bottom: -12%;
  }
}
.parts__bg07 {
  width: 27.5%;
  right: 33%;
  bottom: -9%;
}
@media screen and (min-width: 768px) {
  .parts__bg07 {
    width: 134px;
    right: 31%;
    bottom: -11%;
  }
}
.parts__bg08 {
  width: 29.5%;
  right: -6.5%;
  bottom: 0%;
}
@media screen and (min-width: 768px) {
  .parts__bg08 {
    width: 142px;
    right: -9%;
    bottom: -5%;
  }
}
.parts__bg09 {
  width: 20%;
  left: 3.5%;
  bottom: -24%;
}
@media screen and (min-width: 768px) {
  .parts__bg09 {
    width: 95px;
    left: -65%;
    bottom: -15%;
  }
}
.parts__bg10 {
  width: 23.6%;
  right: 5%;
  bottom: -8%;
}
@media screen and (min-width: 768px) {
  .parts__bg10 {
    width: 113px;
    right: -7%;
    bottom: -10%;
  }
}
.parts__bg11 {
  width: 27%;
  left: 11%;
  bottom: -3%;
}
@media screen and (min-width: 768px) {
  .parts__bg11 {
    width: 130px;
    left: -1%;
    bottom: 11%;
  }
}

/* ==========================================================================
   Banner
========================================================================== */
.banner__item {
  width: 96%;
  max-width: 686px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .banner__item {
    margin-bottom: 60px;
  }
}
.banner__item a {
  display: block;
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .banner__item a {
    width: min(100%, 710px);
  }
}
@media screen and (min-width: 768px) {
  .banner__item a a:hover {
    opacity: 0.7;
  }
}

/* ==========================================================================
   babywear-feature
========================================================================== */
.babywear-feature {
  padding-top: 44px;
}
.babywear-feature > div {
  width: 86%;
  max-width: 560px;
  margin: 0 auto 30px;
  position: relative;
}
.babywear-feature > div h2 {
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: center;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 2.1rem;
  color: #d9674f;
}
@media screen and (min-width: 768px) {
  .babywear-feature > div h2 {
    font-size: 2.2rem;
  }
}
.babywear-feature a {
  display: block;
  width: min(90%, 335px);
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  background: #d9674f;
  border-radius: 40px;
  border: 1px solid #d9674f;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .babywear-feature a {
    border-radius: 42px;
  }
}
.babywear-feature a svg {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
.babywear-feature a svg .window-path {
  fill: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .babywear-feature a:hover {
    background: #ffffff;
    color: #d9674f;
  }
}
@media screen and (min-width: 768px) {
  .babywear-feature a:hover svg .window-path {
    fill: #d9674f;
  }
}

/* ==========================================================================
   Footer
========================================================================== */
#footer {
  min-width: 320px;
  position: relative;
}
#footer .recommend {
  min-width: 320px;
}
#footer .recommend .recommend-inner {
  margin: 0 auto 35px;
  padding: 40px 8vw 0;
}
@media screen and (min-width: 768px) {
  #footer .recommend .recommend-inner {
    width: min(96%, 1100px);
    margin: 0 auto 80px;
    padding: 50px 0 0;
  }
}
#footer .recommend .recommend-inner .recommend-title {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.4rem;
  text-align: center;
  padding: 0 0 15px;
}
@media screen and (min-width: 768px) {
  #footer .recommend .recommend-inner .recommend-title {
    font-size: 2rem;
    padding: 0 0 35px;
  }
}
#footer .recommend .recommend-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100%, 620px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #footer .recommend .recommend-inner ul {
    width: min(92%, 860px);
    /*   justify-content: center;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#footer .recommend .recommend-inner ul li {
  width: 47.5%;
  margin: 0 0 4.5vw;
}
@media screen and (min-width: 768px) {
  #footer .recommend .recommend-inner ul li {
    width: 23.5%;
    margin: 0 2% 30px 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .recommend .recommend-inner ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .recommend .recommend-inner ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .recommend .recommend-inner ul li a:hover {
    opacity: 0.7;
  }
}
#footer .recommend .recommend-inner ul li a img {
  border-radius: 8px;
}
#footer .footer-inner {
  padding: 30px 4vw 10px;
  background-color: #f4f4f4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner {
    padding: 50px 0 10px;
    margin: 0 auto;
  }
}
#footer .footer-inner .footer-btn {
  position: relative;
  width: 250px;
  height: 75px;
  background-color: #fff;
  border-radius: 75px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .footer-btn {
    width: 390px;
    height: 120px;
    border-radius: 120px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
#footer .footer-inner .footer-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .footer-btn::after {
    right: 25px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .footer-btn:hover {
    opacity: 0.7;
  }
}
#footer .footer-inner .footer-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .footer-btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
#footer .footer-inner .footer-btn a img {
  width: 117px;
  margin: 12px auto 0;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .footer-btn a img {
    width: 195px;
    margin: 15px auto 0;
  }
}
#footer .footer-inner .footer-btn a p {
  font-size: 1rem;
  font-weight: 700;
  padding: 2px 0 0;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .footer-btn a p {
    font-size: 1.5rem;
    padding: 5px 0 0;
  }
}
#footer .footer-inner .copyright {
  font-size: 0.9rem;
  padding: 20px 0 0;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .copyright {
    font-size: 1.1rem;
    padding: 50px 0 0;
  }
}

/* ==========================================================================
   Backtotop
========================================================================== */
#backtotop {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  right: 2%;
  bottom: 15px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 998;
}
@media screen and (min-width: 768px) {
  #backtotop {
    width: 60px;
    height: 60px;
    right: 50px;
    bottom: 50px;
  }
}
#backtotop::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 -7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #backtotop::after {
    width: 15px;
    height: 15px;
    margin: -5px 0 0 -9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
#backtotop.ended {
  bottom: 130px;
}
@media screen and (min-width: 768px) {
  #backtotop.ended {
    bottom: 220px;
  }
}
@media screen and (min-width: 768px) {
  #backtotop:hover {
    opacity: 0.8;
  }
}

#backtotop {
  background-color: #d9674f;
}

/*-- ファイル読み込み --*/
/*-------------------------------------
動き関連
-------------------------------------*/
.fdin {
  opacity: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.fdin.scroll {
  opacity: 1;
}
.fdin__cut {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.fdin__cut.scroll {
  opacity: 1;
}
.fdin__top {
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.fdin__top.scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fdin__bottom {
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
.fdin__bottom.scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fdin__left {
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.fdin__left.scroll {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.fdin__right {
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.fdin__right.scroll {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.fdin__scale-in {
  opacity: 0;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.fdin__scale-in.scroll {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.fdin__scale-out {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.fdin__scale-out.scroll {
  -webkit-animation: zoom-bound 0.4s forwards;
          animation: zoom-bound 0.4s forwards;
}

@-webkit-keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fdin-btm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fdin-btm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fall01 {
  0% {
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 40px) rotate(45deg);
            transform: translate(0, 40px) rotate(45deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(10px, 80px) rotate(90deg);
            transform: translate(10px, 80px) rotate(90deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-10px, 160px) rotate(180deg);
            transform: translate(-10px, 160px) rotate(180deg);
  }
  30% {
    -webkit-transform: translate(20px, 240px) rotate(270deg);
            transform: translate(20px, 240px) rotate(270deg);
  }
  40% {
    -webkit-transform: translate(-40px, 320px) rotate(360deg);
            transform: translate(-40px, 320px) rotate(360deg);
  }
  50% {
    -webkit-transform: translate(-40px, 400px) rotate(360deg);
            transform: translate(-40px, 400px) rotate(360deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fall01 {
  0% {
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 40px) rotate(45deg);
            transform: translate(0, 40px) rotate(45deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(10px, 80px) rotate(90deg);
            transform: translate(10px, 80px) rotate(90deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(-10px, 160px) rotate(180deg);
            transform: translate(-10px, 160px) rotate(180deg);
  }
  30% {
    -webkit-transform: translate(20px, 240px) rotate(270deg);
            transform: translate(20px, 240px) rotate(270deg);
  }
  40% {
    -webkit-transform: translate(-40px, 320px) rotate(360deg);
            transform: translate(-40px, 320px) rotate(360deg);
  }
  50% {
    -webkit-transform: translate(-40px, 400px) rotate(360deg);
            transform: translate(-40px, 400px) rotate(360deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fall02 {
  0% {
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 40px) rotate(-45deg);
            transform: translate(0, 40px) rotate(-45deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(-8px, 80px) rotate(-90deg);
            transform: translate(-8px, 80px) rotate(-90deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(8px, 160px) rotate(-180deg);
            transform: translate(8px, 160px) rotate(-180deg);
  }
  30% {
    -webkit-transform: translate(-20px, 240px) rotate(-270deg);
            transform: translate(-20px, 240px) rotate(-270deg);
  }
  40% {
    -webkit-transform: translate(40px, 320px) rotate(-360deg);
            transform: translate(40px, 320px) rotate(-360deg);
  }
  50% {
    -webkit-transform: translate(-40px, 400px) rotate(-360deg);
            transform: translate(-40px, 400px) rotate(-360deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fall02 {
  0% {
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 40px) rotate(-45deg);
            transform: translate(0, 40px) rotate(-45deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: translate(-8px, 80px) rotate(-90deg);
            transform: translate(-8px, 80px) rotate(-90deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate(8px, 160px) rotate(-180deg);
            transform: translate(8px, 160px) rotate(-180deg);
  }
  30% {
    -webkit-transform: translate(-20px, 240px) rotate(-270deg);
            transform: translate(-20px, 240px) rotate(-270deg);
  }
  40% {
    -webkit-transform: translate(40px, 320px) rotate(-360deg);
            transform: translate(40px, 320px) rotate(-360deg);
  }
  50% {
    -webkit-transform: translate(-40px, 400px) rotate(-360deg);
            transform: translate(-40px, 400px) rotate(-360deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fall03 {
  0% {
    -webkit-transform: translate(20px, 0) rotate(0);
            transform: translate(20px, 0) rotate(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-20px, 400px) rotate(360deg);
            transform: translate(-20px, 400px) rotate(360deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fall03 {
  0% {
    -webkit-transform: translate(20px, 0) rotate(0);
            transform: translate(20px, 0) rotate(0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-20px, 400px) rotate(360deg);
            transform: translate(-20px, 400px) rotate(360deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scaling {
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaling {
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-- ファイル読み込み --*/