@charset "UTF-8";
html {
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 15px;
  }
}

/** Colorの定義**/
/** 文字の定義**/
/* ==============================
  
	  共通
  
  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #601317;
  font-weight: 500;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
}

img[data-echo] {
  min-width: 50px;
  min-height: 50px;
  background-image: url(../images/common/loader-white.gif);
  background-position: center center;
  border: solid 1px #ddd;
  border-radius: 5px;
}

img[data-echo].loaded {
  background-image: none;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.alpha:hover {
  opacity: 0.7;
}

.wrap-alpha a {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.wrap-alpha a:hover {
  opacity: 0.7;
}

.bd-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffd20a));
  background: linear-gradient(transparent 60%, #ffd20a 0%);
  font-weight: bold;
}

.bd-02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(228, 0, 3, 0.4)));
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(0, 65, 219, 0.5)));
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

input[type="text"]:focus {
  outline: 0;
}

button:focus {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #601317;
}

.link a:hover {
  color: #ffd20a;
}

#window-size {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 200px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
  padding: 10px;
}

/** Loader **/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9998;
  background-color: #ffd20a;
}

#loader-bg.on {
  -webkit-animation: open 2s 0s forwards;
          animation: open 2s 0s forwards;
}

.yl {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .4s ease 3.4s;
  transition: -webkit-transform .4s ease 3.4s;
  transition: transform .4s ease 3.4s;
  transition: transform .4s ease 3.4s, -webkit-transform .4s ease 3.4s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 9998;
}

.yl.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-top: -100px;
  margin-left: -150px;
  text-align: center;
  z-index: 9999;
}

#loader .loader__img {
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: none;
          animation: none;
}

#loader .loader__img.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: shake__load .4s linear infinite 1s;
          animation: shake__load .4s linear infinite 1s;
}

#loader p {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 1.5px;
  opacity: 0;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

#loader p.on {
  opacity: 1;
}

#loader .num1 {
  -webkit-animation: flash1 1s 0s infinite;
          animation: flash1 1s 0s infinite;
}

#loader .num2 {
  -webkit-animation: flash2 1s 0s infinite;
          animation: flash2 1s 0s infinite;
}

#loader .num3 {
  -webkit-animation: flash3 1s 0s infinite;
          animation: flash3 1s 0s infinite;
}

@-webkit-keyframes shake__load {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  60% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  70% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  80% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake__load {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  60% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  70% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  80% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes open {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  4% {
    -webkit-transform: translateY(-0.08%);
            transform: translateY(-0.08%);
  }
  8% {
    -webkit-transform: translateY(-0.1%);
            transform: translateY(-0.1%);
  }
  18% {
    -webkit-transform: translateY(0.52%);
            transform: translateY(0.52%);
  }
  20% {
    -webkit-transform: translateY(0.39%);
            transform: translateY(0.39%);
  }
  28% {
    -webkit-transform: translateY(-2.35%);
            transform: translateY(-2.35%);
  }
  30% {
    -webkit-transform: translateY(-2.39%);
            transform: translateY(-2.39%);
  }
  38% {
    -webkit-transform: translateY(9.27%);
            transform: translateY(9.27%);
  }
  40% {
    -webkit-transform: translateY(11.75%);
            transform: translateY(11.75%);
  }
  60% {
    -webkit-transform: translateY(-111.75%);
            transform: translateY(-111.75%);
  }
  62% {
    -webkit-transform: translateY(-109.27%);
            transform: translateY(-109.27%);
  }
  70% {
    -webkit-transform: translateY(-97.61%);
            transform: translateY(-97.61%);
  }
  72% {
    -webkit-transform: translateY(-97.65%);
            transform: translateY(-97.65%);
  }
  80% {
    -webkit-transform: translateY(-100.39%);
            transform: translateY(-100.39%);
  }
  82% {
    -webkit-transform: translateY(-100.52%);
            transform: translateY(-100.52%);
  }
  90% {
    -webkit-transform: translateY(-99.97%);
            transform: translateY(-99.97%);
  }
  92% {
    -webkit-transform: translateY(-99.9%);
            transform: translateY(-99.9%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes open {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  4% {
    -webkit-transform: translateY(-0.08%);
            transform: translateY(-0.08%);
  }
  8% {
    -webkit-transform: translateY(-0.1%);
            transform: translateY(-0.1%);
  }
  18% {
    -webkit-transform: translateY(0.52%);
            transform: translateY(0.52%);
  }
  20% {
    -webkit-transform: translateY(0.39%);
            transform: translateY(0.39%);
  }
  28% {
    -webkit-transform: translateY(-2.35%);
            transform: translateY(-2.35%);
  }
  30% {
    -webkit-transform: translateY(-2.39%);
            transform: translateY(-2.39%);
  }
  38% {
    -webkit-transform: translateY(9.27%);
            transform: translateY(9.27%);
  }
  40% {
    -webkit-transform: translateY(11.75%);
            transform: translateY(11.75%);
  }
  60% {
    -webkit-transform: translateY(-111.75%);
            transform: translateY(-111.75%);
  }
  62% {
    -webkit-transform: translateY(-109.27%);
            transform: translateY(-109.27%);
  }
  70% {
    -webkit-transform: translateY(-97.61%);
            transform: translateY(-97.61%);
  }
  72% {
    -webkit-transform: translateY(-97.65%);
            transform: translateY(-97.65%);
  }
  80% {
    -webkit-transform: translateY(-100.39%);
            transform: translateY(-100.39%);
  }
  82% {
    -webkit-transform: translateY(-100.52%);
            transform: translateY(-100.52%);
  }
  90% {
    -webkit-transform: translateY(-99.97%);
            transform: translateY(-99.97%);
  }
  92% {
    -webkit-transform: translateY(-99.9%);
            transform: translateY(-99.9%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

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

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

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

@keyframes flash2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes flash3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/** ***********************************************

COMMON

*********************************************** **/
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
  letter-spacing: 1px;
  background-color: #fff;
  color: #601317;
}

.mac body {
  font-family: "M PLUS 1p","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}

.mplus {
  font-family: "M PLUS 1p";
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.inner-1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  overflow: hidden;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  position: relative;
}

.bd {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  border: solid 20px #fff;
  width: 100%;
  height: 100vh;
}

.sec-common {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .sec-common {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .sec-common {
    padding: 50px 0 0;
  }
}

.cols-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bt {
  display: block;
  overflow: visible;
  width: 180px;
  font-size: 1rem;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px dashed #601317;
  position: relative;
}

.bt::after {
  content: "";
  display: block;
  background-color: #ffd20a;
  width: 100%;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  bottom: -5px;
  left: 10px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bt img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}

.bt:hover::after {
  bottom: 0px;
  left: 0px;
}

.bt-2 {
  display: block;
  background-color: #601317;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 274px;
  padding: 15px;
  border-radius: 3px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
}

.bt-2:hover {
  opacity: .8;
}

.bt-2::before {
  content: "→ ";
}

@media screen and (max-width: 600px) {
  .bt-2 {
    max-width: 100%;
  }
}

.bt-line {
  margin: 0 10px;
  display: block;
  background-color: #02C100;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 15px;
  border-radius: 3px;
  width: 100%;
  max-width: 45%;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
}

.bt-line:hover {
  opacity: .8;
}

.bt-line img {
  height: 30px;
  width: auto;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .bt-line {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.bt-contact {
  margin: 0 10px;
  display: block;
  background-color: #ffd20a;
  color: #601317;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 15px;
  border-radius: 3px;
  width: 100%;
  max-width: 45%;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
}

.bt-contact:hover {
  opacity: .8;
}

@media screen and (max-width: 600px) {
  .bt-contact {
    max-width: 100%;
  }
}

#header {
  position: relative;
  z-index: 3;
}

#header .title-h1 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  #header .title-h1 {
    text-align: center;
    font-size: 10px;
  }
}

#header .inner {
  padding: 10px 20px 20px;
}

#header .wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .logo {
  width: 30%;
}

#header .logo img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  #header .logo {
    width: 180px;
  }
}

#header .nav {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  #header .nav {
    display: none;
  }
}

#header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .nav li {
  margin: 0 20px;
}

#header .nav li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/dot.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 3px 3px 0 0;
  width: 20px;
  height: 100%;
  vertical-align: middle;
}

