@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 {
  width: 100%;
  height: 100%;
}*/
body {
  font-family: "gill-sans-nova", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #e60000;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.2px;
  scroll-snap-type: y mandatory;
}

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

a {
  color: rgb(77, 1, 1);
  text-decoration: none;
}

#wrapper {
  width: 100%;
}

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 100;
}
#loader .logo_wrap {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #loader .logo_wrap {
    width: 300px;
    height: 300px;
  }
}
#loader .logo_wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader .logo_wrap .logo::after {
  content: "";
  display: block;
  background-image: url(../img/new_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#header {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #header .flex {
    display: flex;
    max-width: 900px;
    margin: 0 auto 200px;
  }
}

#header span, #footer span {
  font-family: rosewood-std-fill, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  #header .flex .left {
    width: 50%;
  }
}
#header .flex .left .mainVisual_area {
  position: relative;
}
#header .flex .left .mainVisual_area::before {
  content: "";
  display: block;
  padding-top: 177.8666666667%;
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#header .flex .left .mainVisual_area h1 {
  width: 24%;
  position: absolute;
  top: 5%;
  left: 18%;
  transform: translate(-50%, -50%);
}
#header .flex .left .mainVisual_area .wrap {
  width: 100%;
}
#header .flex .left .mainVisual_area .wrap div:nth-of-type(1) {
  width: 64.7%;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#header .flex .left .mainVisual_area .wrap div:nth-of-type(2) {
  width: 83.4%;
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  #header .flex .right {
    width: 50%;
  }
}
#header .flex .right .subVisual_area {
  width: 80.6%;
  margin: 130px auto 133px;
}
@media screen and (min-width: 769px) {
  #header .flex .right .subVisual_area {
    margin: 155px auto 160px;
  }
}
#header .flex .right .subVisual_area img {
  width: 78.1%;
  margin: 0 auto;
}
#header .flex .right .header_last {
  margin: 0 auto;
}
#header .flex .right .header_last div:nth-of-type(1) {
  width: 24%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #header .flex .right .header_last div:nth-of-type(1) {
    width: 108px;
  }
}
#header .flex .right .header_last div:nth-of-type(2) {
  width: 89.4%;
  margin: 24px auto 32px;
}
@media screen and (min-width: 769px) {
  #header .flex .right .header_last div:nth-of-type(2) {
    margin: 30px auto;
  }
}

#content {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section {
    display: flex;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;
  }
}
.section div.left {
  position: relative;
}
@media screen and (min-width: 769px) {
  .section div.left {
    width: 50%;
    padding-bottom: 325px;
  }
}
.section div.left h3 {
  position: absolute;
  width: 10.4%;
  left: 45%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2%;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .section div.left h3 {
    width: 48px;
    bottom: 31.3%;
  }
}
.section div.right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section div.right {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .section div.right {
    width: 50%;
  }
}
.section div.right .img_area {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section div.right .img_area {
    margin: 0 auto;
  }
}
.section div.right .img_area .wrap {
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 769px) {
  .section div.right .img_area .wrap {
    margin: 0 auto 25px;
  }
}
.section div.right div {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section div.right div {
    margin: 0 auto 40px;
  }
}
.section div.right .price_box {
  width: 90%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .section div.right .price_box {
    height: 183px;
  }
}

