@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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.0;
  color: #000;
  font-weight: normal;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  background-color: #f6f6f6;
}

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

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

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  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;
  z-index: 999;
}

#loader.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}

#loader div {
  width: 53%;
}

@media screen and (min-width: 1000px) {
  #loader div {
    max-width: 300px;
  }
}

/*#frame {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #ccc;
  }
}*/
#wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}

#wrapper.loaded {
  opacity: 1;
  -webkit-transition: 2s 1s;
  transition: 2s 1s;
}

#main_area {
  position: relative;
  margin-top: 60px;
  margin-bottom: 90px;
}

@media screen and (min-width: 1000px) {
  #main_area {
    margin-top: 70px;
    margin-bottom: 130px;
  }
}

#main_area .loop_wrap {
  opacity: 0;
}

#main_area .loop_wrap.on {
  opacity: 1;
  -webkit-transition: 2s linear;
  transition: 2s linear;
}

#main_area .loop_wrap .loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  #main_area .loop_wrap .loop {
    height: 300px;
  }
}

#main_area .loop_wrap .loop img {
  width: auto;
  height: 100%;
}

#main_area .loop_wrap .loop.top img:nth-of-type(1) {
  -webkit-animation: loop1 60s -30s linear infinite;
          animation: loop1 60s -30s linear infinite;
}

#main_area .loop_wrap .loop.top img:nth-of-type(2) {
  -webkit-animation: loop2 60s linear infinite;
          animation: loop2 60s linear infinite;
}

#main_area .loop_wrap .loop.bottom img:nth-of-type(1) {
  -webkit-animation: loop3 60s -30s linear infinite;
          animation: loop3 60s -30s linear infinite;
}

#main_area .loop_wrap .loop.bottom img:nth-of-type(2) {
  -webkit-animation: loop4 60s linear infinite;
          animation: loop4 60s linear infinite;
}

#main_area .loop_wrap .inner h1 {
  position: absolute;
  width: 140px;
  top: 3%;
  left: 5%;
  transform: translate(5%, 3%);
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  z-index: 3;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 1000px) {
  #main_area .loop_wrap .inner h1 {
    width: 9.7%;
    top: 3%;
    left: 5%;
  }
}

#main_area .title_area {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  margin-top: -15px;
}

@media screen and (min-width: 1000px) {
  #main_area .title_area {
    margin-bottom: 40px;
  }
}

#main_area .title_area h2 {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
}

#main_area .title_area h2 span {
  display: block;
  width: 80%;
  margin: 0 auto 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 0.5px black;
  -webkit-text-fill-color: #fff;
  background-color: #3082e0;
}

@media screen and (min-width: 1000px) {
  #main_area .title_area h2 span {
    max-width: 670px;
    font-size: 3.6rem;
    line-height: 1.6;
    margin: 0 auto 40px;
    -webkit-text-stroke: 1px black;
  }
}

#main_area .title_area h2 p {
  color: #3082e0;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 1000px) {
  #main_area .title_area h2 p {
    font-size: 4.8rem;
    line-height: 1.8;
  }
}

#main_area .intro_area {
  width: 84%;
  margin: 10% auto 0;
}

@media screen and (min-width: 1000px) {
  #main_area .intro_area {
    margin: 5% auto 0;
  }
}

#main_area .intro_area p {
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: 'noto-sans-cjk-jp';
  letter-spacing: 0.025em;
  line-height: 2.0;
}

@media screen and (min-width: 1000px) {
  #main_area .intro_area p {
    width: 70%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #content .section {
    max-width: 840px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

#content .section span.num {
  display: block;
  text-align: center;
  color: #3082e0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #content .section span.num {
    font-size: 2.6rem;
    margin-bottom: 60px;
  }
}

#content .section span.num::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #3082e0;
}

@media screen and (min-width: 1000px) {
  #content .section span.num::after {
    bottom: -43px;
    height: 33px;
  }
}

#content .section h3 {
  margin-bottom: 45px;
}

#content .section h3 span {
  display: block;
  text-align: center;
}

#content .section h3 span.brand {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 0.75;
  margin-bottom: 13px;
}