#header .nav a {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 1400px) {
  #header .nav a {
    font-size: 14px;
  }
}

.win .nav a {
  font-weight: bold !important;
}

#bt-nav {
  display: block;
  position: fixed;
  top: 40px;
  right: 32px;
  padding: 8px;
  cursor: pointer;
  z-index: 999;
  width: 48px;
  height: 65px;
  background-image: url(../images/bg-menu.svg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  #bt-nav {
    top: 30px;
    right: 10px;
  }
}

#bt-nav span {
  position: fixed;
  width: 30px;
  display: block;
  border-top: solid 2px #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#bt-nav .item-01 {
  top: 60px;
  right: 42px;
}

@media screen and (max-width: 600px) {
  #bt-nav .item-01 {
    top: 55px;
    right: 19px;
  }
}

#bt-nav .item-02 {
  top: 70px;
  right: 42px;
}

@media screen and (max-width: 600px) {
  #bt-nav .item-02 {
    top: 65px;
    right: 19px;
  }
}

#bt-nav .item-03 {
  top: 80px;
  right: 42px;
}

@media screen and (max-width: 600px) {
  #bt-nav .item-03 {
    top: 75px;
    right: 19px;
  }
}

#bt-nav.on {
  width: 661px;
  height: 897px;
  -webkit-transform-origin: right;
          transform-origin: right;
  top: -10%;
  right: -10%;
}

@media screen and (max-width: 1400px) {
  #bt-nav.on {
    right: -15%;
  }
}

@media screen and (max-width: 1200px) {
  #bt-nav.on {
    top: -20%;
    right: -20%;
  }
}

@media screen and (max-width: 900px) {
  #bt-nav.on {
    top: -20%;
    right: -30%;
  }
}

@media screen and (max-width: 600px) {
  #bt-nav.on {
    top: -60px;
    right: -100px;
    width: 400px;
    height: 543px;
  }
}

#bt-nav.on .item-01 {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

#bt-nav.on .item-02 {
  width: 0;
}

#bt-nav.on .item-03 {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.sp-nav {
  position: fixed;
  top: 15%;
  right: 0;
  padding-right: 40px;
  display: none;
  z-index: 9998;
}

@media screen and (max-width: 600px) {
  .sp-nav {
    top: 100px;
  }
}

.sp-nav li {
  margin-bottom: 30px;
}

.sp-nav a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-image: url(../images/menu-dot.svg);
  background-position: left center;
  padding: 10px 0 10px 20px;
  border-bottom: 2px dashed #601317;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sp-nav a:hover {
  border-bottom: 2px dashed #fff;
}

