@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
/* reset css */
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

button {
  border: none;
  background: none;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

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

button {
  cursor: pointer;
}

main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0.06em;
  word-break: break-all;
  font-feature-settings: "palt";
}

html {
  /* 基本375で考える スマホ568までが縦と考える */
  font-size: 62.5%;
}

.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

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

a:hover {
  text-decoration: none;
}

a {
  outline: none !important;
}

button:focus,
a:focus {
  outline: none !important;
}

:-moz-focusring {
  outline: 0 dotted #fff;
}

a:focus, *:focus {
  outline: none;
}

.f-bold {
  font-weight: 700 !important;
}

html {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
}

/************************************
form
*************************************/
select {
  outline: none;
}

option {
  outline: none;
}

select {
  outline: 0;
}

option {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

select:-moz-focusring * {
  text-shadow: none;
}

select:-moz-focusring {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
  /* カラーは調整して下さい */
}

select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0px;
}

option,
select,
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"],
input[type="option"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
}

input[type="option"],
input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

input[type="select"] {
  font-size: 16px;
}

/* for firefox */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
  padding-top: 2px;
  line-height: normal !important;
}

body.user-os-iphone input::-webkit-input-placeholder {
  padding-top: 0px;
}

/* Firefox 18- */
textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type=text] {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  font-size: 16px;
  overflow: hidden;
  border: 1px solid #ccc;
  line-height: 1;
}

textarea {
  height: 200px;
  padding: 10px 10px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  /* Firefox 18- */
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  /*  pointer-events: none; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s 0.2s ease-out;
  -moz-transition: opacity 0.4s 0.2s ease-out;
  -ms-transition: opacity 0.4s 0.2s ease-out;
  -o-transition: opacity 0.4s 0.2s ease-out;
  transition: opacity 0.4s 0.2s ease-out;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-slide-active .swiper-lazy-preloader:after {
  opacity: 0;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.bounceIn {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(0.85);
  animation-duration: calc(0.85);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  animation-delay: 0s;
  animation-fill-mode: both;
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.8, 1.8, 1.8);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
html {
  background: #F7F5EC;
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.cover {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #F37A67;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .cover {
    width: 390px;
    left: 50%;
    margin-left: -195px;
    transform: scaleX(0);
    background: #F7F5EC;
  }
}

@media screen and (min-width: 1024px) {
  .shadow {
    position: fixed;
    z-index: 100;
    width: 390px;
    height: 100vh;
    top: 0;
    left: 50%;
    margin-left: -195px;
    background: transparent;
    box-shadow: 0px 2px 18px 1px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #221815;
  background: #F37A67;
}

.assets-l {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .wrap {
    opacity: 0;
  }
}

.campaign-tips {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s ease-out,transform 0.4s ease-out;
}

@media screen and (min-width: 1024px) {
  .sec-img {
    opacity: 0;
  }
}

.mv-logo__new img {
  opacity: 0;
  transform: scale(0);
  -webkit-transform-origin: 90% 90%;
  -moz-transform-origin: 90% 90%;
  -ms-transform-origin: 90% 90%;
  -o-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

.mv-logo__txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition: transform 0.4s ease-out,opacity 0.4s ease-out;
}

body.loading-complete {
  position: relative;
  height: auto;
}

.bounceIn {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(0.85);
  animation-duration: calc(0.85);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  animation-delay: 0s;
  animation-fill-mode: both;
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.8, 1.8, 1.8);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/*********************************************
loader
*********************************************/
.loader {
  font-size: 10px;
  text-indent: -9999em;
  border-radius: 50%;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255, 94, 16, 0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 94, 16, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255, 94, 16, 0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 94, 16, 0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255, 94, 16, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.35s infinite linear;
  animation: load3 0.35s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  position: fixed;
  top: 50%;
  z-index: 200000;
  width: 3em;
  height: 3em;
  margin-top: -1.5em;
  margin-left: -1.5em;
  left: 50%;
  opacity: 0;
}
@media print, screen and (min-width: 1024px) {
  .loader {
    width: 3.5em;
    height: 3.5em;
    margin-top: -1.75em;
    margin-left: -1.75em;
  }
}

.loader:after {
  background: #F37A67;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
common
******************************************************/
.list-indent {
  margin-top: 1.53846vw;
}
@media screen and (min-width: 1024px) {
  .list-indent {
    margin-top: 6px;
  }
}
.list-indent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0px;
  line-height: 2;
  font-size: 3.07692vw;
  margin-bottom: 1.02564vw;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .list-indent li {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.list-indent li:last-child {
  margin-bottom: 0;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0vw;
}
@media screen and (min-width: 1024px) {
  .list-indent li:last-child {
    padding-bottom: 0px;
  }
}

.col-D0B179 {
  color: #D0B179;
}

.col-F37967 {
  color: #F37967;
}

.fs-s {
  font-size: 4.61538vw;
}
@media screen and (min-width: 1024px) {
  .fs-s {
    font-size: 18px;
  }
}

.fs-ss {
  font-size: 3.07692vw;
}
@media screen and (min-width: 1024px) {
  .fs-ss {
    font-size: 12px;
  }
}

.fs-sss {
  font-size: 2.5641vw;
}
@media screen and (min-width: 1024px) {
  .fs-sss {
    font-size: 10px;
  }
}

.wrap {
  position: relative;
  z-index: 10;
  text-align: center;
  background: #F7F5EC;
}
@media screen and (min-width: 1024px) {
  .wrap {
    width: 390px;
    margin: 0 auto;
  }
}

.main-contents {
  position: relative;
  display: block;
  padding-bottom: 21.53846vw;
}
@media screen and (min-width: 1024px) {
  .main-contents {
    padding-bottom: 84px;
  }
}

.assets-r {
  display: none;
}
@media screen and (min-width: 1024px) {
  .assets-r {
    position: fixed;
    z-index: 5;
    display: block;
    top: 0;
    right: 0;
    width: calc(50% - 195px);
    height: 100%;
  }
  .assets-r img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

#recipe00 {
  z-index: 1 !important;
}

#recipe01 {
  z-index: 2 !important;
}

#recipe02 {
  z-index: 3 !important;
}

#recipe03 {
  z-index: 4 !important;
}

#recipe04 {
  z-index: 5 !important;
}

#recipe05 {
  z-index: 6 !important;
}

#recipe06 {
  z-index: 7 !important;
}

#recipe07 {
  z-index: 8 !important;
}

.js-sec-item {
  position: relative;
}