@media screen and (min-width: 1000px) {
  #content .section h3 span.brand {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }
}

#content .section h3 span.shop {
  font-family: 'noto-sans-cjk-jp';
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  #content .section h3 span.shop {
    font-size: 1.6rem;
    margin-bottom: 27px;
  }
}

#content .section h3 span.name {
  font-family: 'noto-sans-cjk-jp';
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px) {
  #content .section h3 span.name {
    font-size: 2.4rem;
  }
}

#content .section .styling.hare .main h4 {
  top: -20px;
  right: -20px;
}

#content .section .styling.ame .main h4 {
  top: -20px;
  left: -20px;
}

#content .section .styling .main {
  width: 78.6%;
  margin: 0 auto 30px;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #content .section .styling .main {
    margin: 0 auto 60px;
  }
}

#content .section .styling .main div {
  z-index: -1;
}

#content .section .styling .main h4 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #fff;
  border: 1px solid #999;
  padding: 20px 7px;
  overflow: hidden;
  z-index: 1 !important;
  /*&::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #fff;
            width: 100%;
            height: 100%;
            z-index: 2 !important;;
          }
          &.off {
            &::after {
              transform: translateY(-100%);
              transition: 1.4s cubic-bezier(.76,0,.24,1);
            }
          }*/
}

@media screen and (min-width: 1000px) {
  #content .section .styling .main h4 {
    padding: 30px 10px;
  }
}

#content .section .styling .main h4 span {
  display: block;
}

#content .section .styling .main h4 span:nth-of-type(1) {
  width: 34px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1000px) {
  #content .section .styling .main h4 span:nth-of-type(1) {
    width: 50px;
    margin-bottom: 16px;
  }
}

#content .section .styling .main h4 span:nth-of-type(2) {
  font-family: corporate-logo-ver2, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
}

@media screen and (min-width: 1000px) {
  #content .section .styling .main h4 span:nth-of-type(2) {
    font-size: 3.5rem;
  }
}

#content .section .styling .sub {
  width: 53.3%;
  margin-left: 42.6%;
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
  #content .section .styling .sub {
    margin-bottom: 60px;
  }
}

#content .section .styling .scale {
  opacity: 0;
  overflow: hidden;
}

#content .section .styling .scale img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#content .section .styling .scale.off {
  opacity: 1;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

#content .section .styling .scale.off img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1.4s ease;
  transition: 1.4s ease;
}

#content .section .credit_area {
  width: 84%;
}

@media screen and (max-width: 999px) {
  #content .section .credit_area {
    margin: 0 auto 80px;
  }
}

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

@media screen and (min-width: 1000px) {
  #content .section .credit_area ul {
    /*display: flex;
          flex-wrap: wrap;*/
  }
}

#content .section .credit_area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'noto-sans-cjk-jp';
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (min-width: 1000px) {
  #content .section .credit_area ul li {
    width: 70%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 999px) {
  #content .section .credit_area ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1000px) {
  #content .section .credit_area ul li {
    /*&:not(:nth-last-of-type(-n+2)) {
              margin-bottom: 10px;
            }*/
  }
  #content .section .credit_area ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#content .section .credit_area ul li span {
  display: inline-block;
  font-size: 1.2rem;
}

@media screen and (min-width: 1000px) {
  #content .section .credit_area ul li span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

#content .section .credit_area ul li span.small {
  font-size: 1rem;
}

@media screen and (min-width: 1000px) {
  #content .section .credit_area ul li span.small {
    font-size: 1.1rem;
  }
}

#content .section .credit_area ul li a {
  display: inline-block;
  padding: 0px 10px;
  font-size: 1rem;
  text-align: center;
  height: 15px;
  line-height: 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 1000px) {
  #content .section .credit_area ul li a {
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px;
  }
}

#content .section .credit_area ul li a:not(.disabled) {
  border: 1px solid #000;
}

#content .section .credit_area ul li a:not(.disabled):hover {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

#content .section .credit_area ul li a.disabled {
  padding: 0px;
  text-align: right;
}

#content .section .expla {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