footer {
  position: relative;
  margin-top: 150px;
  padding-top: 500px;
}

@media screen and (max-width: 900px) {
  footer {
    min-height: inherit;
    margin-top: 150px;
    padding-top: 300px;
  }
}

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

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  max-width: 1100px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1400px) {
  footer .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .logo {
  margin-right: 50px;
}

@media screen and (max-width: 600px) {
  footer .logo {
    margin-right: 0;
  }
}

footer .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  footer .fnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 900px) {
  footer .fnav {
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  footer .fnav {
    padding: 30px 10px;
  }
}

footer .fnav li {
  margin: 0 20px;
}

@media screen and (max-width: 1200px) {
  footer .fnav li {
    margin: 0 20px 20px;
  }
}

footer .fnav li a {
  font-size: 0.777rem;
  color: #fff;
  padding-bottom: 5px;
}

footer .fnav li a:hover {
  border-bottom: 1px dashed #fff;
}

@media screen and (max-width: 1200px) {
  footer .fnav li a {
    font-size: 0.777rem;
  }
}

footer .bg {
  display: block;
  height: 350px;
  width: 90%;
  position: absolute;
  top: 450px;
  right: 0;
  background-color: #601317;
}

@media screen and (max-width: 1200px) {
  footer .bg {
    height: 380px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  footer .bg {
    top: 280px;
    height: 420px;
  }
}

footer .bg2 {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 900px) {
  footer .bg2 {
    height: 300px;
  }
}

footer .wrap-share {
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  z-index: 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 600px) {
  footer .wrap-share {
    padding: 20px 20px;
  }
}

footer p {
  font-size: 0.875rem;
  margin-bottom: 30px;
  color: #fff;
}

footer p::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin-right: 20px;
  display: inline-block;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  margin-bottom: -5px;
}

footer p::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin-left: 20px;
  display: inline-block;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  margin-bottom: -5px;
}

footer .wrap-icons {
  background-color: #fff;
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
  z-index: 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  footer .wrap-icons {
    padding: 40px 20px;
  }
}

footer .wrap-icons ul {
  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;
}

footer .wrap-icons ul li {
  margin: 0 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer .wrap-icons ul li::after {
  content: "";
  width: 80%;
  height: 6px;
  background-color: #ccc;
  display: block;
  margin: 15px auto 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

footer .wrap-icons ul li:hover::after {
  background-color: #ddd;
}

footer .wrap-icons ul img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 40px;
}

@media screen and (max-width: 600px) {
  footer .wrap-icons ul img {
    width: 30px;
  }
}

footer .wrap-icons ul img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.copy {
  font-size: 10px;
  letter-spacing: 2px;
  color: #601317;
  text-align: center;
  display: block;
  padding-bottom: 30px;
}

#back-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
}

@media screen and (max-width: 600px) {
  #back-top {
    bottom: 20px;
    right: 0px;
  }
}

#back-top img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 600px) {
  #back-top img {
    width: 60px;
  }
}

#back-top.on {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

#back-top:hover {
  bottom: 40px;
}

#sec-01 {
  position: relative;
}

#sec-01 .inner {
  height: 100vh;
}

@media screen and (max-width: 1400px) {
  #sec-01 .inner {
    height: auto;
  }
}

#sec-01 .wrap-slick-1 {
  margin: -50px auto 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1400px) {
  #sec-01 .wrap-slick-1 {
    max-width: 1000px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .wrap-slick-1 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .wrap-slick-1 ul {
    height: 70vh;
  }
}

#sec-01 .bg-wrap-slick-1 {
  position: absolute;
  z-index: 2;
  width: 95%;
  top: 80px;
  left: 2.5%;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #sec-01 .bg-wrap-slick-1 {
    top: 40px;
  }
}

#sec-01 .bg-wrap-slick-1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  #sec-01 .bg-wrap-slick-1 img {
    max-width: 980px;
  }
}

#sec-01 .bt-shop {
  position: absolute;
  bottom: 130px;
  left: 30px;
  z-index: 5;
}

@media screen and (max-width: 900px) {
  #sec-01 .bt-shop {
    bottom: 230px;
    right: 0px;
    max-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .bt-shop {
    display: none;
  }
}

#sec-01 .wrap-txts-2 {
  position: absolute;
  top: 50px;
  right: 8%;
  z-index: 10;
  width: 300px;
  height: 600px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #sec-01 .wrap-txts-2 {
    right: 12%;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .wrap-txts-2 {
    top: 0px;
  }
}

@media screen and (max-width: 900px) {
  #sec-01 .wrap-txts-2 {
    right: 100px;
    top: 30px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .wrap-txts-2 {
    top: 20px;
    right: 50px;
  }
}

#sec-01 .wrap-txts-2 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 6px #666;
  display: block;
  letter-spacing: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1400px) {
  #sec-01 .wrap-txts-2 h2 {
    font-size: 70px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .wrap-txts-2 h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .wrap-txts-2 h2 {
    font-size: 40px;
    letter-spacing: 15px;
    right: 20px;
  }
}

#sec-01 .wrap-txts-2 .txt1 {
  font-size: 110px;
  color: #ffd20a;
}

@media screen and (max-width: 1400px) {
  #sec-01 .wrap-txts-2 .txt1 {
    font-size: 100px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .wrap-txts-2 .txt1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .wrap-txts-2 .txt1 {
    font-size: 50px;
  }
}