body.state-resize .sec-img {
  visibility: hidden;
}

.sec-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sec-img {
    position: fixed;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: auto;
    right: calc(-50vw + 195px);
    width: calc(50vw - 195px);
    height: 100vh;
    background: #fff;
  }
  .sec-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    left: 0;
    object-fit: cover;
  }
}

body.state-menu-active .assets-l {
  transform: translateX(0);
  transition: transform 0.2s ease-out;
}
body.state-menu-active .assets-l__btn a .assets-l__btn-inner::after {
  transform: scaleX(-1);
}

.assets-l {
  position: fixed;
  z-index: 100;
  top: auto;
  bottom: 22%;
  left: 0;
  transform: translateX(-66.15385vw);
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .assets-l {
    z-index: 5;
    bottom: auto;
    top: 0;
    width: calc(50% - 195px);
    height: 100%;
    background: #F37A67;
  }
}
@media screen and (min-width: 1024px) {
  .assets-l {
    transform: translateX(0) !important;
  }
}

.assets-l__logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .assets-l__logo {
    display: block;
    width: 154px;
    position: absolute;
    top: 15px;
    left: 8px;
  }
}

.assets-l__sp {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row;
  flex-direction: row-reverse;
  width: 76.92308vw;
}
@media screen and (min-width: 1024px) {
  .assets-l__sp {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
  }
}