@media screen and (min-width: 1000px) {
  #content .section .expla {
    width: 70%;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#content .section .expla h4 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.0;
  -webkit-text-stroke: 0.5px #3082e0;
  -webkit-text-fill-color: #fff;
  padding-top: 4px;
}

@media screen and (min-width: 1000px) {
  #content .section .expla h4 {
    padding-top: 8px;
    font-size: 4.8rem;
    -webkit-text-stroke: 1px #3082e0;
  }
}

#content .section .expla p {
  color: #3082e0;
  font-family: 'noto-sans-cjk-jp';
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: justify;
  margin-bottom: 12px;
  position: relative;
}

@media screen and (min-width: 1000px) {
  #content .section .expla p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.section#kastane .ame .sub {
  width: 53.3%;
  margin-left: 4%;
}

.section#Chico .item_area .item .price {
  margin-bottom: 10px;
}

.section#Chico .item_area .item .notice {
  color: #d5546a;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (min-width: 1000px) {
  .section#Chico .item_area .item .notice {
    font-size: 1.2rem;
  }
}

.obi {
  position: relative;
  overflow: hidden;
}

.obi::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.obi.off::after {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: 0.8s 0.2s cubic-bezier(0, 0.83, 0.82, 0.97);
  transition: 0.8s 0.2s cubic-bezier(0, 0.83, 0.82, 0.97);
}

.section .item_area {
  width: 90.6%;
  margin: 0 auto 60px;
}

@media screen and (min-width: 1000px) {
  .section .item_area {
    width: 100%;
    margin: 0 auto 80px;
  }
}

.section .item_area .item {
  position: relative;
}

@media screen and (max-width: 999px) {
  .section .item_area .item {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1000px) {
  .section .item_area .item {
    width: 36%;
    margin: 0 auto;
  }
}

.section .item_area .item .fukidashi {
  width: 60%;
  margin: 0 auto 25px;
  background-color: #3082e0;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'noto-sans-cjk-jp';
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.0;
  text-align: center;
  padding: 10px 12px 12px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.section .item_area .item .fukidashi.bounce {
  -webkit-animation: bounce 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: bounce 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@media screen and (min-width: 1000px) {
  .section .item_area .item .fukidashi {
    width: 100%;
    font-size: 1.6rem;
    padding: 10px 14px;
    margin: 0 auto 20px;
  }
}

.section .item_area .item .fukidashi::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 51%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 12px solid #3082e0;
  z-index: 2;
}

.section .item_area .item div {
  width: 50.8%;
  margin: 0 auto 12px;
}

@media screen and (min-width: 1000px) {
  .section .item_area .item div {
    width: 100%;
    margin: 0 auto 14px;
  }
}

.section .item_area .item a {
  display: block;
  text-decoration: underline;
  text-align: center;
  color: #3082e0;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 1000px) {
  .section .item_area .item a {
    font-size: 1.4rem;
  }
}

.section .item_area .item p {
  text-align: center;
  color: #3082e0;
  font-size: 1.2rem;
}

@media screen and (min-width: 1000px) {
  .section .item_area .item p {
    font-size: 1.4rem;
  }
}

.section .item_area .item p.name {
  margin-bottom: 5px;
}

.section .staffInfo_area {
  position: relative;
  width: 78.6%;
  margin: 0 auto;
  padding: 80px 0 40px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0 90px;
  }
}

.section .staffInfo_area .offshot {
  display: block;
  width: 85px;
  height: 85px;
  background-color: #3082e0;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area .offshot {
    width: 140px;
    height: 140px;
  }
}

.section .staffInfo_area .offshot span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #000;
  -webkit-text-fill-color: #fff;
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area .offshot span {
    -webkit-text-stroke: 1px #000;
    font-size: 3.6rem;
  }
}

.section .staffInfo_area .pic {
  position: relative;
}