#sec-01 .wrap-txts-2 .txt2 {
  font-size: 110px;
  color: #ffd20a;
  position: absolute;
  top: 180px;
  right: -200px;
  padding-right: 100px;
}

@media screen and (max-width: 1400px) {
  #sec-01 .wrap-txts-2 .txt2 {
    font-size: 100px;
    top: 160px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .wrap-txts-2 .txt2 {
    font-size: 80px;
    top: 120px;
    right: -180px;
  }
}

@media screen and (max-width: 900px) {
  #sec-01 .wrap-txts-2 .txt2 {
    top: 130px;
    right: -160px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .wrap-txts-2 .txt2 {
    font-size: 50px;
    top: 40px;
    right: -150px;
  }
}

#sec-01 .wrap-txts-2 .txt3 {
  font-size: 50px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #sec-01 .wrap-txts-2 .txt3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .wrap-txts-2 .txt3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .wrap-txts-2 .txt3 {
    font-size: 30px;
  }
}

#sec-01 .txt4 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 6px #666;
  display: inline-block;
  margin-top: 140px;
  letter-spacing: 15px;
  vertical-align: top;
}

@media screen and (max-width: 1400px) {
  #sec-01 .txt4 {
    font-size: 30px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .txt4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 700px) {
  #sec-01 .txt4 {
    display: none;
  }
}

#sec-01 .egg-1 {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}

@media screen and (max-width: 900px) {
  #sec-01 .egg-1 {
    left: -30px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .egg-1 {
    bottom: inherit;
    top: 200px;
    left: -70px;
  }
}

@media screen and (max-width: 1400px) {
  #sec-01 .egg-1 img {
    max-width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .egg-1 img {
    max-width: 300px;
  }
}

@media screen and (max-width: 900px) {
  #sec-01 .egg-1 img {
    max-width: 250px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .egg-1 img {
    max-width: 200px;
  }
}

#sec-01 .egg-1.on {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#sec-01 .egg-2 {
  position: absolute;
  bottom: 20px;
  left: 150px;
  z-index: 11;
  opacity: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s;
}

@media screen and (max-width: 1200px) {
  #sec-01 .egg-2 {
    left: 100px;
  }
}

@media screen and (max-width: 900px) {
  #sec-01 .egg-2 {
    bottom: 0px;
    left: 0px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .egg-2 {
    bottom: inherit;
    top: 220px;
    left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-01 .egg-2 img {
    max-width: 240px;
  }
}

@media screen and (max-width: 900px) {
  #sec-01 .egg-2 img {
    max-width: 200px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .egg-2 img {
    max-width: 180px;
  }
}

#sec-01 .egg-2.on {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#sec-01 .wrap-news {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 500px;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 40%;
  z-index: 4;
}

@media screen and (max-width: 900px) {
  #sec-01 .wrap-news {
    max-width: 80%;
    left: 10%;
    bottom: -20px;
  }
}

#sec-01 .wrap-news a {
  font-size: 0.777rem;
}

#sec-01 .txt-tamagonomatsushima {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  #sec-01 .txt-tamagonomatsushima {
    width: 200%;
    top: 0;
  }
}

#sec-01 .ft-stamps {
  position: absolute;
  bottom: 100px;
  right: 80px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}

@media screen and (max-width: 1200px) {
  #sec-01 .ft-stamps {
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  #sec-01 .ft-stamps {
    top: 280px;
    right: 20px;
    max-width: 60px;
  }
}

#sec-01 .ft-stamps.on {
  opacity: 1;
}

#sec-01 .wrap-stamps {
  position: absolute;
  bottom: 170px;
  left: 560px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  #sec-01 .wrap-stamps {
    bottom: 150px;
    left: 300px;
  }
}

@media screen and (max-width: 900px) {
  #sec-01 .wrap-stamps {
    bottom: 150px;
    left: inherit;
    right: 100px;
  }
}

#sec-01 .wrap-stamps img {
  position: absolute;
}

.wrap-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.wrap-title .title {
  font-size: 40px;
  font-weight: 500;
  color: #601317;
  border-bottom: dashed 2px #601317;
  display: inline-block;
  letter-spacing: 10px;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .wrap-title .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 600px) {
  .wrap-title .title {
    font-size: 24px;
  }
}

.wrap-title .title img {
  vertical-align: middle;
  margin-right: 20px;
}

.wrap-title .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffd20a;
  z-index: -1;
  border-radius: 10px;
}

.wrap-title .desc a {
  border-bottom: dashed 2px #601317;
}

.en {
  font-size: 16px;
  letter-spacing: 3px;
}

p.desc {
  text-align: center;
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  p.desc {
    text-align: left;
    padding: 0 40px;
    font-size: 0.777rem;
  }
}

#sec-01a {
  padding-top: 200px;
}

#sec-01a .inner {
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  #sec-01a .inner {
    padding: 0 30px;
  }
}

#sec-01a .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sec-01a .col-txt {
  width: 50%;
  padding-right: 50px;
}

@media screen and (max-width: 900px) {
  #sec-01a .col-txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 40px 100px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01a .col-txt {
    padding: 0 20px 100px;
  }
}

#sec-01a .col-txt p {
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
  border-bottom: dashed 1px #601317;
  font-size: 0.875rem;
  margin-bottom: 1em;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: justify;
}

#sec-01a .col-img {
  position: relative;
  width: 50%;
  padding-top: 60px;
}

@media screen and (max-width: 900px) {
  #sec-01a .col-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px 20px 60px;
  }
}