.assets-l__btn a {
  display: block;
  text-align: left;
  width: 10.76923vw;
}
.assets-l__btn a .assets-l__btn-inner {
  width: 7.69231vw;
  height: 48.71795vw;
  background: #F37B67;
  position: relative;
  padding-top: 4.10256vw;
  border-radius: 0 2.5641vw 2.5641vw 0;
  border: 1px solid #fff;
  border-left: none;
  text-align: center;
  position: relative;
}
.assets-l__btn a .assets-l__btn-inner::after {
  display: block;
  content: '';
  position: absolute;
  width: 1.53846vw;
  height: 2.5641vw;
  bottom: 2.5641vw;
  left: 50%;
  margin-left: -0.76923vw;
  background: url(../img/icon_arr_r.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
}
.assets-l__btn a .assets-l__btn-inner img {
  margin: 0 auto;
  display: block;
  width: 3.33333vw;
}
@media screen and (min-width: 1024px) {
  .assets-l__btn a {
    display: none;
  }
}

@-webkit-keyframes anime-arrow-bottom {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.assets-l__nav {
  width: 66.15385vw;
  border-radius: 0 0 2.5641vw 0;
  border: 1px solid #fff;
  background: #E85840;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav {
    width: 410px;
    border: none;
    border-radius: 0 0 0 0;
    position: absolute;
    top: 50%;
    margin-top: -180px;
    height: 470px;
    left: 20%;
    position: relative;
    padding-top: 86px;
    padding-left: 0;
    text-align: left;
    background: #F37A67;
  }
}
@media screen and (min-width: 1024px) and (min-height: 720px) {
  .assets-l__nav {
    margin-top: -210px;
  }
}
@media screen and (min-width: 1024px) {
  .assets-l__nav::after {
    display: block;
    content: '';
    position: absolute;
    width: 415px;
    width: 600px;
    height: 470px;
    top: 0;
    left: -245px;
    background: url(../img/assets_l_nav_bg_pc.png) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 1;
  }
}
.assets-l__nav ul {
  position: relative;
  z-index: 2;
  width: 56.92308vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul {
    width: 206px;
    margin: 0 0;
  }
}
.assets-l__nav ul li {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul li {
    border-bottom: none;
  }
  .assets-l__nav ul li.state-active a::before {
    opacity: 1;
    transition: opacity 0.4s ease-in;
  }
}
.assets-l__nav ul li:first-child {
  display: none;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul li:first-child {
    display: block;
    margin-bottom: 16px;
  }
  .assets-l__nav ul li:first-child a::after {
    display: none;
  }
}
.assets-l__nav ul li.hack_li {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul li.hack_li {
    margin-bottom: 14px;
  }
}
.assets-l__nav ul li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul li:last-child {
    display: block;
  }
}
.assets-l__nav ul li a {
  display: block;
  padding: 4.10256vw 3.07692vw;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 3.58974vw;
  position: relative;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul li a {
    font-size: 14px;
    padding: 12px 12px 12px 0;
    color: #282828;
  }
}
@media print, screen and (min-width: 1025px) {
  .assets-l__nav ul li a::after,
  .assets-l__nav ul li a span {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .assets-l__nav ul li a:hover::after,
  .assets-l__nav ul li a:hover span {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0.6;
  }
}
.assets-l__nav ul li a::after {
  display: block;
  content: '';
  position: absolute;
  width: 2.82051vw;
  height: 2.05128vw;
  top: 50%;
  right: 1.79487vw;
  margin-top: -1.02564vw;
  background: url(../img/icon_arr_b.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul li a::after {
    width: 11px;
    height: 8px;
    right: 7px;
    margin-top: -4px;
    background: url(../img/icon_arr_b_black.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
.assets-l__nav ul li a::before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .assets-l__nav ul li a::before {
    display: block;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: -34px;
    margin-top: -8px;
    background: url(../img/icon_li_active.svg) 0 0 no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
}

.assets-l__copy {
  display: none;
}
@media screen and (min-width: 1024px) {
  .assets-l__copy {
    display: block;
    font-size: 10px;
    position: absolute;
    left: 20px;
    bottom: 12px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.1em;
    width: 120%;
  }
  .assets-l__copy span {
    display: inline-block;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1100px) {
  .assets-l__copy span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*
mv
******************************************************/
.mv {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 174.35897vw;
  background: url(../img/mv_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .mv {
    height: 680px;
  }
}

.mv-logo__new {
  display: block;
  position: absolute;
  width: 19.74359vw;
  height: 19.74359vw;
  top: 3.07692vw;
  left: 3.07692vw;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .mv-logo__new {
    width: 77px;
    height: 77px;
    top: 12px;
    left: 12px;
  }
}

.mv-logo__txt {
  display: block;
  position: absolute;
  width: 64.35897vw;
  height: 78.46154vw;
  top: 8.20513vw;
  left: 20vw;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .mv-logo__txt {
    width: 251px;
    height: 306px;
    top: 32px;
    left: 78px;
  }
}

/*
campaign-tips
******************************************************/
html.wf-fot-tsukuardgothic-std-n7-active .ff-tsukuardgothic-bold {
  opacity: 1;
}

.ff-tsukuardgothic-bold {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  opacity: 0;
}

/*
g-footer
******************************************************/
.g-footer {
  border-top: 2px solid #DDDDDD;
  background: #fff;
  padding: 4.61538vw 0 3.07692vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .g-footer {
    padding: 18px 0 12px;
  }
}

.footer-logo {
  width: 24.61538vw;
  margin: 0 auto 3.07692vw;
}
@media screen and (min-width: 1024px) {
  .footer-logo {
    width: 96px;
    margin: 0 auto 12px;
  }
}
.footer-logo a {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .footer-logo a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer-logo a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}

.footer-copy {
  font-size: 2.5641vw;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .footer-copy {
    font-size: 10px;
  }
}

body.state-page-top .page-top {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  body.state-page-top .page-top {
    position: fixed;
  }
}

body.state-page-top-excute .page-top {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.page-top {
  position: fixed;
  right: 6.15385vw;
  bottom: 5.12821vw;
  width: 7.69231vw;
  height: 7.69231vw;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-top {
    right: 24px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background: #f37a67;
  }
}
.page-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.30769vw;
  transform: translate(-50%, -50%);
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-top a img {
    width: 9px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page-top a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .page-top a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.84;
  }
}

/*
lead
******************************************************/
.lead {
  position: relative;
  width: 100%;
  height: 60.25641vw;
  background: url(../img/lead_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .lead {
    height: 235px;
  }
}

.lead__txt {
  display: block;
  position: absolute;
  width: 100%;
  top: 19.23077vw;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 4.10256vw;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.14em;
  color: #F37967;
}
@media screen and (min-width: 1024px) {
  .lead__txt {
    top: 75px;
    font-size: 16px;
  }
}
.lead__txt span {
  letter-spacing: 0.2em;
  position: relative;
  font-size: 4.61538vw;
  position: relative;
}
.lead__txt span:first-child {
  margin-left: 1.02564vw;
}
@media screen and (min-width: 1024px) {
  .lead__txt span:first-child {
    margin-left: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .lead__txt span {
    font-size: 18px;
  }
}
.lead__txt span::before, .lead__txt span::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1.53846vw;
  left: 0;
  background: #F37967;
}
@media screen and (min-width: 1024px) {
  .lead__txt span::before, .lead__txt span::after {
    bottom: -6px;
  }
}
.lead__txt span::before {
  bottom: -2.05128vw;
}
@media screen and (min-width: 1024px) {
  .lead__txt span::before {
    bottom: -8px;
  }
}

/*
page-link
******************************************************/
.page-link {
  padding-top: 11.53846vw;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-link {
    padding-top: 45px;
  }
}

.page-link__ttl {
  position: relative;
  width: 120%;
  left: -10%;
  margin: 0 auto 5.12821vw;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 6.15385vw;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .page-link__ttl {
    margin: 0 auto 20px;
    font-size: 24px;
  }
}

.page-link__nav {
  position: relative;
  width: 100%;
  height: 112.82051vw;
  background: url(../img/page_link_nav_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-link__nav {
    height: 440px;
  }
}
.page-link__nav ul li {
  position: absolute;
}
.page-link__nav ul li:nth-of-type(1) {
  width: 37.17949vw;
  height: 28.20513vw;
  top: 0vw;
  left: 10.25641vw;
}
.page-link__nav ul li:nth-of-type(1) a::before {
  background: url(../img/page_link_nav_bg_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(1) {
    width: 145px;
    height: 110px;
    top: 0px;
    left: 40px;
  }
}
.page-link__nav ul li:nth-of-type(2) {
  width: 35.89744vw;
  height: 29.48718vw;
  top: 0vw;
  left: 52.30769vw;
}
.page-link__nav ul li:nth-of-type(2) a::before {
  background: url(../img/page_link_nav_bg_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(2) {
    width: 140px;
    height: 115px;
    top: 0px;
    left: 204px;
  }
}
.page-link__nav ul li:nth-of-type(3) {
  width: 35.89744vw;
  height: 30.76923vw;
  top: 31.79487vw;
  left: 10.25641vw;
}
.page-link__nav ul li:nth-of-type(3) a::before {
  background: url(../img/page_link_nav_bg_03.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(3) {
    width: 140px;
    height: 120px;
    top: 124px;
    left: 40px;
  }
}
.page-link__nav ul li:nth-of-type(4) {
  width: 42.30769vw;
  height: 30.76923vw;
  top: 31.79487vw;
  left: 48.71795vw;
}
.page-link__nav ul li:nth-of-type(4) a::before {
  background: url(../img/page_link_nav_bg_04.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(4) {
    width: 165px;
    height: 120px;
    top: 124px;
    left: 190px;
  }
}
.page-link__nav ul li:nth-of-type(5) {
  width: 39.74359vw;
  height: 29.48718vw;
  top: 67.94872vw;
  left: 8.71795vw;
}
.page-link__nav ul li:nth-of-type(5) a::before {
  background: url(../img/page_link_nav_bg_05.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(5) {
    width: 155px;
    height: 115px;
    top: 265px;
    left: 34px;
  }
}
.page-link__nav ul li:nth-of-type(6) {
  width: 38.46154vw;
  height: 32.05128vw;
  top: 66.66667vw;
  left: 51.28205vw;
}
.page-link__nav ul li:nth-of-type(6) a::before {
  background: url(../img/page_link_nav_bg_06.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(6) {
    width: 150px;
    height: 125px;
    top: 260px;
    left: 200px;
  }
}
.page-link__nav ul li:nth-of-type(6) a {
  padding-top: 14.87179vw;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(6) a {
    padding-top: 58px;
  }
}
.page-link__nav ul li:nth-of-type(6) a::after {
  top: 25.12821vw;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li:nth-of-type(6) a::after {
    top: 98px;
  }
}
.page-link__nav ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 16.41026vw;
  font-size: 3.58974vw;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li a {
    padding-top: 64px;
    font-size: 14px;
  }
}
.page-link__nav ul li a img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-link__nav ul li a span {
  position: relative;
  z-index: 2;
}
.page-link__nav ul li a::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-link__nav ul li a::after {
  display: block;
  content: '';
  position: absolute;
  width: 2.82051vw;
  height: 2.05128vw;
  top: 22.5641vw;
  left: 50%;
  margin-left: -1.28205vw;
  background: url(../img/icon_arr_b.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .page-link__nav ul li a::after {
    width: 12px;
    height: 8px;
    top: 88px;
    margin-left: -6px;
  }
}
@media print, screen and (min-width: 1025px) {
  .page-link__nav ul li a img {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .page-link__nav ul li a::before {
    transition: transform 0.3s ease-out,opacity 0.3s ease-out;
  }
  .page-link__nav ul li a::after {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .page-link__nav ul li a:hover img {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .page-link__nav ul li a:hover::before {
    transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform: scale(1.06);
    opacity: 0.84;
  }
  .page-link__nav ul li a:hover::after {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
}

/*
campaign
******************************************************/
a.link-line {
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  a.link-line:hover {
    text-decoration: none;
  }
}
a.link-line.-blank {
  position: relative;
  padding-right: 3.58974vw;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  a.link-line.-blank {
    padding-right: 14px;
  }
}
a.link-line.-blank::after {
  display: block;
  content: '';
  position: absolute;
  width: 2.5641vw;
  height: 2.5641vw;
  top: 50%;
  right: 0vw;
  margin-top: -1.28205vw;
  background: url(../img/icon_blank.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  a.link-line.-blank::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

/*
recipe
******************************************************/
.sec-recipe {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20.51282vw;
  background: url(../img/sec_recipe_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .sec-recipe {
    margin-bottom: 100px;
  }
}
.sec-recipe .recipe-item {
  padding-top: 28px;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item {
    padding-top: 28px;
    margin-bottom: 28px;
  }
}
.sec-recipe .recipe-item:last-child {
  margin-bottom: 0;
}
.sec-recipe .recipe-item::before, .sec-recipe .recipe-item::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sec-recipe .recipe-item::after {
  z-index: 10;
}
.sec-recipe .recipe-item::before {
  z-index: 1;
}
.sec-recipe .recipe-item:nth-of-type(1) {
  z-index: 1;
}
.sec-recipe .recipe-item:nth-of-type(1)::before {
  background: url(../img/recipe_item_bg_before_01.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: -1.28205vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(1)::before {
    top: -5px;
  }
}
.sec-recipe .recipe-item:nth-of-type(1)::after {
  background: url(../img/recipe_item_bg_after_01.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 39.48718vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(1)::after {
    top: 154px;
  }
}
.sec-recipe .recipe-item:nth-of-type(2)::before {
  background: url(../img/recipe_item_bg_before_02.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: -6.41026vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(2)::before {
    top: -25px;
  }
}
.sec-recipe .recipe-item:nth-of-type(3)::before {
  background: url(../img/recipe_item_bg_before_03.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 0vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(3)::before {
    top: 0px;
  }
}
.sec-recipe .recipe-item:nth-of-type(3)::after {
  background: url(../img/recipe_item_bg_after_03.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 46.15385vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(3)::after {
    top: 180px;
  }
}
.sec-recipe .recipe-item:nth-of-type(4)::before {
  background: url(../img/recipe_item_bg_before_04.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: -1.28205vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(4)::before {
    top: -5px;
  }
}
.sec-recipe .recipe-item:nth-of-type(5)::before {
  background: url(../img/recipe_item_bg_before_05.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: -2.5641vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(5)::before {
    top: -10px;
  }
}
.sec-recipe .recipe-item:nth-of-type(6)::before {
  background: url(../img/recipe_item_bg_before_06.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: -30.76923vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(6)::before {
    top: -120px;
  }
}
.sec-recipe .recipe-item:nth-of-type(6)::after {
  background: url(../img/recipe_item_bg_after_06.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 56.41026vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(6)::after {
    top: 220px;
  }
}

.sec-recipe .recipe-item:nth-of-type(1) .recipe-material {
  height: 105.12821vw;
  padding-top: 23.58974vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(1) .recipe-material {
    height: 410px;
    padding-top: 92px;
  }
}
.sec-recipe .recipe-item:nth-of-type(1) .recipe-material::after {
  background: url(../img/recipe_material_bg_after_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.sec-recipe .recipe-item:nth-of-type(1) .recipe-material__ttl {
  top: 6.41026vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(1) .recipe-material__ttl {
    top: 25px;
  }
}
.sec-recipe .recipe-item:nth-of-type(2) .recipe-material {
  height: 135.89744vw;
  padding-top: 23.58974vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(2) .recipe-material {
    height: 530px;
    padding-top: 92px;
  }
}
.sec-recipe .recipe-item:nth-of-type(2) .recipe-material::after {
  height: 172.5641vw;
  top: -37.17949vw;
  background: url(../img/recipe_material_bg_after_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(2) .recipe-material::after {
    height: 673px;
    top: -145px;
  }
}
.sec-recipe .recipe-item:nth-of-type(2) .recipe-material__ttl {
  top: 6.41026vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(2) .recipe-material__ttl {
    top: 25px;
  }
}
.sec-recipe .recipe-item:nth-of-type(3) .recipe-material {
  height: 94.87179vw;
  padding-top: 23.58974vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(3) .recipe-material {
    height: 370px;
    padding-top: 92px;
  }
}
.sec-recipe .recipe-item:nth-of-type(3) .recipe-material::after {
  height: 102.5641vw;
  top: -1.28205vw;
  background: url(../img/recipe_material_bg_after_03.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(3) .recipe-material::after {
    height: 400px;
    top: -5px;
  }
}
.sec-recipe .recipe-item:nth-of-type(3) .recipe-material__ttl {
  top: 6.41026vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(3) .recipe-material__ttl {
    top: 25px;
  }
}
.sec-recipe .recipe-item:nth-of-type(4) .recipe-material {
  height: 119.23077vw;
  padding-top: 16.92308vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(4) .recipe-material {
    height: 465px;
    padding-top: 66px;
  }
}
.sec-recipe .recipe-item:nth-of-type(4) .recipe-material::after {
  height: 115.38462vw;
  top: -2.5641vw;
  background: url(../img/recipe_material_bg_after_04.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(4) .recipe-material::after {
    height: 450px;
    top: -10px;
  }
}
.sec-recipe .recipe-item:nth-of-type(4) .recipe-material__ttl {
  top: 6.41026vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(4) .recipe-material__ttl {
    top: 25px;
  }
}
.sec-recipe .recipe-item:nth-of-type(5) .recipe-material {
  height: 93.33333vw;
  padding-top: 17.4359vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(5) .recipe-material {
    height: 364px;
    padding-top: 68px;
  }
}
.sec-recipe .recipe-item:nth-of-type(5) .recipe-material::after {
  height: 85.89744vw;
  top: -2.5641vw;
  background: url(../img/recipe_material_bg_after_05.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(5) .recipe-material::after {
    height: 335px;
    top: -10px;
  }
}
.sec-recipe .recipe-item:nth-of-type(5) .recipe-material__ttl {
  top: 2.05128vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(5) .recipe-material__ttl {
    top: 8px;
  }
}
.sec-recipe .recipe-item:nth-of-type(6) .recipe-material {
  height: 100vw;
  padding-top: 14.87179vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(6) .recipe-material {
    height: 390px;
    padding-top: 58px;
  }
}
.sec-recipe .recipe-item:nth-of-type(6) .recipe-material::after {
  height: 97.4359vw;
  top: -3.84615vw;
  background: url(../img/recipe_material_bg_after_06.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(6) .recipe-material::after {
    height: 380px;
    top: -5px;
  }
}
.sec-recipe .recipe-item:nth-of-type(6) .recipe-material__ttl {
  top: -2.5641vw;
}
@media screen and (min-width: 1024px) {
  .sec-recipe .recipe-item:nth-of-type(6) .recipe-material__ttl {
    top: 0px;
  }
}

.recipe-item__inner {
  position: relative;
  z-index: 5;
  width: 84.61538vw;
  margin: 0 auto 14.35897vw;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .recipe-item__inner {
    width: 330px;
    margin: 0 auto;
  }
}

.recipe__ttl-main {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 8.71795vw;
  font-weight: 700;
  letter-spacing: 0.16em;
  display: inline-block;
  position: relative;
  padding-bottom: 2.5641vw;
  margin: 0 auto 11.28205vw;
}
@media screen and (min-width: 1024px) {
  .recipe__ttl-main {
    font-size: 34px;
    padding-bottom: 10px;
    margin: 0 auto 44px;
  }
}
.recipe__ttl-main::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
}
.recipe__ttl-main span {
  font-size: 6.15385vw;
}
@media screen and (min-width: 1024px) {
  .recipe__ttl-main span {
    font-size: 24px;
  }
}

.recipe__ttl {
  text-align: left;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 9.23077vw;
}
@media screen and (min-width: 1024px) {
  .recipe__ttl {
    margin-bottom: 36px;
  }
}
.recipe__ttl::after {
  display: block;
  content: '';
  position: absolute;
  width: 22.05128vw;
  height: 22.05128vw;
  top: -4.61538vw;
  left: -3.84615vw;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .recipe__ttl::after {
    width: 86px;
    height: 86px;
    top: -18px;
    left: -15px;
  }
}
.recipe__ttl span {
  position: relative;
  z-index: 2;
}
.recipe__ttl span:first-child {
  font-size: 4.10256vw;
  display: inline-block;
  color: #F37B67;
  padding-bottom: 1.28205vw;
  letter-spacing: 0.36em;
}
@media screen and (min-width: 1024px) {
  .recipe__ttl span:first-child {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.recipe__ttl span:first-child::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E4CCA0;
  bottom: 0;
}
.recipe__ttl span:last-child {
  display: block;
  font-size: 7.17949vw;
  margin-top: 0.76923vw;
  letter-spacing: 0.4em;
  letter-spacing: 0.24em;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .recipe__ttl span:last-child {
    font-size: 28px;
    margin-top: 3px;
  }
}

.simbol-i {
  padding-left: 0.2em;
}

.recipe-img {
  margin-bottom: 7.69231vw;
}
@media screen and (min-width: 1024px) {
  .recipe-img {
    margin-bottom: 30px;
  }
}

.recipe-img__ttl {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin-bottom: 2.5641vw;
  font-size: 5.64103vw;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .recipe-img__ttl {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.recipe-movie {
  margin-bottom: 6.41026vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .recipe-movie {
    margin-bottom: 25px;
  }
}

.recipe-movie__ttl {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 auto 3.07692vw;
  font-size: 4.61538vw;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .recipe-movie__ttl {
    margin: 0 auto 12px;
    font-size: 18px;
  }
}
.recipe-movie__ttl span {
  position: relative;
  padding: 0 5.12821vw;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .recipe-movie__ttl span {
    padding: 0 22px;
  }
}
.recipe-movie__ttl span::after {
  display: block;
  content: '';
  position: absolute;
  width: 3.07692vw;
  height: 4.10256vw;
  top: 1.02564vw;
  left: 0vw;
  background: url(../img/ttl_bg_line_diagonal.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .recipe-movie__ttl span::after {
    width: 12px;
    height: 16px;
    top: 4px;
    left: 0px;
  }
}
.recipe-movie__ttl span::before {
  display: block;
  content: '';
  position: absolute;
  width: 3.07692vw;
  height: 4.10256vw;
  top: 1.02564vw;
  right: 0vw;
  background: url(../img/ttl_bg_line_diagonal.svg) 0 0 no-repeat;
  background-size: 100% auto;
  transform: scaleX(-1);
}
@media screen and (min-width: 1024px) {
  .recipe-movie__ttl span::before {
    width: 12px;
    height: 16px;
    top: 4px;
    right: 0px;
  }
}

.recipe-movie__frame {
  position: relative;
  width: 100%;
  padding-bottom: 177.5%;
  background: #333;
  z-index: 20;
}
.recipe-movie__frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.recipe-material {
  position: relative;
  width: 100%;
}
.recipe-material::after {
  display: block;
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -7.69231vw;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .recipe-material::after {
    width: 390px;
    left: -30px;
  }
}
.recipe-material::after {
  z-index: 1;
}

.recipe-material__ttl {
  position: absolute;
  width: 20.51282vw;
  height: 20.76923vw;
  top: 0;
  right: 0;
  background: url(../img/recipe_material_amount_bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 3.58974vw;
  text-align: center;
  line-height: 1.8;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .recipe-material__ttl {
    width: 80px;
    height: 81px;
    font-size: 14px;
  }
}

.recipe-material__items {
  position: relative;
  z-index: 2;
}
.recipe-material__items .recipe-material__item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.76923vw;
}
@media screen and (min-width: 1024px) {
  .recipe-material__items .recipe-material__item {
    margin-bottom: 3px;
  }
}
.recipe-material__items .recipe-material__item.--mt {
  margin-top: 5.12821vw;
}
@media screen and (min-width: 1024px) {
  .recipe-material__items .recipe-material__item.--mt {
    margin-top: 20px;
  }
}
.recipe-material__items.--type-04 .recipe-material__item-name {
  width: 47%;
}
.recipe-material__items.--type-04 .recipe-material__item-amount {
  width: 53%;
}
.recipe-material__items.--type-03 .recipe-material__item-name {
  width: 50%;
}
.recipe-material__items.--type-03 .recipe-material__item-amount {
  width: 50%;
}
.recipe-material__items.--type-02 .recipe-material__item-name {
  width: 60%;
}
.recipe-material__items.--type-02 .recipe-material__item-amount {
  width: 40%;
}

.recipe-material__item-a {
  margin-top: 5.12821vw;
  margin-bottom: 1.28205vw;
  font-size: 3.58974vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .recipe-material__item-a {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.recipe-material__item-name {
  font-size: 3.58974vw;
  font-weight: 700;
  line-height: 1.6;
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .recipe-material__item-name {
    font-size: 14px;
  }
}

.recipe-material__item-amount {
  font-size: 3.58974vw;
  line-height: 1.6;
  width: 60%;
}
@media screen and (min-width: 1024px) {
  .recipe-material__item-amount {
    font-size: 14px;
  }
}

.recipe-howto__ttl {
  font-size: 5.12821vw;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 6.41026vw;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.recipe-howto__ttl::before, .recipe-howto__ttl::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: -0.51282vw;
  background: #000;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__ttl::before, .recipe-howto__ttl::after {
    margin-top: -2px;
  }
}
.recipe-howto__ttl::before {
  margin-top: 0.51282vw;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__ttl::before {
    margin-top: 2px;
  }
}
.recipe-howto__ttl span {
  position: relative;
  padding: 0 2.05128vw;
  background: #F7F5ED;
  display: inline-block;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__ttl span {
    padding: 0 8px;
  }
}

.recipe-howto__items .recipe-howto__item {
  padding-bottom: 4.10256vw;
  margin-bottom: 4.10256vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__items .recipe-howto__item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.recipe-howto__items .recipe-howto__item:last-child::after {
  background: none;
}
.recipe-howto__items .recipe-howto__item::after {
  display: block;
  content: '';
  position: absolute;
  width: 92.30769vw;
  height: 1.53846vw;
  bottom: 0;
  left: -3.84615vw;
  background: url(../img/recipe_howto_item_bg.svg) 0 center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__items .recipe-howto__item::after {
    width: 360px;
    height: 6px;
    left: -15px;
  }
}

.recipe-howto__num {
  position: relative;
  width: 7.17949vw;
  height: 7.17949vw;
  text-align: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 3.07692vw;
  padding-top: 0.51282vw;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__num {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
    padding-top: 2px;
  }
}
.recipe-howto__num span {
  display: block;
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 4.10256vw;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__num span {
    font-size: 16px;
  }
}
.recipe-howto__num::before, .recipe-howto__num::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.recipe-howto__num::after {
  top: 0;
  left: 0;
  background: #F68B7F;
  z-index: 2;
}
.recipe-howto__num::before {
  top: -1.02564vw;
  left: -1.02564vw;
  background: #FDE0DB;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__num::before {
    top: -4px;
    left: -4px;
  }
}

.recipe-howto__txt {
  font-size: 3.58974vw;
  line-height: 2;
  letter-spacing: 0.095em;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__txt {
    font-size: 14px;
  }
}

.recipe-howto__ttl-none {
  color: #F37967;
  font-size: 4.10256vw;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 5.12821vw;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__ttl-none {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.recipe-howto__nons {
  margin-bottom: 5.12821vw;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__nons {
    margin-bottom: 20px;
  }
}
.recipe-howto__nons .recipe-howto__non {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 3.07692vw;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__nons .recipe-howto__non {
    margin-bottom: 12px;
  }
}
.recipe-howto__nons .recipe-howto__non:last-child {
  margin-bottom: 0;
}

.recipe-howto__non-name {
  font-size: 3.58974vw;
  font-weight: 700;
  width: 32%;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__non-name {
    font-size: 14px;
  }
}

.recipe-howto__non-amount {
  font-size: 3.58974vw;
  width: 68%;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__non-amount {
    font-size: 14px;
  }
}

.recipe-howto__nons-txt {
  font-size: 3.58974vw;
}
@media screen and (min-width: 1024px) {
  .recipe-howto__nons-txt {
    font-size: 14px;
  }
}

/*
healsio
******************************************************/
/*
sns
******************************************************/
.sns {
  position: relative;
  width: 100%;
  height: 53.33333vw;
  background: url(../img/sns_bg.png) 0 center no-repeat;
  background-size: 100% auto;
  padding-top: 5.64103vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sns {
    height: 208px;
    padding-top: 24px;
  }
}
.sns section {
  position: relative;
  margin-bottom: 5.12821vw;
}
@media screen and (min-width: 1024px) {
  .sns section {
    margin-bottom: 20px;
  }
}
.sns section:last-child {
  margin-bottom: 0;
}

.sns__ttl {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  color: #F37A67;
  font-size: 5.64103vw;
  margin-bottom: 3.07692vw;
}
@media screen and (min-width: 1024px) {
  .sns__ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

.sns__lists {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
.sns__lists li {
  width: 8.46154vw;
  margin: 0 3.84615vw;
}
@media screen and (min-width: 1024px) {
  .sns__lists li {
    width: 33px;
    margin: 0 15px;
  }
}
.sns__lists li a {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .sns__lists li a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .sns__lists li a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
  }
}

.sns__tips {
  position: absolute;
  width: 21.02564vw;
  height: 19.74359vw;
  top: -16.41026vw;
  left: 50%;
  margin-left: 8.46154vw;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  letter-spacing: 0.00em;
  font-size: 2.82051vw;
  padding-top: 0.51282vw;
  color: #F37B67;
  padding-left: 0.8em;
  background: url(../img/sns_tips_tiktok.png) 0 0 no-repeat;
  background-size: 100% auto;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .sns__tips {
    width: 82px;
    height: 77px;
    top: -64px;
    margin-left: 33px;
    font-size: 11px;
    padding-top: 2px;
  }
}
.sns__tips span {
  font-size: 2.5641vw;
}
@media screen and (min-width: 1024px) {
  .sns__tips span {
    font-size: 10px;
  }
}

.btn-round {
  text-align: center;
}
.btn-round a {
  display: block;
  width: 46.15385vw;
  margin: 0 auto;
  border-radius: 6.41026vw;
  overflow: hidden;
  background: #fff;
}
.btn-round a.-coming {
  pointer-events: none;
}
.btn-round a.-coming span {
  background: #E4E4E4;
}
.btn-round a.-sharp span {
  padding-right: 1.2em;
}
@media screen and (min-width: 1024px) {
  .btn-round a {
    width: 180px;
    border-radius: 25px;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-round a:hover span {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.6;
  }
  .btn-round a.-arrow:hover span::after {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.btn-round a span {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  text-align: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 12.82051vw;
  position: relative;
  border-radius: 6.41026vw;
  overflow: hidden;
  background: #fff;
  color: #000;
  border: 1px solid #282828;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 3.58974vw;
}
@media screen and (min-width: 1024px) {
  .btn-round a span {
    border-radius: 25px;
    font-size: 14px;
    height: 50px;
  }
}
.btn-round a.-blank span::after {
  display: block;
  content: '';
  position: absolute;
  width: 3.84615vw;
  height: 3.58974vw;
  top: 50%;
  right: 3.58974vw;
  margin-top: -1.79487vw;
  background: url(../img/icon_blank.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .btn-round a.-blank span::after {
    width: 15px;
    height: 14px;
    right: 14px;
    margin-top: -7px;
  }
}
.btn-round a.-arrow span::after {
  display: block;
  content: '';
  position: absolute;
  width: 2.82051vw;
  height: 2.05128vw;
  top: 50%;
  right: 3.58974vw;
  margin-top: -1.02564vw;
  background: url(../img/icon_arr_b_black.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .btn-round a.-arrow span::after {
    width: 11px;
    height: 8px;
    right: 14px;
    margin-top: -4px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}

.jsLazyAnime.type-opacity-out {
  opacity: 1;
}
.jsLazyAnime.type-opacity-out.lazyAnimate {
  opacity: 0;
  -webkit-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -moz-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -ms-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -o-transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

.jsLazyAnime.type-y {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-y.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-img-x-r {
  opacity: 0;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.jsLazyAnime.type-img-x-r.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -moz-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -ms-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -o-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
}

.jsLazyAnime.type-img-x-l {
  opacity: 0;
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.jsLazyAnime.type-img-x-l.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -moz-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -ms-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  -o-transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
  transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
}

.jsLazyAnime.type-scale-y {
  opacity: 0;
  display: block;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.jsLazyAnime.type-scale-y.lazyAnimate {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
  transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
}

.jsLazyAnime.type-ttl-left-icon {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-ttl-left-icon i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.jsLazyAnime.type-ttl-left-icon.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}
.jsLazyAnime.type-ttl-left-icon.lazyAnimate i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.6s 0s ease;
  -moz-transition: transform 0.6s 0s ease;
  -ms-transition: transform 0.6s 0s ease;
  -o-transition: transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease;
}

.jsLazyAnime.type-ttl-icon {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-ttl-icon span i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.jsLazyAnime.type-ttl-icon.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}
.jsLazyAnime.type-ttl-icon.lazyAnimate span i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.6s 0s ease;
  -moz-transition: transform 0.6s 0s ease;
  -ms-transition: transform 0.6s 0s ease;
  -o-transition: transform 0.6s 0s ease;
  transition: transform 0.6s 0s ease;
}

.jsLazyAnime.type-opacity {
  opacity: 0;
}
.jsLazyAnime.type-opacity.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0s ease;
  -moz-transition: opacity 0.8s 0s ease;
  -ms-transition: opacity 0.8s 0s ease;
  -o-transition: opacity 0.8s 0s ease;
  transition: opacity 0.8s 0s ease;
}

.jsLazyAnime.type-scale-l {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.jsLazyAnime.type-scale-l.lazyAnimate {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -ms-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-scale-r {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.jsLazyAnime.type-scale-r.lazyAnimate {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -ms-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-slide-img {
  overflow: hidden;
}
.jsLazyAnime.type-slide-img img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.jsLazyAnime.type-slide-img.lazyAnimate img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -ms-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-sizzle-opacity {
  opacity: 0;
}
.jsLazyAnime.type-sizzle-opacity.lazyAnimate {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0s ease-out;
  -moz-transition: opacity 0.8s 0s ease-out;
  -ms-transition: opacity 0.8s 0s ease-out;
  -o-transition: opacity 0.8s 0s ease-out;
  transition: opacity 0.8s 0s ease-out;
}

.jsLazyAnime.type-sizzle-cover.lazyAnimate {
  -webkit-transform: rotate(0) translateX(130%) translateY(0);
  -moz-transform: rotate(0) translateX(130%) translateY(0);
  -ms-transform: rotate(0) translateX(130%) translateY(0);
  -o-transform: rotate(0) translateX(130%) translateY(0);
  transform: rotate(0) translateX(130%) translateY(0);
  -webkit-transition: transform 0.8s 0s ease-out;
  -moz-transition: transform 0.8s 0s ease-out;
  -ms-transition: transform 0.8s 0s ease-out;
  -o-transition: transform 0.8s 0s ease-out;
  transition: transform 0.8s 0s ease-out;
}

.jsLazyAnime.type-txt-x-r {
  opacity: 0;
}
.jsLazyAnime.type-txt-x-r.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsLazyAnime.type-ls {
  opacity: 0;
  letter-spacing: 1.2em;
}
.jsLazyAnime.type-ls.lazyAnimate {
  opacity: 1;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsLazyAnime.type-txt-x-r-0 {
  -webkit-transform: translateX(62.5vw);
  -moz-transform: translateX(62.5vw);
  -ms-transform: translateX(62.5vw);
  -o-transform: translateX(62.5vw);
  transform: translateX(62.5vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-0 {
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px);
  }
}

.jsLazyAnime.type-txt-x-r-1 {
  -webkit-transform: translateX(58.59375vw);
  -moz-transform: translateX(58.59375vw);
  -ms-transform: translateX(58.59375vw);
  -o-transform: translateX(58.59375vw);
  transform: translateX(58.59375vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-1 {
    -webkit-transform: translateX(750px);
    -moz-transform: translateX(750px);
    -ms-transform: translateX(750px);
    -o-transform: translateX(750px);
    transform: translateX(750px);
  }
}

.jsLazyAnime.type-txt-x-r-2 {
  -webkit-transform: translateX(54.6875vw);
  -moz-transform: translateX(54.6875vw);
  -ms-transform: translateX(54.6875vw);
  -o-transform: translateX(54.6875vw);
  transform: translateX(54.6875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-2 {
    -webkit-transform: translateX(700px);
    -moz-transform: translateX(700px);
    -ms-transform: translateX(700px);
    -o-transform: translateX(700px);
    transform: translateX(700px);
  }
}

.jsLazyAnime.type-txt-x-r-3 {
  -webkit-transform: translateX(50.78125vw);
  -moz-transform: translateX(50.78125vw);
  -ms-transform: translateX(50.78125vw);
  -o-transform: translateX(50.78125vw);
  transform: translateX(50.78125vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-3 {
    -webkit-transform: translateX(650px);
    -moz-transform: translateX(650px);
    -ms-transform: translateX(650px);
    -o-transform: translateX(650px);
    transform: translateX(650px);
  }
}

.jsLazyAnime.type-txt-x-r-4 {
  -webkit-transform: translateX(46.875vw);
  -moz-transform: translateX(46.875vw);
  -ms-transform: translateX(46.875vw);
  -o-transform: translateX(46.875vw);
  transform: translateX(46.875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-4 {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
}

.jsLazyAnime.type-txt-x-r-5 {
  -webkit-transform: translateX(42.96875vw);
  -moz-transform: translateX(42.96875vw);
  -ms-transform: translateX(42.96875vw);
  -o-transform: translateX(42.96875vw);
  transform: translateX(42.96875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-5 {
    -webkit-transform: translateX(550px);
    -moz-transform: translateX(550px);
    -ms-transform: translateX(550px);
    -o-transform: translateX(550px);
    transform: translateX(550px);
  }
}

.jsLazyAnime.type-txt-x-r-6 {
  -webkit-transform: translateX(39.0625vw);
  -moz-transform: translateX(39.0625vw);
  -ms-transform: translateX(39.0625vw);
  -o-transform: translateX(39.0625vw);
  transform: translateX(39.0625vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-6 {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}

.jsLazyAnime.type-txt-x-r-7 {
  -webkit-transform: translateX(35.15625vw);
  -moz-transform: translateX(35.15625vw);
  -ms-transform: translateX(35.15625vw);
  -o-transform: translateX(35.15625vw);
  transform: translateX(35.15625vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-7 {
    -webkit-transform: translateX(450px);
    -moz-transform: translateX(450px);
    -ms-transform: translateX(450px);
    -o-transform: translateX(450px);
    transform: translateX(450px);
  }
}

.jsLazyAnime.type-txt-x-r-8 {
  -webkit-transform: translateX(31.25vw);
  -moz-transform: translateX(31.25vw);
  -ms-transform: translateX(31.25vw);
  -o-transform: translateX(31.25vw);
  transform: translateX(31.25vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-8 {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
}

.jsLazyAnime.type-txt-x-r-9 {
  -webkit-transform: translateX(27.34375vw);
  -moz-transform: translateX(27.34375vw);
  -ms-transform: translateX(27.34375vw);
  -o-transform: translateX(27.34375vw);
  transform: translateX(27.34375vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-9 {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px);
  }
}

.jsLazyAnime.type-txt-x-r-10 {
  -webkit-transform: translateX(23.4375vw);
  -moz-transform: translateX(23.4375vw);
  -ms-transform: translateX(23.4375vw);
  -o-transform: translateX(23.4375vw);
  transform: translateX(23.4375vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-10 {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
  }
}

.jsLazyAnime.type-txt-x-r-11 {
  -webkit-transform: translateX(19.53125vw);
  -moz-transform: translateX(19.53125vw);
  -ms-transform: translateX(19.53125vw);
  -o-transform: translateX(19.53125vw);
  transform: translateX(19.53125vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-11 {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
}

.jsLazyAnime.type-txt-x-r-12 {
  -webkit-transform: translateX(15.625vw);
  -moz-transform: translateX(15.625vw);
  -ms-transform: translateX(15.625vw);
  -o-transform: translateX(15.625vw);
  transform: translateX(15.625vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-12 {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
  }
}

.jsLazyAnime.type-txt-x-r-13 {
  -webkit-transform: translateX(11.71875vw);
  -moz-transform: translateX(11.71875vw);
  -ms-transform: translateX(11.71875vw);
  -o-transform: translateX(11.71875vw);
  transform: translateX(11.71875vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-13 {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
  }
}

.jsLazyAnime.type-txt-x-r-14 {
  -webkit-transform: translateX(7.8125vw);
  -moz-transform: translateX(7.8125vw);
  -ms-transform: translateX(7.8125vw);
  -o-transform: translateX(7.8125vw);
  transform: translateX(7.8125vw);
}
@media screen and (min-width: 1280px) {
  .jsLazyAnime.type-txt-x-r-14 {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.jsLazyAnime.type-x-r,
.jsLazyAnime.type-x-l {
  opacity: 0;
}
.jsLazyAnime.type-x-r.lazyAnimate,
.jsLazyAnime.type-x-l.lazyAnimate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -moz-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -ms-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  -o-transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-x-r-per-100 {
  opacity: 0;
}
.jsLazyAnime.type-x-r-per-100.lazyAnimate {
  opacity: 0.4;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  -moz-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  -ms-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  -o-transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
  transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
}

.jsLazyAnime.type-x-r {
  -webkit-transform: translate(220px, -40px);
  -moz-transform: translate(220px, -40px);
  -ms-transform: translate(220px, -40px);
  -o-transform: translate(220px, -40px);
  transform: translate(220px, -40px);
}

.jsLazyAnime.type-x-l {
  -webkit-transform: translate(-220px, 40px);
  -moz-transform: translate(-220px, 40px);
  -ms-transform: translate(-220px, 40px);
  -o-transform: translate(-220px, 40px);
  transform: translate(-220px, 40px);
}

.jsLazyAnime.type-x-r-per-100 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.jsLazyAnime.type-y-center {
  opacity: 0;
  -webkit-transform: translateY(20px) translateX(-50%);
  -moz-transform: translateY(20px) translateX(-50%);
  -ms-transform: translateY(20px) translateX(-50%);
  -o-transform: translateY(20px) translateX(-50%);
  transform: translateY(20px) translateX(-50%);
}
.jsLazyAnime.type-y-center.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  -webkit-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -moz-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -ms-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -o-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

.jsLazyAnime.type-y-sp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.jsLazyAnime.type-y-sp.lazyAnimate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  -moz-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  -ms-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  -o-transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
  transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
}

.jsLazyAnime.type-scale {
  opacity: 0;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.jsLazyAnime.type-scale.lazyAnimate {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -moz-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -ms-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  -o-transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
  transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes y_in_lv1 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale_in_lv1 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