.section .staffInfo_area .pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 999px) {
  .section .staffInfo_area .pic {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area .pic {
    width: 45%;
    margin-left: 8%;
  }
}

.section .staffInfo_area .pic div.wrap {
  width: 66%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section .staffInfo_area .pic div div {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.section .staffInfo_area .pic div div.left {
  z-index: 0;
  top: 0;
  left: 3%;
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area .pic div div.left {
    top: 15px;
  }
}

.section .staffInfo_area .pic div div.right {
  z-index: 1;
  top: -20px;
  left: 50%;
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area .pic div div.right {
    left: 60%;
  }
}

.section .staffInfo_area p {
  color: #3082e0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.0;
  margin-bottom: 16px;
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area p {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 999px) {
  .section .staffInfo_area div.button {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area div.button {
    width: 55%;
  }
}

.section .staffInfo_area div.button a {
  display: block;
  line-height: 1.0;
  padding: 12px 0;
  color: #fff;
  background-color: #3082e0;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area div.button a {
    width: 60%;
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.section .staffInfo_area div.button a:hover {
  opacity: 0.5;
}

.section .staffInfo_area div.button a:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 999px) {
  .section .staffInfo_area div.button a:nth-of-type(1) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area div.button a:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.section .staffInfo_area div.button a:nth-of-type(1) span.icon {
  display: inline-block;
  width: 14px;
  margin-left: 6px;
}

.section .staffInfo_area div.button a span:not(.icon) {
  font-family: 'noto-sans-cjk-jp';
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 1.0;
}

@media screen and (min-width: 1000px) {
  .section .staffInfo_area div.button a span:not(.icon) {
    font-size: 1.4rem;
  }
}

.section#Ciaopanic .styling.hare .sub {
  width: 73.3%;
  margin-left: auto;
}

.section#Ciaopanic .styling.ame .sub {
  width: 52%;
  margin-left: 0;
}

#movie {
  padding: 0 0 90px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #movie {
    padding: 0 0 75px;
  }
}

#movie h4 {
  line-height: 1.0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 35px;
}

@media screen and (min-width: 1000px) {
  #movie h4 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

#movie div.wrap {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  #movie div.wrap {
    width: 75%;
    margin: 0 auto 60px;
  }
}

#movie div.wrap::before {
  content: "";
  display: block;
  padding-top: calc(360 / 640 * 100%);
}

#movie div.wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#movie p {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-family: 'noto-sans-cjk-jp';
}

@media screen and (min-width: 1000px) {
  #movie p {
    font-size: 1.4rem;
  }
}

#archive {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 90px 0 75px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #archive {
    padding: 70px 0 60px;
  }
}

#archive h4 {
  line-height: 1.0;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 35px;
}

@media screen and (min-width: 1000px) {
  #archive h4 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 999px) {
  #archive div.flex {
    width: 78.6%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  #archive div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 76%;
    margin: 0 auto;
    max-width: 1080px;
  }
}

@media screen and (max-width: 999px) {
  #archive div.flex .wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  #archive div.flex .wrap {
    width: calc(25% - 10px);
  }
}

#archive div.flex .wrap a div {
  margin-bottom: 20px;
}

#archive div.flex .wrap a p {
  font-family: 'noto-sans-cjk-jp';
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}

#archive div.flex .wrap a p span {
  display: block;
}

#archive div.flex .wrap a p span:nth-of-type(1) {
  font-size: 1.2rem;
  margin-bottom: 9px;
}

#archive div.flex .wrap a p span:nth-of-type(2) {
  color: #000;
  font-size: 1rem;
  margin-top: 13px;
}

.navToggle01 {
  position: fixed;
  top: 50%;
  right: 0;
  width: 30px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #000;
  z-index: 500;
}

@media screen and (min-width: 1000px) {
  .navToggle01 {
    width: 50px;
    height: 150px;
  }
}

.navToggle01:hover {
  cursor: pointer;
}

.navToggle01 div {
  position: absolute;
  width: 100%;
  height: 40%;
}

.navToggle01 div span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #a6b3c0;
}

.navToggle01 div span:nth-of-type(1) {
  top: 40%;
  -webkit-transition: .4s;
  transition: .4s;
}

.navToggle01 div span:nth-of-type(2) {
  top: 50%;
  -webkit-transition: .2s;
  transition: .2s;
}

.navToggle01 div span:nth-of-type(3) {
  top: 60%;
  -webkit-transition: .4s;
  transition: .4s;
}

.navToggle01 div + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  height: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #a6b3c0;
  padding: 5px 0;
}