@media screen and (max-width: 600px) {
  #sec-01a .col-img {
    width: 100%;
    padding: 60px 20px;
  }
}

#sec-01a .col-img .img-set {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  #sec-01a .col-img .img-set {
    max-width: 90%;
  }
}

#sec-01a .col-img .bg {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: -1;
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 900px) {
  #sec-01a .col-img .bg {
    top: 20px;
  }
}

#sec-01a .col-img .txts {
  position: absolute;
  top: -100px;
  right: 0;
}

#sec-01a .col-img .txts img {
  vertical-align: top;
  margin: 0 12px;
  width: 24px;
  -webkit-filter: drop-shadow(0 0 3px #fff);
          filter: drop-shadow(0 0 3px #fff);
}

@media screen and (max-width: 600px) {
  #sec-01a .col-img .txts img {
    width: 20px;
  }
}

#sec-01a .col-img .txts::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: -60px;
  right: 22px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#sec-01a .col-img .txts::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #000;
  position: absolute;
  bottom: 120px;
  left: 22px;
  opacity: 0;
  -webkit-transition: all 0.8s 1.2s ease;
  transition: all 0.8s 1.2s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (max-width: 600px) {
  #sec-01a .col-img .txts::after {
    bottom: 100px;
  }
}

#sec-01a .col-img .txts .txt-1 {
  opacity: 0;
  -webkit-transition: all 1s 0.4s ease;
  transition: all 1s 0.4s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#sec-01a .col-img .txts .txt-2 {
  opacity: 0;
  -webkit-transition: all 1s 0.6s ease;
  transition: all 1s 0.6s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#sec-01a .col-img .txts .txt-3 {
  opacity: 0;
  -webkit-transition: all 1s 0.8s ease;
  transition: all 1s 0.8s ease;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#sec-01a .col-img .txts.on::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#sec-01a .col-img .txts.on::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#sec-01a .col-img .txts.on .txt-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#sec-01a .col-img .txts.on .txt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#sec-01a .col-img .txts.on .txt-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#sec-02 {
  padding-bottom: 0px;
}

@media screen and (max-width: 900px) {
  #sec-02 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 {
    padding-top: 0;
  }
}

#sec-02 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

@media screen and (max-width: 1200px) {
  #sec-02 .inner {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 900px) {
  #sec-02 .inner {
    padding: 50px 20px 0;
  }
}

#sec-02 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  overflow: visible;
  top: 50px;
  right: -100px;
  letter-spacing: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 3;
  padding-right: 20px;
}

@media screen and (max-width: 1400px) {
  #sec-02 h2 {
    right: -20px;
  }
}

@media screen and (max-width: 1200px) {
  #sec-02 h2 {
    right: 0;
    top: -30px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #sec-02 h2 span {
    border-bottom: solid 2px #601317;
    padding-bottom: 10px;
  }
}

#sec-02 .egg-y {
  position: absolute;
  right: -260px;
  top: -180px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
  width: 100%;
  opacity: 0;
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  #sec-02 .egg-y {
    right: -200px;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .egg-y {
    max-width: 200px;
    right: -100px;
    top: -80px;
  }
}

#sec-02 .egg-y.on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

#sec-02 .egg-w {
  position: absolute;
  right: -200px;
  top: -20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  z-index: 2;
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 1200px) {
  #sec-02 .egg-w {
    right: -100px;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .egg-w {
    max-width: 150px;
    right: -100px;
    top: -20px;
  }
}

#sec-02 .egg-w.on {
  opacity: 1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

#sec-02 .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sec-02 .wrap-flex .col {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex .col {
    width: 100%;
    padding-bottom: 50px;
  }
}

#sec-02 .wrap-flex .col:nth-of-type(odd) {
  padding-right: 30px;
}

@media screen and (max-width: 900px) {
  #sec-02 .wrap-flex .col:nth-of-type(odd) {
    padding-right: 0px;
  }
}

#sec-02 .wrap-flex .col:nth-of-type(even) {
  padding-left: 30px;
  padding-top: 150px;
}

@media screen and (max-width: 900px) {
  #sec-02 .wrap-flex .col:nth-of-type(even) {
    padding-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex .col:nth-of-type(even) {
    padding-top: 0;
  }
}

#sec-02 .wrap-flex .col:nth-of-type(5) {
  padding-left: 30px;
  padding-top: 50px;
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex .col:nth-of-type(5) {
    padding-left: 0;
    padding-top: 0;
  }
}

#sec-02 .wrap-flex .wrap-img {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex .wrap-img {
    text-align: center;
  }
}

#sec-02 .wrap-flex .wrap-img img {
  width: 100%;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-flex .wrap-img img {
    max-width: 90%;
  }
}

#sec-02 .wrap-flex .wrap-img img.on {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#sec-02 .wrap-flex .wrap-txt {
  padding: 0 30px;
}

#sec-02 .item-5 span {
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
  font-size: 0.777rem;
  font-weight: 500;
  position: absolute;
  bottom: 150px;
  right: -150px;
  text-align: center;
  display: block;
  width: 100%;
}

@media screen and (max-width: 900px) {
  #sec-02 .item-5 span {
    right: 0px;
    top: 350px;
    bottom: inherit;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .item-5 span {
    bottom: 100px;
    top: inherit;
  }
}

#sec-02 .title-h3 {
  font-size: 1.6rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #sec-02 .title-h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .title-h3 {
    text-align: center;
    margin-bottom: 30px;
  }
}