.other_cate {
  margin: 150px auto 300px;
}
@media screen and (min-width: 769px) {
  .other_cate {
    max-width: 900px;
    margin: 0 auto 200px;
  }
}
@media screen and (max-width: 768px) {
  .other_cate div div:nth-of-type(1) {
    width: 16.2%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .other_cate div div:nth-of-type(1) {
    width: 94px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 768px) {
  .other_cate div div:nth-of-type(2) {
    width: 77.2%;
    margin: 200px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .other_cate div div:nth-of-type(2) {
    max-width: 450px;
    margin: 0 auto 110px;
  }
}
@media screen and (max-width: 768px) {
  .other_cate div div:nth-of-type(3) {
    width: 77.2%;
    margin: 280px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .other_cate div div:nth-of-type(3) {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  #footer .flex {
    display: flex;
    max-width: 900px;
    margin: 150px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #footer .flex .left {
    width: 50%;
  }
}
#footer .flex .left .lastModel_area {
  margin: 0 auto;
  padding-top: 122px;
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  #footer .flex .left .lastModel_area {
    width: 350px;
    margin: 0 auto 110px;
    padding-top: 0px;
  }
}
#footer .flex .left .lastModel_area div:nth-of-type(1) {
  width: 77.4%;
  margin: 0 auto 118px;
}
@media screen and (min-width: 769px) {
  #footer .flex .left .lastModel_area div:nth-of-type(1) {
    width: 350px;
    margin: 0 auto 160px;
  }
}
#footer .flex .left .lastModel_area div:nth-of-type(2) {
  width: 77.4%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #footer .flex .left .lastModel_area div:nth-of-type(2) {
    width: 350px;
  }
}
#footer .flex .right {
  padding-top: 135px;
}
@media screen and (min-width: 769px) {
  #footer .flex .right {
    width: 50%;
    padding-top: 0px;
  }
}
#footer .flex .right .staffCredit_area {
  width: 86.6%;
  margin: 0 auto 128px;
}
@media screen and (min-width: 769px) {
  #footer .flex .right .staffCredit_area {
    margin: 20px auto 155px;
  }
}
#footer .flex .right .staffCredit_area ul li {
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #footer .flex .right .staffCredit_area ul li {
    font-size: 10px;
    line-height: 1.7;
  }
}
#footer .flex .right .insta_area {
  width: 60.5%;
  margin: 0 auto 205px;
}
@media screen and (min-width: 769px) {
  #footer .flex .right .insta_area {
    max-width: 275px;
    margin: 0 auto 240px;
  }
}
#footer .flex .right .copyRight_area {
  padding-bottom: 25px;
}
#footer .flex .right .copyRight_area a {
  display: block;
  width: 22%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  #footer .flex .right .copyRight_area a {
    width: 23%;
    margin: 0 auto 30px;
  }
}
#footer .flex .right .copyRight_area small {
  font-size: 10px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  #footer .flex .right .copyRight_area small {
    font-size: 11px;
  }
}

.price_box {
  margin: 0 auto 0 25px !important;
}
@media screen and (min-width: 769px) {
  .price_box {
    width: 66% !important;
    margin: -20px auto 0 25px !important;
  }
}
.price_box ul li {
  justify-content: space-between;
  align-items: center;
  line-height: 1.8em;
}
.price_box ul li span {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .price_box ul li span {
    font-size: 14px;
  }
}
.price_box ul li span.price {
  margin-left: 5px;
  padding-right: 10px;
}
.price_box ul li span.notice {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
.price_box ul li a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #e60000;
  box-sizing: border-box;
  border-bottom: 1px solid #e60000;
  line-height: 1.2;
  margin-left: auto;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .price_box ul li a {
    font-size: 14px;
  }
}
.price_box ul li a:not(.disabled):hover {
  opacity: 0.6;
}
.price_box ul li a.disabled {
  background-color: transparent;
  font-size: 14px;
  color: #e60000;
  border: none;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .price_box ul li a.disabled {
    font-size: 14px;
  }
}

.cover_anim:before {
  animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f8ced2;
  width: 120%;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cover_anim01:before {
  animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.bg_color::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  animation: shrink 1.2s ease-in-out 0s 1 forwards;
}

.opacity {
  animation: opacity 1.6s ease-in-out 1 both;
}

/*.rotate {
  animation: rotate 1.6s ease-in-out .6s 1 forwards;
}*/
.opacity01 {
  opacity: 1 !important;
}

.logo_small {
  opacity: 0;
  transform: translateY(50px);
}

.logo_small.translate {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 2s;
}

h1.translate01 {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
  transition: all 1s 1s;
}

h3.translate02 {
  opacity: 1 !important;
  transform: translate(-90%, -95%) !important;
  transition: all 1s 1.6s;
}

.rotate {
  opacity: 0;
  transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
  transition: transform 1.4s;
}

.rotate.in {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}

.filter {
  filter: blur(10px) brightness(2) saturate(1);
  -webkit-filter: blur(10px) brightness(2) saturate(1);
  -moz-filter: blur(10px) brightness(2) saturate(1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}

.filter.off {
  filter: blur(0) brightness(1) saturate(1);
  -webkit-filter: blur(0) brightness(1) saturate(1);
  -moz-filter: blur(0) brightness(1) saturate(1);
}

.scale {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 2s ease-in-out;
}

.sp_only {
  margin: 0 auto 25px !important;
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

/*div[class*="section"]:nth-last-child(2) {
  @include mq(sp) {
    margin-bottom: 0;
  }
}*/
/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeFromTop {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}
@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;
  }
}
@keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(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);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.1;
    transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes zoomIn01 {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@keyframes position {
  0% {
    opacity: 0.4;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(8px);
  }
}
@keyframes position_01 {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}
@keyframes cover_R {
  100% {
    transform: translateX(100%);
  }
}
@keyframes cover_L {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cover_T {
  100% {
    transform: translateY(-120%);
  }
}
@keyframes arrow_anime {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 50px) rotate(180deg);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 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: 769px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

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