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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
  color: #660000;
  font-weight: 700;
  font-style: normal;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}
#wrapper.loaded {
  opacity: 1;
  transition: 2s 1s;
}

#header {
  width: 100%;
  margin-bottom: 75px;
}
@media screen and (min-width: 1000px) {
  #header {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 999px) {
  #header .mainPic_area {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  #header .mainPic_area {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 0;
  }
}

#header .intro_area {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #header .intro_area {
    margin-top: 40px;
  }
}
#header .intro_area p {
  margin: 0 auto;
  font-size: 13px;
  font-family: "noto-sans-cjk-jp";
  letter-spacing: 0.025em;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #header .intro_area p {
    width: 70%;
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content {
    max-width: 900px;
    margin: 0 auto;
  }
}

.section .size_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .section .size_area {
    margin-bottom: 160px;
    justify-content: space-evenly;
  }
}
.section h1 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .section h1 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.section .size_01 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 999px) {
  .section .size_01 {
    margin: 0 5px 35px 0;
  }
}
@media screen and (min-width: 1000px) {
  .section .size_01 {
    width: 42%;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .section .size_01::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -80px;
    width: 20px;
    height: 20px;
    background: #660000;
    border-radius: 30px;
    z-index: 2;
  }
  .section .size_01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -80px;
    width: 20px;
    height: 20px;
    background: #660000;
    border-radius: 30px;
    z-index: 2;
  }
}
.section .size_01 p {
  position: absolute;
  top: 31%;
  left: -72px;
  font-size: 16px;
  font-weight: 500;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1000px) {
  .section .size_01 p {
    top: 38%;
    left: -74px;
    font-size: 2.4rem;
  }
}
.section .size_01 p span {
  font-weight: 700;
}
.section .size_01 .frame {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .section .size_01 .frame {
    font-size: 18px;
  }
}
.section .size_01 .frame .left, .section .size_01 .frame .right {
  display: inline-block;
}
.section .size_02 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 999px) {
  .section .size_02 {
    margin: 0 0 35px 5px;
  }
}
@media screen and (min-width: 1000px) {
  .section .size_02 {
    width: 42%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .section .size_02::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -80px;
    width: 20px;
    height: 20px;
    background: #660000;
    border-radius: 30px;
    z-index: 2;
  }
  .section .size_02::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -80px;
    width: 20px;
    height: 20px;
    background: #660000;
    border-radius: 30px;
    z-index: 2;
  }
}
.section .size_02 p {
  position: absolute;
  bottom: 74px;
  right: -3px;
  font-size: 16px;
  font-weight: 500;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1000px) {
  .section .size_02 p {
    bottom: 90px;
    right: 20px;
    font-size: 2.4rem;
  }
}
.section .size_02 p span {
  font-weight: 700;
}
.section .size_02 .frame {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .section .size_02 .frame {
    font-size: 18px;
  }
}
.section .size_02 .frame .left, .section .size_02 .frame .right {
  display: inline-block;
}
.section .buy {
  border: 1px solid #660000;
  padding: 2% 8%;
  text-align: center;
  font-size: 16px;
  display: block;
  width: 20%;
  color: #660000;
}
@media screen and (min-width: 1000px) {
  .section .buy {
    font-size: 18px;
    width: 11%;
    padding: 2% 5%;
  }
}