#sec-02 .title-h3 i {
  display: inline-block;
  background-color: #ffd20a;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  width: 45px;
  height: 55px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 4px;
}

@media screen and (max-width: 1200px) {
  #sec-02 .title-h3 i {
    width: 35px;
    height: 45px;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .title-h3 i {
    margin-bottom: 0px;
  }
}

#sec-02 p {
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
  font-size: 0.875rem;
  line-height: 180%;
  font-weight: 500;
  text-align: justify;
  border-bottom: dashed 1px #601317;
  margin-bottom: 1em;
  padding-bottom: 10px;
}

#sec-02 .wrap-item-5a {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-left: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-item-5a {
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    text-align: center;
  }
}

#sec-02 .wrap-item-5a img {
  max-width: 220px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-item-5a img {
    max-width: 180px;
  }
}

#sec-02 .wrap-item-5a img.on {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#sec-02 .wrap-item-5a p {
  border: none;
  padding-left: 30px;
}

@media screen and (max-width: 600px) {
  #sec-02 .wrap-item-5a p {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
}

#sec-02 .chara {
  position: absolute;
  top: 35%;
  right: 2%;
  width: 40px;
}

@media screen and (max-width: 600px) {
  #sec-02 .chara {
    top: 30%;
    right: 2%;
    width: 40px;
  }
}

#sec-02 .ft {
  position: absolute;
  top: 37%;
  right: 2%;
  width: 80px;
}

@media screen and (max-width: 900px) {
  #sec-02 .ft {
    max-width: 60px;
    top: 32.5%;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .ft {
    top: 31.5%;
  }
}

#sec-02 .chara2 {
  position: absolute;
  bottom: 35%;
  left: 2%;
  width: 40px;
}

@media screen and (max-width: 900px) {
  #sec-02 .chara2 {
    bottom: 37%;
    left: 2%;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .chara2 {
    bottom: 17%;
    left: 2%;
  }
}

#sec-02 .ft2 {
  position: absolute;
  bottom: 32.5%;
  left: 3%;
  width: 80px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 900px) {
  #sec-02 .ft2 {
    bottom: 34.5%;
    left: 2%;
  }
}

@media screen and (max-width: 600px) {
  #sec-02 .ft2 {
    max-width: 60px;
    bottom: 15.5%;
    left: 2%;
  }
}

.win .title-h3 {
  font-weight: bold !important;
}

.win a {
  font-weight: bold !important;
}

#sec-04 {
  padding-bottom: 150px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #sec-04 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 {
    padding-bottom: 0;
  }
}

#sec-04 .en {
  margin-left: -300px;
}

@media screen and (max-width: 600px) {
  #sec-04 .en {
    margin-left: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .en img {
    max-width: 100px;
  }
}

#sec-04 .inner {
  padding: 50px 20px;
}

@media screen and (max-width: 600px) {
  #sec-04 .inner {
    padding: 0;
  }
}

#sec-04 .inner p {
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
}

#sec-04 .inner p a {
  border-bottom: 2px dashed #601317;
}

#sec-04 .inner .txt-sakuratamago {
  position: absolute;
  top: -150px;
  right: 0px;
  max-width: 240px;
}

@media screen and (max-width: 1200px) {
  #sec-04 .inner .txt-sakuratamago {
    top: -300px;
    max-width: 200px;
  }
}

@media screen and (max-width: 900px) {
  #sec-04 .inner .txt-sakuratamago {
    top: -400px;
    max-width: 200px;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .inner .txt-sakuratamago {
    display: none;
  }
}

#sec-04 .wrap-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  #sec-04 .wrap-flex ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#sec-04 .wrap-flex li {
  text-align: center;
  width: 28%;
  padding: 0 30px;
}

@media screen and (max-width: 900px) {
  #sec-04 .wrap-flex li {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .wrap-flex li {
    padding: 0 10px;
    width: 50%;
  }
}

#sec-04 .wrap-flex li:nth-of-type(2) {
  margin-top: 70px;
}

@media screen and (max-width: 900px) {
  #sec-04 .wrap-flex li:nth-of-type(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 900px) {
  #sec-04 .wrap-flex li:nth-of-type(3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .wrap-flex li:nth-of-type(3) {
    margin-top: 30px;
  }
}

#sec-04 .wrap-flex .item {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 3px #ccc);
          filter: drop-shadow(0 0 3px #ccc);
}

#sec-04 .wrap-flex .item:hover {
  -webkit-animation: shake 0.1s linear 3;
          animation: shake 0.1s linear 3;
}

#sec-04 .wrap-flex a p {
  border-bottom: 2px dashed #601317;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  #sec-04 .wrap-flex a p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .wrap-flex a p {
    font-size: 0.777rem;
    border-bottom: 1px dashed #601317;
  }
}

#sec-04 .wrap-flex a p img {
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  #sec-04 .wrap-flex a p img {
    max-width: 10px;
  }
}

#sec-04 .wrap-flex a .cap {
  display: block;
  font-size: 0.777rem;
  margin-top: 10px;
}

#sec-04 .bg-shopping {
  position: absolute;
  top: -150px;
  left: 5%;
  max-width: 90%;
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  #sec-04 .bg-shopping {
    max-width: 120%;
    left: -15%;
    top: 50px;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .bg-shopping {
    max-width: 200%;
    left: -50%;
    top: 0px;
  }
}

#sec-04 .img-shop-a {
  max-width: 180px;
  position: absolute;
  bottom: -50px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  #sec-04 .img-shop-a {
    max-width: 140px;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .img-shop-a {
    display: none;
  }
}

#sec-04 .img-shop-b {
  max-width: 180px;
  position: absolute;
  bottom: -120px;
  left: 110px;
}

@media screen and (max-width: 1200px) {
  #sec-04 .img-shop-b {
    max-width: 140px;
  }
}

@media screen and (max-width: 600px) {
  #sec-04 .img-shop-b {
    display: none;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  80% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  80% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrap-pop {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -350px;
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 80%;
  overflow: visible;
  background-color: #fff;
  z-index: 100;
  border: solid 3px #601317;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.wrap-pop.on {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

@media screen and (max-width: 900px) {
  .wrap-pop {
    max-width: 80%;
    margin-left: 10%;
    left: 0;
    padding: 30px 10px;
  }
}

@media screen and (max-width: 900px) and (max-width: 600px) {
  .wrap-pop {
    max-width: 90%;
    margin-left: 5%;
  }
}

.wrap-pop h3 {
  margin-bottom: 30px;
}

.wrap-pop .wrap-img {
  position: relative;
}

.wrap-pop .wrap-img .tate {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  border-radius: 3px;
}

.wrap-pop .wrap-img .yoko {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  border-radius: 3px;
}

.wrap-pop .sakura-tamago {
  max-width: 160px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  -webkit-filter: drop-shadow(0 0 2px #999);
          filter: drop-shadow(0 0 2px #999);
}

@media screen and (max-width: 900px) {
  .wrap-pop .sakura-tamago {
    max-width: 100px;
  }
}

.wrap-pop .wrap-txt {
  padding: 20px;
}

.wrap-pop .wrap-txt p {
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.wrap-pop .wrap-txt .txt-left {
  text-align: left;
}

.wrap-pop .wrap-txt img {
  display: block;
  max-width: 100%;
  margin: 1em auto;
}

.wrap-pop .bt-close {
  position: absolute;
  top: -20px;
  right: -20px;
}

@media screen and (max-width: 900px) {
  .wrap-pop .bt-close {
    right: inherit;
    left: -20px;
  }
}

.wrap-pop__inner {
  height: 100%;
  overflow: auto;
}

#pop-tamago .wrap-txt {
  text-align: left;
}

.layer {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  margin-top: 100px;
}

.layer.on {
  visibility: visible;
  opacity: 0.8;
  margin-top: 0;
}

#sec-06 {
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
}

#sec-06 .line {
  width: 500px;
}

#sec-06 .en {
  margin-left: -300px;
}

@media screen and (max-width: 600px) {
  #sec-06 .en {
    margin-left: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  #sec-06 .en img {
    max-width: 100px;
  }
}

#sec-06 .inner p {
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
}

#sec-06 .inner p a {
  border-bottom: 2px dashed #601317;
}

#sec-06 .wrap-items {
  margin: 0px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  #sec-06 .wrap-items {
    margin: 0px auto;
  }
}

#sec-06 .wrap-table {
  padding: 50px;
  margin-bottom: 30px;
  width: 50%;
}

@media screen and (max-width: 900px) {
  #sec-06 .wrap-table {
    width: 100%;
    margin-bottom: 0;
    padding: 0 50px;
  }
}

#sec-06 .wrap-table table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#sec-06 .wrap-table td {
  padding: 10px 0;
  border-bottom: 1px dashed #601317;
  letter-spacing: 2;
  line-height: 200%;
  font-size: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

#sec-06 .wrap-img {
  width: 50%;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 900px) {
  #sec-06 .wrap-img {
    width: 100%;
    padding-top: 50px;
  }
}

#sec-06 .wrap-img img {
  max-width: 100%;
}

#sec-06 .wrap-img .bt-gmap {
  position: absolute;
  top: 350px;
  right: 0;
}

@media screen and (max-width: 600px) {
  #sec-06 .wrap-img .bt-gmap {
    top: 200px;
    max-width: 200px;
  }
}

#sec-06 .bt {
  width: 250px;
}

#sec-06 .img-egg {
  position: absolute;
  top: 240px;
  left: -100px;
  max-width: 800px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

#sec-06 .img-egg.on {
  opacity: 0.3;
}

#sec-06 .img-about {
  max-width: 500px;
  margin-top: 30px;
  display: block;
}

@media screen and (max-width: 600px) {
  #sec-06 .img-about {
    max-width: 100%;
  }
}

#sec-06 .wrap-chara {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

#sec-06 .wrap-chara .ms {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -40px;
  right: 10px;
  -webkit-transform: rotate(-10deg) translateY(10px);
          transform: rotate(-10deg) translateY(10px);
  opacity: 0;
}

#sec-06 .wrap-chara .ms.on {
  -webkit-transform: rotate(-10deg) translateY(0px);
          transform: rotate(-10deg) translateY(0px);
  opacity: 1;
}

#sec-06 .wrap-chara .ms::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  border-left: 1px dashed #601317;
  position: absolute;
  left: -25px;
  top: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

#sec-06 .chara-2a {
  width: 50px;
  position: absolute;
  top: 0;
  right: -20px;
}

.shake:hover {
  -webkit-animation: shake 0.1s linear 3;
          animation: shake 0.1s linear 3;
}

@media screen and (max-width: 600px) {
  #sec-07 {
    padding-top: 100px;
  }
}

#sec-07 .inner {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  #sec-07 .inner {
    padding: 50px 40px 0;
  }
}

#sec-07 .en {
  margin-left: -300px;
}

@media screen and (max-width: 600px) {
  #sec-07 .en {
    margin-left: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  #sec-07 .en img {
    max-width: 100px;
  }
}

#sec-07 .txt {
  max-width: 620px;
  margin: 0 auto 50px;
  line-height: 180%;
  background: linear-gradient(#601317 1px, transparent 1px);
  background-size: auto 2.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #601317;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #sec-07 .txt {
    max-width: 500px;
  }
}

#sec-07 .txt p {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: justify;
}

#sec-07 .wrap-bts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 620px;
  margin: 0 auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec-07 .wrap-bts .wrap-bts__01 {
  max-width: 300px;
}

@media screen and (max-width: 600px) {
  #sec-07 .wrap-bts .wrap-bts__01 {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

#sec-07 .wrap-bts-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec-07 .ca {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
  z-index: 0;
  max-width: 620px;
  margin: 0 auto;
}

#sec-07 .ca .tel a {
  font-size: 2.2rem;
  display: block;
  font-weight: 500;
  letter-spacing: 4px;
}

@media screen and (max-width: 600px) {
  #sec-07 .ca .tel a {
    font-size: 1.3rem;
  }
}

#sec-07 .ca .tel img {
  vertical-align: middle;
}

#sec-07 .ca .bh {
  font-size: 0.777rem;
  font-weight: 500;
}

#sec-07 .img-about-3 {
  position: absolute;
  top: 300px;
  left: 100px;
  max-width: 200px;
}

@media screen and (max-width: 1200px) {
  #sec-07 .img-about-3 {
    left: 30px;
    max-width: 180px;
  }
}

@media screen and (max-width: 900px) {
  #sec-07 .img-about-3 {
    display: none;
  }
}

#sec-07 .ms {
  display: block;
  position: absolute;
  top: 300px;
  left: 30px;
  z-index: 2;
  font-size: 0.777rem;
  font-weight: 500;
  -webkit-transform: rotate(-10deg) translateY(10px);
          transform: rotate(-10deg) translateY(10px);
  opacity: 0;
}

#sec-07 .ms.on {
  -webkit-transform: rotate(-10deg) translateY(0px);
          transform: rotate(-10deg) translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  #sec-07 .ms {
    top: 280px;
  }
}

@media screen and (max-width: 900px) {
  #sec-07 .ms {
    display: none;
  }
}

#sec-07 .ms::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  border-left: 1px dashed #601317;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* ==============================

ページ共通部分

============================== */
/**  Slick Base  fadeする場合はslick.cssの読み込みが必要**/
.slick {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -50px;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #0071bc;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.animation.lazyload,
.animation.lazyloading {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.animation.lazyloaded {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: .4s ease-in;
  transition: .4s ease-in;
}

.transition-01 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.transition-02 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.transition-03 {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* Scroll Trigger */
.trigger {
  -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: transform .8s ease,opacity .8s ease;
  transition: transform .8s ease,opacity .8s ease,-webkit-transform .8s ease;
}

.trigger-a {
  -webkit-transition: opacity .8s ease .2s,-webkit-transform .8s ease .2s;
  transition: opacity .8s ease .2s,-webkit-transform .8s ease .2s;
  transition: transform .8s ease .2s,opacity .8s ease .2s;
  transition: transform .8s ease .2s,opacity .8s ease .2s,-webkit-transform .8s ease .2s;
}

.trigger-b {
  -webkit-transition: opacity .8s ease .4s,-webkit-transform .8s ease .4s;
  transition: opacity .8s ease .4s,-webkit-transform .8s ease .4s;
  transition: transform .8s ease .4s,opacity .8s ease .4s;
  transition: transform .8s ease .4s,opacity .8s ease .4s,-webkit-transform .8s ease .4s;
}

.trigger-c {
  -webkit-transition: opacity .8s ease .6s,-webkit-transform .8s ease .6s;
  transition: opacity .8s ease .6s,-webkit-transform .8s ease .6s;
  transition: transform .8s ease .6s,opacity .8s ease .6s;
  transition: transform .8s ease .6s,opacity .8s ease .6s,-webkit-transform .8s ease .6s;
}

.trigger-1 {
  -webkit-transition: opacity .8s ease .4s,-webkit-transform .8s ease .4s;
  transition: opacity .8s ease .4s,-webkit-transform .8s ease .4s;
  transition: transform .8s ease .4s,opacity .8s ease .4s;
  transition: transform .8s ease .4s,opacity .8s ease .4s,-webkit-transform .8s ease .4s;
}

.trigger-2 {
  -webkit-transition: opacity .8s ease .8s,-webkit-transform .8s ease .4s;
  transition: opacity .8s ease .8s,-webkit-transform .8s ease .4s;
  transition: transform .8s ease .4s,opacity .8s ease .8s;
  transition: transform .8s ease .4s,opacity .8s ease .8s,-webkit-transform .8s ease .4s;
}

.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.fromTopIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromTopOut {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromBottomOut {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromLeftOut {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromRightOut {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
}

.scaleUpIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.scaleUpOut {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.scaleDownOut {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
}

.rotateOut {
  -webkit-transform: rotate(30deg) scale(0.9);
          transform: rotate(30deg) scale(0.9);
  opacity: 0;
}

.tamago {
  opacity: 0;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.tamago.on {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.tamago2 {
  opacity: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.tamago2.on {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/*# sourceMappingURL=common.css.map */