@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

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

a {
  text-decoration: none;
  color: #486B97;
}

a:hover {
  text-decoration: underline;
  color: #946349;
}

.global_head {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0;
  }
}

.hero {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hero {
    background: url("../img/hero-sp.png") no-repeat top center/cover;
    height: calc(100vh - 40px);
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    background: url("../img/hero.png") no-repeat #f5f3f2 top left -100px/cover;
    height: 750px;
  }
}

.hero__ttl-container {
  overflow: hidden;
}

.hero h1 {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .hero h1 {
    padding: 0 0 0 20px;
  }
}

.hero__ttl {
  overflow: hidden;
  position: absolute;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 10px 9px 0 black;
          box-shadow: 10px 9px 0 black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .hero__ttl {
    height: 45px;
    padding: 0 13px;
  }
}

@media only screen and (min-width: 768px) {
  .hero__ttl {
    height: 58px;
    padding: 0 60px 0 20px;
  }
}

.hero__ttl img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .hero__ttl img {
    height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hero__ttl img {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .hero .ttl-01 {
    bottom: 290px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .ttl-01 {
    bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .hero .ttl-02 {
    bottom: 230px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .ttl-02 {
    bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .hero .ttl-03 {
    bottom: 170px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .ttl-03 {
    bottom: 40px;
  }
}

.hero__sub {
  position: absolute;
  top: 15px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .hero__sub img {
    width: 50px;
    height: auto;
  }
}

.twitter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .twitter {
    top: 20px;
    left: -17px;
  }
}

@media only screen and (min-width: 768px) {
  .twitter {
    top: 25px;
    left: 0;
  }
}

.twitter__container {
  position: relative;
}

.twitter__img {
  position: relative;
  margin: 0 0 43px;
  background: #f5f3f2;
  padding: 8px 5px 7px;
  -webkit-box-shadow: 6px 6px 0 black;
          box-shadow: 6px 6px 0 black;
  cursor: pointer;
}

.twitter__img:hover {
  background: #dcdad9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.twitter__img a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.twitter__text {
  font-weight: 600;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: right;
  font-size: 0.85rem;
}

.twitter__text:hover span {
  background: #dcdad9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.twitter__text a {
  color: #000;
}

.twitter__text a:hover {
  text-decoration: none;
}

.twitter__text span {
  display: inline-block;
  background: #f5f3f2;
  padding: 1px 10px 0;
  -webkit-box-shadow: -6px 6px 0 black;
          box-shadow: -6px 6px 0 black;
}

.twitter__text span:first-child {
  margin: 0 0 3px;
}

.scroll {
  position: absolute;
  left: 23px;
  width: 3em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  z-index: 99;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .scroll {
    bottom: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll {
    bottom: 45px;
  }
}

.scroll:hover {
  text-decoration: none;
}

.scroll span {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #000;
  background: #f5f3f2;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-box-shadow: -6px 6px 0 black;
          box-shadow: -6px 6px 0 black;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .scroll span {
    font-size: 1.1rem;
    top: 0;
    left: -42px;
    width: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll span {
    font-size: 1.3rem;
    top: -37px;
    left: -35px;
    width: 100px;
  }
}

.scroll span:hover {
  background: #dcdad9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow {
  position: absolute;
  width: 0;
  border: #000 solid 2px;
}

@media only screen and (max-width: 767px) {
  .arrow {
    top: 50px;
    left: 2px;
    height: 3em;
    -webkit-animation: 1.6s arrow-animation infinite ease-in-out;
            animation: 1.6s arrow-animation infinite ease-in-out;
  }
}

@media only screen and (min-width: 768px) {
  .arrow {
    top: 20px;
    left: 14px;
    height: 5em;
    -webkit-animation: 2s arrow-animation infinite ease-in-out;
            animation: 2s arrow-animation infinite ease-in-out;
  }
}

.arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
  @-webkit-keyframes arrow-animation {
    0% {
      height: 1em;
    }
    66% {
      height: 3em;
    }
  }
  @keyframes arrow-animation {
    0% {
      height: 1em;
    }
    66% {
      height: 3em;
    }
  }
}

@media only screen and (min-width: 768px) {
  @-webkit-keyframes arrow-animation {
    0% {
      height: 1em;
    }
    66% {
      height: 5em;
    }
  }
  @keyframes arrow-animation {
    0% {
      height: 1em;
    }
    66% {
      height: 5em;
    }
  }
}

.intro {
  background: #f5f3f2;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 110px 0 100px;
  }
}

.intro__container {
  background: url("../img/intro-bg.png") no-repeat left bottom #f5f3f2;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .intro__container {
    max-width: 1100px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.intro__item {
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .intro__item {
    position: relative;
    padding: 0 15px;
  }
}

.intro__item p {
  margin: 0;
}

.intro__item_ttl {
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .intro__item_ttl {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__item_ttl {
    font-size: 1.4rem;
  }
}

.intro__item_ttl::after {
  content: "";
  display: inline-block;
  background: #000;
  height: 3px;
  position: relative;
  top: -7px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .intro__item_ttl::after {
    width: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__item_ttl::after {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .intro .intro-text {
    margin: 0 0 50px;
  }
}

.intro .intro-text p {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .intro .intro-text p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.65rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro .intro-text p {
    font-size: 2.1rem;
    line-height: 3.3rem;
    letter-spacing: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .intro .intro-comment {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .intro .intro-comment {
    margin: 75px 0 0 auto;
    width: 550px;
  }
}

.intro .intro-comment p {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .intro .intro-comment p {
    font-size: 1.0rem;
    line-height: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro .intro-comment p {
    font-size: 1.1rem;
    line-height: 2.0rem;
  }
}

.prod {
  background: #f5f3f2;
}

.prod__container {
  border-top: #000 dashed 1px;
}

@media only screen and (min-width: 768px) {
  .prod__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.prod__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .prod__item {
    padding: 70px 15px 65px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item {
    width: calc(100% / 2);
    text-align: center;
    padding: 100px 30px;
  }
}

.prod__item:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .prod__item:last-child {
    border-top: #000 dashed 1px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item:last-child {
    border-left: #000 dashed 1px;
  }
}

@media only screen and (max-width: 767px) {
  .prod__item_ttl {
    width: 65%;
    margin: 0 auto 40px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item_ttl {
    max-width: 350px;
    margin: 0 auto 70px;
  }
}

.prod__item_pic {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 dashed 1px;
}

@media only screen and (max-width: 767px) {
  .prod__item_pic {
    width: 300px;
    height: 300px;
    margin: 0 auto 40px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item_pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 450px;
    height: 450px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}

.prod__item_pic figure {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.prod__item_pic figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.prod__item_pic figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.prod__item .item-sticker {
  border: #ccc solid 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.prod__item_text {
  text-align: center;
}

.prod__item_name {
  font-weight: 500;
  letter-spacing: 0.3rem;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .prod__item_name {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item_name {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
}

.prod__item_price {
  margin: 0 0 25px;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: 'Noto Sans JP';
}

@media only screen and (max-width: 767px) {
  .prod__item_price {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .prod__item_price {
    font-size: 1.5rem;
  }
}

.prod__item_price span {
  font-size: 0.9rem;
  margin: 0 5px;
  font-weight: normal;
}

.prod__item_detail {
  margin: 0;
  color: #333;
}

.sizetext {
  font-weight: 600;
  text-align: center;
  font-size: 0.85rem;
}

.sizetext:hover span {
  background: #dcdad9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sizetext a {
  color: #000;
}

.sizetext a:hover {
  text-decoration: none;
}

.sizetext span {
  width: 80px;
  height: 20px;
  display: inline-block;
  background: #ffffff;
  border: #000 solid 1px;
  padding: 1px 10px 0;
  -webkit-box-shadow: -6px 6px 0 black;
          box-shadow: -6px 6px 0 black;
}

.sizetext span:first-child {
  margin: 0 0 3px;
}

.order_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 10px;
  margin: 30px 0 0;
}

.order_link dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  text-align: center;
  margin: 0 auto;
  padding: 15px 5px;
  border-top: #333 solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.order_link dl:last-child {
  border-bottom: #333 solid 1px;
}

.order_link dl dt {
  width: 25%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order_link dl dd {
  width: 75%;
  margin: 0;
  padding: 0;
  text-align: right;
}

.order_link dl dd .link {
  background: #0079E6;
  margin: 0 0 0 auto;
  text-align: center;
  border-radius: 5px;
  width: 180px;
  height: 43px;
}

.order_link dl dd .link a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  display: block;
  width: 100%;
}

.order_link dl dd .link:hover {
  opacity: 0.8;
}

.order_link dl dd .link .icon {
  margin-right: 7px;
}

.fade-01 {
  -webkit-animation-name: fade1;
          animation-name: fade1;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fade1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fade-02 {
  -webkit-animation-name: fade2;
          animation-name: fade2;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fade-03 {
  -webkit-animation-name: fade3;
          animation-name: fade3;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fade-sub {
  -webkit-animation-name: fadesub;
          animation-name: fadesub;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fadesub {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadesub {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=style.css.map */