.section .styling_area {
  margin-bottom: 90px;
}
@media screen and (min-width: 1000px) {
  .section .styling_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 110px;
  }
}
.section .styling_area h4 {
  width: 78.6%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6px;
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  .section .styling_area h4 {
    width: 100%;
    font-size: 30px;
  }
}
.section .styling_area h4 span {
  display: inline-block;
  font-size: 26px;
  margin-left: 5px;
}
@media screen and (min-width: 1000px) {
  .section .styling_area h4 span {
    font-size: 36px;
  }
}
.section .styling_area .styling {
  position: relative;
  width: 78.6%;
}
@media screen and (max-width: 999px) {
  .section .styling_area .styling {
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 1000px) {
  .section .styling_area .styling {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.section .styling_area .styling p {
  position: absolute;
  bottom: 15px;
  right: -7px;
  font-size: 16px;
  font-weight: 500;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1000px) {
  .section .styling_area .styling p {
    right: 20px;
    bottom: 20px;
    font-size: 2.4rem;
  }
}
.section .styling_area .styling p span {
  font-weight: 700;
}
.section .styling_area .item {
  position: relative;
  width: 68.6%;
}
@media screen and (max-width: 999px) {
  .section .styling_area .item {
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 1000px) {
  .section .styling_area .item {
    width: 42%;
    padding-left: 30px;
    box-sizing: border-box;
  }
}
.section .styling_area .item p {
  position: absolute;
  top: 42%;
  left: -72px;
  font-size: 16px;
  font-weight: 500;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1000px) {
  .section .styling_area .item p {
    left: -74px;
    font-size: 2.4rem;
  }
}
.section .styling_area .item p span {
  font-weight: 700;
}
.section .styling_area .item .frame {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  .section .styling_area .item .frame {
    font-size: 18px;
  }
}
.section .styling_area .item .frame .left, .section .styling_area .item .frame .right {
  display: inline-block;
}
.section .styling_area .comment_area {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .section .styling_area .comment_area {
    width: 50%;
    flex-flow: column;
    align-items: flex-end;
    box-sizing: border-box;
  }
}
.section .styling_area .comment_area div.icon {
  width: 70%;
  display: flex;
  margin: 0 auto;
  flex-flow: column;
}
.section .styling_area .comment_area div.icon div {
  margin-bottom: 8px;
}
.section .styling_area .comment_area div.icon p {
  display: block;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .section .styling_area .comment_area div.icon p {
    font-size: 14px;
  }
}
.section .styling_area .comment_area div.icon p span {
  text-align: right;
}

@media screen and (min-width: 1000px) {
  .section .styling_area.black {
    flex-direction: row-reverse;
  }
}
.section .styling_area.black h4 {
  text-align: left;
}
.section .styling_area.ivory h4 {
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .section .styling_area.brown {
    flex-direction: row-reverse;
  }
}
.section .styling_area.brown h4 {
  text-align: left;
}

footer .bg {
  padding: 20% 0 5%;
}
@media screen and (min-width: 1000px) {
  footer .bg {
    padding: 10% 0 3%;
  }
}
footer a {
  display: block;
  width: 25%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 1000px) {
  footer a {
    width: 10%;
    margin: 0 auto 1%;
  }
}
footer a img {
  filter: invert(12%) sepia(21%) saturate(6428%) hue-rotate(1deg) brightness(105%) contrast(102%);
}
footer .text {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  footer .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 999px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none !important;
  }
}

div[class*=section] {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 1000px) {
  div[class*=section] {
    margin-bottom: 130px !important;
  }
}

/*div[class*="section"]:not(:last-of-type) {
  @include mq(sp) {
    margin-bottom: 100px;
  }
  @include mq(pc) {
    margin-bottom: 100px;
  }
}*/
/*div[class*="section"]:nth-last-child(2) {
  @include mq(sp) {
    margin-bottom: 0;
  }
}*/
/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeFromTop {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnimeFromTop;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0.1;
    transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.1;
    transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@-webkit-keyframes zoomIn01 {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn01 {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 20%);
  -webkit-transform: translate(0, 20%);
  transition: 1s;
  transition-delay: 0.8s;
}

.inviewfadeInUp01 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1s;
  transition-delay: 1s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 1s;
  transition-delay: 0.4s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.4s;
  transition-delay: 0.8s;
}

.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

.inviewfromTop {
  opacity: 0;
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  transition: 1s;
}

.inviewRight {
  opacity: 0;
  transform: translate(30px, -30px);
  -webkit-transform: translate(30px, -30px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

.inviewLeft {
  opacity: 0;
  transform: translate(-30px, -30px);
  -webkit-transform: translate(-30px, -30px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

/*.zoomIn {
  animation: zoomIn 1.2s 1s cubic-bezier(.3,1.59,.79,-0.64) 1 forwards;
}*/
.fadeInUp {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.fadeInUp01 {
  opacity: 1 !important;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}
#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 999px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 999px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

/*jQueryのCSS
--------------------------------------*//*# sourceMappingURL=style.css.map */