@media screen and (min-width: 1000px) {
  .navToggle01 div + span {
    font-size: 14px;
  }
}

.navToggle01.active div span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

.navToggle01.active div span:nth-of-type(2) {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.navToggle01.active div span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

.nav01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a6b3c0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .8s;
  transition: .8s;
  z-index: 400;
  overflow: scroll;
}

.nav01.active {
  opacity: 1;
  visibility: visible;
}

.nav01 .wrap {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .nav01 .wrap {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.nav01 .wrap span.ttl {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05em;
  height: 75px;
  line-height: 75px;
  margin-top: 30px;
}

@media screen and (min-width: 1000px) {
  .nav01 .wrap span.ttl {
    font-size: 36px;
    height: 150px;
    line-height: 150px;
  }
}

.nav01 .wrap div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.nav01 .wrap div ul li {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 999px) {
  .nav01 .wrap div ul li {
    width: 50%;
    padding: 20px 0;
  }
  .nav01 .wrap div ul li:nth-of-type(n+11) {
    border-bottom: none;
  }
  .nav01 .wrap div ul li:nth-of-type(odd) {
    border-right: 1px solid #000;
  }
}

@media screen and (min-width: 1000px) {
  .nav01 .wrap div ul li {
    width: 25%;
    padding: 40px 0;
  }
  .nav01 .wrap div ul li:not(:nth-of-type(4n)) {
    border-right: 1px solid #000;
  }
  .nav01 .wrap div ul li:nth-of-type(n+9) {
    border-bottom: none;
  }
}

.nav01 .wrap div ul li a {
  display: block;
}

.nav01 .wrap div ul li a div {
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding-top: 5px;
  margin-bottom: 10px;
}

.nav01 .wrap div ul li a div span.num {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 39px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.0;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

@media screen and (min-width: 1000px) {
  .nav01 .wrap div ul li a div span.num {
    font-size: 60px;
  }
}

.nav01 .wrap div ul li a span {
  display: block;
}

.nav01 .wrap div ul li a span.brand {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

.nav01 .wrap div ul li a span.brand::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

@media screen and (min-width: 1000px) {
  .nav01 .wrap div ul li a span.brand {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .nav01 .wrap div ul li a span.brand.small {
    font-size: 14px;
  }
}

.nav01 .wrap div ul li a span.store {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .nav01 .wrap div ul li a span.store {
    font-size: 14px;
  }
}

.nav01 .wrap div ul li a h3 {
  -webkit-text-stroke: 0.5px black;
  -webkit-text-fill-color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .nav01 .wrap div ul li a h3 {
    -webkit-text-stroke: 0.7px black;
    font-size: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .item_btn {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
}

.item_btn a {
  display: block;
}

.item_btn a.casualTop {
  display: block;
  width: 180px;
  margin: 0 auto 60px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #444;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .item_btn a.casualTop {
    font-size: 1.6rem;
    width: 240px;
    padding: 14px 0;
    margin: 0 auto 120px;
  }
}

.item_btn a.casualTop:hover {
  opacity: 0.5;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(166, 164, 164, 0.5);
}

@media screen and (max-width: 999px) {
  #page-top {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
  }
}

.cover_anim:before {
  -webkit-animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          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 {
  -webkit-animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          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: white;
  z-index: 100;
  -webkit-animation: shrink 1.2s ease-in-out 0s 1 forwards;
          animation: shrink 1.2s ease-in-out 0s 1 forwards;
}

.opacity {
  -webkit-animation: opacity 1.6s ease-in-out 1 both;
          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;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

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

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

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

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

.rotate.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
          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);
  -webkit-transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1), -webkit-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;
}*/
@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: .6s;
  animation-duration: .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;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    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;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    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;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

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

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes zoomIn01 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn01 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            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;
}*/
@-webkit-keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@-webkit-keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@-webkit-keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@-webkit-keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes cover_T {
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

@keyframes cover_T {
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

@-webkit-keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@-webkit-keyframes bar_anim_y {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bar_anim_y {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/*左から右*/
@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/*右から左*/
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@-webkit-keyframes animation-marquee {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes animation-marquee {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 20%);
  -webkit-transform: translate(0, 20%);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

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

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

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

.inviewfadeIn {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

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

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

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

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

.fadeInUp01 {
  opacity: 1.0 !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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
--------------------------------------*/
header {
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 1000px) {
  header {
    height: 70px;
  }
}

header a {
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 999px) {
  header a {
    font-size: 18px;
    height: 60px;
    width: 100%;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  header a {
    width: 200px;
    margin: 0 auto;
    font-size: 24px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header a span {
  border: 1px solid #333;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 999px) {
  header a span {
    font-size: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 128px;
  }
}

@media screen and (min-width: 1000px) {
  header a span {
    font-size: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 165px;
  }
}

header a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}

@media screen and (min-width: 1000px) {
  header a i {
    left: 0%;
  }
}

footer {
  background: #fafafa;
  padding-top: 50px;
}

@media screen and (max-width: 999px) {
  footer {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1000px) {
  footer {
    margin-top: 150px;
  }
}

footer a.footend {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
}

@media screen and (max-width: 999px) {
  footer a.footend {
    font-size: 18px;
    height: 60px;
  }
}

@media screen and (min-width: 1000px) {
  footer a.footend {
    font-size: 24px;
    height: 60px;
  }
}

footer a.footend span {
  display: block;
  border: 1px solid #333;
  color: #333;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 999px) {
  footer a.footend span {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 128px;
  }
}

@media screen and (min-width: 1000px) {
  footer a.footend span {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 0;
    width: 165px;
  }
}

div.innercover {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

div.innercover::before {
  content: "";
  display: block;
}

@media screen and (min-width: 1000px) {
  div.innercover::before {
    padding-top: calc(500 / 1060 * 100%);
  }
}

@media screen and (max-width: 999px) {
  div.innercover::before {
    padding-top: calc(691 / 553 * 100%);
  }
}

div.innercover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

div.coverArea {
  width: 90%;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  div.coverArea {
    position: absolute;
    bottom: 6.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  div.coverArea {
    position: absolute;
    width: 40%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

div.coverArea p.month {
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  div.coverArea p.month {
    font-size: 46px;
  }
}

div.coverArea p.month::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  bottom: 0;
  left: 0;
}

div.coverArea p.month span {
  font-size: 18px;
  display: inline-block;
  border-left: 2px solid #fff;
  line-height: 1.2;
  margin-left: 10px;
  padding-left: 10px;
}

@media screen and (min-width: 1000px) {
  div.coverArea p.month span {
    font-size: 20px;
  }
}

div.coverArea ul li {
  margin-bottom: 5px;
  list-style: none;
}

div.coverArea ul li a {
  color: #fff;
}

div.coverArea ul li a span.title {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: dashed 1px #fff;
}

@media screen and (min-width: 1000px) {
  div.coverArea ul li a span.title {
    font-size: 20px;
  }
}

div.coverArea ul li a.disabled span.title {
  border: none;
}

div.coverArea ul li a span.date {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (min-width: 1000px) {
  div.coverArea ul li a span.date {
    font-size: 14px;
  }
}

div.coverArea ul li a span.todo {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
}

div.coverArea ul li a span.todo i {
  position: absolute;
  top: -8px;
  font-size: 28px;
}

div.contenttitle {
  text-align: center;
  font-size: 24px;
  padding: 30px 0 15px;
}

div.contenttitle span {
  font-size: 13px;
  display: block;
}

p.current {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  p.current {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 999px) {
  ul.newslist {
    vertical-align: top;
    overflow-x: scroll;
    padding: 0 10px 10px;
    white-space: nowrap;
    font-size: 10px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1000px) {
  ul.newslist {
    width: 1060px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 999px) {
  ul.newslist li {
    vertical-align: top;
    display: inline-block;
    width: 160px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 1000px) {
  ul.newslist li {
    width: 32%;
  }
}

ul.newslist li a {
  color: #333;
  text-decoration: none;
}

ul.newslist li div.img {
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  ul.newslist li div.img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 999px) {
  ul.newslist li p.date, ul.newslist li p.name {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */