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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype");
  font-weight: 350;
  font-style: normal; }
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "baskvill";
  font-style: normal;
  src: url("../fonts/baskvill.eot");
  src: url("../fonts/baskvill.woff") format("woff"), url("../fonts/baskvill.ttf") format("truetype"); }
@font-face {
  font-family: "caveat-bold";
  font-style: normal;
  src: url("../fonts/caveat-bold.eot");
  src: url("../fonts/caveat-bold.woff") format("woff"), url("../fonts/caveat-bold.ttf") format("truetype"); }
@font-face {
  font-family: "caveat";
  font-style: normal;
  src: url("../fonts/caveat.eot");
  src: url("../fonts/caveat.woff") format("woff"), url("../fonts/caveat.ttf") format("truetype"); }
@font-face {
  font-family: "iskoola_pota";
  font-style: normal;
  src: url("../fonts/iskoola_pota.eot");
  src: url("../fonts/iskoola_pota.woff") format("woff"), url("../fonts/iskoola_pota.ttf") format("truetype"); }
@font-face {
  font-family: "Antro_Vectra";
  font-style: normal;
  src: url("../fonts/Antro_Vectra.eot");
  src: url("../fonts/Antro_Vectra.woff") format("woff"), url("../fonts/Antro_Vectra.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  /*width: 100%;
  height: 100%;*/ }

body {
  font-family: 'Lato','YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
  line-height: 1.8;
  font-size: 14px;
  font-feature-settings: "palt";
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #f6f6f6 50%, #f6f6f6 100%);
  color: #333;
  /*width: 100%;
  height: 100%; */ }

body.openB {
  overflow: hidden; }

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

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

#wrapper {
  width: 100%;
  overflow: hidden; }

#header {
  width: 94%;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1000px) {
    #header {
      width: 98%; } }
  #header .bg-slider {
    width: 94vw;
    height: 94vh;
    margin-top: 3vh;
    /*height: calc(var(--vh, 1vh) * 100);*/
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      #header .bg-slider {
        width: 98vw;
        position: relative; } }
    #header .bg-slider .logo_wrap {
      display: flex;
      flex-flow: column;
      align-items: center; }
      @media screen and (min-width: 1000px) {
        #header .bg-slider .logo_wrap {
          position: absolute;
          bottom: 40px;
          right: 40px; } }
      #header .bg-slider .logo_wrap h1 {
        /*color: #fff;
        font-size: 48px;
        line-height: 1.5;
        font-weight: bold;
        text-align:center;
        text-shadow: 1px 1px 1px #000;*/ }
        #header .bg-slider .logo_wrap h1 svg {
          opacity: 0;
          -webkit-animation: opacity .8s ease 1.4s 1 forwards;
          animation: opacity .8s ease 1.4s 1 forwards;
          display: block;
          width: 100%; }
          @media screen and (max-width: 999px) {
            #header .bg-slider .logo_wrap h1 svg {
              max-width: 55px; } }
          @media screen and (min-width: 1000px) {
            #header .bg-slider .logo_wrap h1 svg {
              max-width: 80px; } }
          #header .bg-slider .logo_wrap h1 svg .st0 {
            fill: #fff; }
      #header .bg-slider .logo_wrap h2 {
        margin-top: 20px; }
        @media screen and (min-width: 1000px) {
          #header .bg-slider .logo_wrap h2 {
            margin-top: 15px; } }
        #header .bg-slider .logo_wrap h2 img {
          opacity: 0;
          -webkit-animation: opacity .8s ease 2s 1 forwards;
          animation: opacity .8s ease 2s 1 forwards; }
  #header .season {
    /*color: #fff;
    letter-spacing: 2px;
    font-weight: 300;*/
    position: absolute;
    top: 50%;
    left: -110px;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg); }
    @media screen and (min-width: 1000px) {
      #header .season {
        left: -90px; } }
    #header .season img {
      opacity: 0;
      max-width: 250px;
      -webkit-animation: opacity .8s ease .8s 1 forwards;
      animation: opacity .8s ease .8s 1 forwards; }
      @media screen and (min-width: 1000px) {
        #header .season img {
          max-width: 220px; } }
  #header p {
    position: absolute; }
    @media screen and (max-width: 999px) {
      #header p {
        top: 10px;
        right: 10px; } }
    @media screen and (min-width: 1000px) {
      #header p {
        top: 13px;
        right: 13px; } }
    #header p .fab {
      color: #fff; }
  #header span {
    max-width: 12px;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    @media screen and (max-width: 999px) {
      #header span {
        bottom: 15px;
        left: 50%; } }
    @media screen and (min-width: 1000px) {
      #header span {
        bottom: 15px;
        left: 50%; } }

#content {
  width: 100%; }
  #content #intro {
    display: flex;
    flex-flow: column;
    align-items: center; }
    @media screen and (max-width: 999px) {
      #content #intro {
        width: 90%;
        margin: 120px auto; } }
    @media screen and (min-width: 1000px) {
      #content #intro {
        width: 70%;
        margin: 160px auto 130px; } }
    #content #intro p {
      text-align: center;
      margin-top: 80px;
      font-size: 13px; }
      @media screen and (min-width: 1000px) {
        #content #intro p {
          margin-top: 60px;
          font-size: 14px; } }

#scene01, #scene02, #scene04, #scene07 {
  width: 94%;
  margin: 100px auto 0;
  position: relative; }
  @media screen and (min-width: 1000px) {
    #scene01 .slider, #scene02 .slider, #scene04 .slider, #scene07 .slider {
      display: flex; } }
  #scene01 .slider .title, #scene02 .slider .title, #scene04 .slider .title, #scene07 .slider .title {
    margin-top: 35px; }
    @media screen and (min-width: 1000px) {
      #scene01 .slider .title, #scene02 .slider .title, #scene04 .slider .title, #scene07 .slider .title {
        margin-top: 0px; } }
    #scene01 .slider .title h3, #scene02 .slider .title h3, #scene04 .slider .title h3, #scene07 .slider .title h3 {
      font-size: 30px;
      letter-spacing: 5px;
      line-height: 35px; }
      @media screen and (min-width: 1000px) {
        #scene01 .slider .title h3, #scene02 .slider .title h3, #scene04 .slider .title h3, #scene07 .slider .title h3 {
          display: none; } }
      @media screen and (max-width: 999px) {
        #scene01 .slider .title h3 img, #scene02 .slider .title h3 img, #scene04 .slider .title h3 img, #scene07 .slider .title h3 img {
          max-width: 300px; } }
  #scene01 .slider .price, #scene02 .slider .price, #scene04 .slider .price, #scene07 .slider .price {
    margin-top: 10px; }
    #scene01 .slider .price li a span.buy, #scene02 .slider .price li a span.buy, #scene04 .slider .price li a span.buy, #scene07 .slider .price li a span.buy {
      font-weight: bold;
      text-decoration: underline;
      transition: .8s; }
      #scene01 .slider .price li a span.buy:hover, #scene02 .slider .price li a span.buy:hover, #scene04 .slider .price li a span.buy:hover, #scene07 .slider .price li a span.buy:hover {
        color: #ccc; }

@media screen and (min-width: 1000px) {
  .left {
    box-sizing: border-box;
    padding: 70px 100px 70px 70px; } }

@media screen and (min-width: 1000px) {
  .right {
    box-sizing: border-box;
    padding: 70px 70px 70px 100px; } }

.pc_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  @media screen and (max-width: 999px) {
    .pc_title {
      display: none; } }
  .pc_title h3 {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 24px;
    letter-spacing: 10px;
    font-weight: 300;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

#scene03 {
  width: 100%;
  margin: 100px auto 0; }

#scene03 ul li {
  box-sizing: border-box;
  padding: 10px; }
  #scene03 ul li img {
    width: auto;
    height: 500px; }

#scene05, #scene06, #scene08 {
  width: 94%;
  margin: 100px auto 0; }
  @media screen and (min-width: 1000px) {
    #scene05, #scene06, #scene08 {
      width: 70%;
      display: flex; } }
  #scene05 .price, #scene06 .price, #scene08 .price {
    margin-top: 10px; }
    #scene05 .price li a span.buy, #scene06 .price li a span.buy, #scene08 .price li a span.buy {
      font-weight: bold;
      text-decoration: underline;
      transition: .8s; }
      #scene05 .price li a span.buy:hover, #scene06 .price li a span.buy:hover, #scene08 .price li a span.buy:hover {
        color: #ccc; }

@media screen and (min-width: 1000px) {
  #scene05 .inner, #scene06 .inner, #scene08 .inner {
    width: 60%;
    box-sizing: border-box;
    padding: 60px; } }

@media screen and (min-width: 1000px) {
  #scene05, #scene08 {
    justify-content: flex-start; } }

@media screen and (min-width: 1000px) {
  #scene06 {
    justify-content: flex-end; } }

#footer {
  margin: 100px 0 60px;
  width: 100%; }
  @media screen and (min-width: 1000px) {
    #footer {
      margin-bottom: 100px; } }
  #footer a {
    display: block;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 1000px) {
      #footer a {
        margin-bottom: 50px; } }
    #footer a img {
      width: 100%;
      max-width: 12px; }
  #footer ul.text_link {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    #footer ul.text_link li a {
      display: block;
      text-decoration: underline;
      font-size: 16px; }
      @media screen and (min-width: 1000px) {
        #footer ul.text_link li a {
          font-size: 18px;
          letter-spacing: 1px; } }
  #footer .outro {
    margin-top: 40px;
    background-image: url("../img/0D5A0304.jpg");
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 999px) {
      #footer .outro {
        background-position: center;
        height: 400px; } }
    @media screen and (min-width: 1000px) {
      #footer .outro {
        background-position: 0% 80%;
        height: 500px; } }
    #footer .outro p {
      color: #fff;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      box-sizing: border-box;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #footer .outro p span {
        display: block;
        font-size: 14px; }
    #footer .outro span.staff {
      font-size: 10px;
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translate(-50%, -5%);
      width: 90%;
      margin: 0 auto;
      color: #fff;
      text-align: center; }
  #footer ul.sns {
    width: 35%;
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 999px) {
      #footer ul.sns {
        margin: 60px auto 40px; } }
    @media screen and (min-width: 1000px) {
      #footer ul.sns {
        max-width: 230px;
        margin: 60px auto; } }
    #footer ul.sns li:last-child {
      display: flex;
      justify-content: center;
      align-items: center; }
    #footer ul.sns li a:last-child {
      display: inline-block;
      margin-bottom: 5px;
      line-height: 1; }
      #footer ul.sns li a:last-child img {
        max-width: 25px; }
    #footer ul.sns li a i.fab {
      color: #333333;
      font-size: 23px; }
  #footer p.copyright {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 999px) {
      #footer p.copyright {
        margin-bottom: 60px; } }

#scene01 {
  margin-top: 0px; }

#humberger_menu .modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 100px 0; }
  #humberger_menu .modal .inner {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center; }
    #humberger_menu .modal .inner .logo_wrap {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center; }
      #humberger_menu .modal .inner .logo_wrap .logo svg {
        width: 100%;
        max-width: 55px; }
      #humberger_menu .modal .inner .logo_wrap .theme {
        margin-top: 50px; }
        #humberger_menu .modal .inner .logo_wrap .theme img {
          max-width: 250px; }
    #humberger_menu .modal .inner ul.link {
      display: flex;
      flex-flow: column;
      justify-content: space-around;
      height: 200px;
      margin-top: 70px; }
      #humberger_menu .modal .inner ul.link li {
        height: 10%;
        text-align: center; }
        #humberger_menu .modal .inner ul.link li:last-child a {
          border: none; }
        #humberger_menu .modal .inner ul.link li a {
          font-size: 14px;
          color: #333;
          text-decoration: none;
          font-weight: bold;
          letter-spacing: 2px;
          position: relative;
          display: inline-block; }
          @media screen and (min-width: 1000px) {
            #humberger_menu .modal .inner ul.link li a::after {
              position: absolute;
              bottom: -4px;
              left: 0;
              content: "";
              width: 100%;
              height: 2px;
              background: #333;
              transform: scale(0, 1);
              transform-origin: left top;
              transition: transform .3s; }
            #humberger_menu .modal .inner ul.link li a:hover::after {
              transform: scale(1, 1); } }
    #humberger_menu .modal .inner ul.sns {
      width: 35%;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-around; }
      @media screen and (min-width: 1000px) {
        #humberger_menu .modal .inner ul.sns {
          width: 15%; } }
      #humberger_menu .modal .inner ul.sns li:last-child {
        display: flex;
        justify-content: center;
        align-items: center; }
      #humberger_menu .modal .inner ul.sns li a:last-child {
        line-height: 1;
        display: inline-block;
        margin-bottom: 5px; }
        #humberger_menu .modal .inner ul.sns li a:last-child img {
          max-width: 25px; }
      #humberger_menu .modal .inner ul.sns li a i.fab {
        color: #333333;
        font-size: 23px; }

#humberger_menu #nav_toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 40px;
  left: 25px;
  z-index: 200; }
  #humberger_menu #nav_toggle div {
    position: relative; }
  #humberger_menu #nav_toggle span {
    display: block;
    height: 4px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*&:nth-child(2) {
      top: 6px;
    }*/ }
    #humberger_menu #nav_toggle span:nth-child(1) {
      top: 0px; }
    #humberger_menu #nav_toggle span:nth-child(2) {
      top: 12px; }

#humberger_menu.open #nav_toggle span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }

/*#humberger_menu.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}*/
#humberger_menu.open #nav_toggle span:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.white {
  background: #333 !important; }

.overflow_hidden {
  overflow: hidden; }

.fixed {
  position: fixed; }

.position {
  opacity: 0;
  -webkit-animation: position .8s ease .8s 1 forwards;
  animation: position .8s ease .8s 1 forwards; }

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-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;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnimeFromTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnimeFromTop;
  -ms-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;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes curtain {
  0% {
    top: 0;
    opacity: 1; }
  100% {
    top: -100vh;
    opacity: 0; } }
/*@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; }

}*/
@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes position {
  0% {
    opacity: 0;
    transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%); }
  100% {
    opacity: 1;
    transform: translate(0%);
    -webkit-transform: translate(0%); } }
/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s; }

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
  transition-delay: .4s; }

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

.inviewRight {
  opacity: 0;
  transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transition: 1.4s; }

.inviewLeft {
  opacity: 0;
  transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  transition: 1.4s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.opacity {
  -webkit-animation: opacity .8s ease .8s 1 forwards;
  animation: opacity .8s ease .8s 1 forwards; }

/* 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 */
