@charset "UTF-8";
/* 読み込み
===================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* common
===================================================== */
html,
body {
  color: #08303B;
  letter-spacing: 0;
  line-height: 1.75;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  overscroll-behavior: none;
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

.font_shuei {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.wrapper {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none !important;
  }
}

.no_scroll {
  overflow: hidden !important;
  height: 100%;
}

/* wrapper
===================================================== */
/* top
===================================================== */
.inner {
  width: 100%;
  position: relative;
  background-image: url(../img/bg_1.png);
  background-repeat: repeat;
}
@media screen and (min-width: 1025px) {
  .inner {
    position: relative;
  }
}

/* sec_共通
===================================================== */
.item_credit {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .item_credit .item_name {
    font-size: 5.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .item_credit .item_name {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .item_credit .item_price {
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .item_credit .item_price {
    margin-bottom: 28px;
  }
}
.item_credit .buy {
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .item_credit .buy {
    font-size: 3.7333333333vw;
    width: 22.4vw;
    background-color: #ffffff;
    padding-top: 3.2vw;
    padding-bottom: 3.4666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .item_credit .buy {
    font-size: 16px;
    width: 102px;
    background-color: #ffffff;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.item_credit .buy::before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #08303B;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .item_credit .buy::before {
    width: 18.9333333333vw;
    height: 8.8vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .item_credit .buy::before {
    width: 98px;
    height: 44px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.item_credit .buy:hover {
  background-color: #08303B;
  color: #ffffff;
}
.item_credit .buy:hover::before {
  border-color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .pc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .bg_textlogo {
    width: 120%;
  }
}

/* sec_1
===================================================== */
#sec__1 .card_1 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #sec__1 .card_1 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec__1 .card_1 .panel1 {
  position: absolute;
  transform: rotate(15deg);
}
@media screen and (max-width: 1024px) {
  #sec__1 .card_1 .panel1 {
    width: 26.6666666667vw;
    bottom: -21.3333333333vw;
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .card_1 .panel1 {
    width: 263px;
    bottom: 20px;
    left: -170px;
  }
}
#sec__1 .card_1 .text1 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__1 .card_1 .text1 {
    width: 30.6666666667vw;
    bottom: 36vw;
    left: 1.0666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .card_1 .text1 {
    width: 184px;
    bottom: 50px;
    left: 60px;
  }
}
#sec__1 .card_1 .tape1 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__1 .card_1 .tape1 {
    width: 16vw;
    top: -2.6666666667vw;
    right: -0.5333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .card_1 .tape1 {
    width: 141px;
    right: 55px;
    top: -30px;
  }
}
#sec__1 .card_1 .illust1 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__1 .card_1 .illust1 {
    width: 8.8vw;
    left: 1.0666666667vw;
    bottom: 41.0666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .card_1 .illust1 {
    width: 62px;
    left: 40px;
    bottom: 114px;
  }
}
#sec__1 .inner {
  width: 100%;
  position: relative;
  background-image: url(../images/bg_1.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  #sec__1 .inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 24vw;
    background-size: 40%;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .inner {
    padding-top: 80px;
    padding-bottom: 180px;
    background-size: 10%;
  }
}
#sec__1 .inner .title_logo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #sec__1 .inner .title_logo {
    width: 59.7333333333vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .inner .title_logo {
    width: 268px;
    margin-bottom: 50px;
  }
}
#sec__1 .inner .lead {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #sec__1 .inner .lead {
    font-size: 4.2666666667vw;
    margin-bottom: 24vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .inner .lead {
    font-size: 22px;
    margin-bottom: 100px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 1024px) {
  #sec__1 .inner .card_1 {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .inner .card_1 {
    margin-bottom: 130px;
  }
}
#sec__1 .inner .item_1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #sec__1 .inner .item_1 {
    width: 94.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__1 .inner .item_1 {
    width: 824px;
    margin-bottom: 40px;
  }
}

/* sec_2
===================================================== */
#sec__2 .inner {
  width: 100%;
  position: relative;
  background-image: url(../images/bg_2re.png);
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner {
    background-size: 100%;
    padding-bottom: 37.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner {
    padding-bottom: 130px;
  }
}
#sec__2 .inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url(../images/bg_2re.png);
  background-position: center;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner::before {
    width: 183.2vw;
    height: 183.2vw;
    top: -26.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner::before {
    width: 236.5vw;
    height: 236.5vw;
    top: max(-42.2222222222vw, -190px);
  }
}
#sec__2 .inner .cursive2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .cursive2 {
    width: 26.6666666667vw;
    right: 2.6666666667vw;
    bottom: 189.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .cursive2 {
    width: 270px;
    right: 40px;
    top: 160px;
    z-index: 1;
    transform: rotate(15deg);
  }
}
#sec__2 .inner .illust2_1 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .illust2_1 {
    width: 21.3333333333vw;
    top: -27.2vw;
    left: 4.2666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .illust2_1 {
    width: 165px;
    top: -280px;
    left: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_1 {
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_1 {
    margin-bottom: 130px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec__2 .inner .card_1 .panel2_1 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_1 .panel2_1 {
    transform: rotate(-15deg);
    width: 23.4666666667vw;
    bottom: -34.6666666667vw;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_1 .panel2_1 {
    transform: rotate(15deg);
    width: 210px;
    bottom: -135px;
    left: -200px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_2 {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_2 {
    padding-top: 80px;
  }
}
#sec__2 .inner .card_2 .bg2_2 {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_2 .bg2_2 {
    width: 58.4vw;
    bottom: 32vw;
    right: -10.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_2 .bg2_2 {
    width: 354px;
    bottom: 140px;
    right: -250px;
  }
}
#sec__2 .inner .card_2 .text2_2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_2 .text2_2 {
    width: 24.5333333333vw;
    bottom: 36vw;
    right: 14.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_2 .text2_2 {
    width: 147px;
    bottom: 150px;
    right: -95px;
  }
}
#sec__2 .inner .card_2 .panel2_2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_2 .panel2_2 {
    width: 38.4vw;
    bottom: 44vw;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_2 .panel2_2 {
    width: 230px;
    bottom: 212px;
    right: -185px;
  }
}
#sec__2 .inner .card_2 .panel2_3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_2 .panel2_3 {
    transform: rotate(15deg);
    width: 23.7333333333vw;
    bottom: -34.6666666667vw;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_2 .panel2_3 {
    width: 236px;
    top: -350px;
    right: -330px;
    transform: rotate(-15deg);
  }
}
#sec__2 .inner .card_2 .illust2_2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_2 .illust2_2 {
    width: 7.4666666667vw;
    top: -17.3333333333vw;
    left: -2.1333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_2 .illust2_2 {
    width: 49px;
    top: -350px;
    left: -800px;
  }
}
#sec__2 .inner .card_3 .text2_3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_3 .text2_3 {
    width: 46.1333333333vw;
    bottom: 37.3333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_3 .text2_3 {
    width: 285px;
    bottom: 242px;
    right: -20px;
  }
}
#sec__2 .inner .card_3 .tape2_3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_3 .tape2_3 {
    width: 28.2666666667vw;
    top: -8.5333333333vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_3 .tape2_3 {
    width: 132px;
    top: -30px;
    right: -35px;
  }
}
#sec__2 .inner .card_3 .bg2_3 {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_3 .bg2_3 {
    width: 57.3333333333vw;
    bottom: 28vw;
    left: -10.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_3 .bg2_3 {
    width: 354px;
    bottom: 125px;
    left: -242px;
  }
}
#sec__2 .inner .card_3 .panel2_3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card_3 .panel2_3 {
    width: 26.6666666667vw;
    bottom: 40vw;
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card_3 .panel2_3 {
    width: 166px;
    bottom: 200px;
    left: -150px;
  }
}
#sec__2 .inner .card {
  position: relative;
  z-index: 1;
}
#sec__2 .inner .card .item_1 {
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card .item_1 {
    margin-right: auto;
    margin-left: 112px;
  }
}
#sec__2 .inner .card .item_1::before {
  content: "";
  display: block;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card .item_1::before {
    width: 96vw;
    padding-top: 117.2222222222%;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card .item_1::before {
    width: 552px;
    height: 528px;
  }
}
#sec__2 .inner .card .item_1 .tape {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card .item_1 .tape {
    top: -3.2vw;
    right: 25.6vw;
    width: 18.1333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card .item_1 .tape {
    top: -24px;
    right: 113px;
    width: 90px;
  }
}
#sec__2 .inner .card .item_1 .img_1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card .item_1 .img_1 {
    width: 69.8666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card .item_1 .img_1 {
    width: 332px;
  }
}
#sec__2 .inner .card .item_1 .img_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-15deg);
  transform-origin: 50% 50% 0;
  transition: transform 0.2s step-start;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card .item_1 .img_2 {
    left: 1.8666666667vw;
    width: 34.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card .item_1 .img_2 {
    left: 37px;
    bottom: 22px;
    width: 211px;
  }
}
#sec__2 .inner .card .item_1 .img_2:hover {
  transform: rotate(0);
}
#sec__2 .inner .card .item_1 .arrow {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .card .item_1 .arrow {
    left: 20vw;
    bottom: 44.2666666667vw;
    width: 16vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .card .item_1 .arrow {
    left: 140px;
    top: 124px;
    width: 113px;
  }
}
#sec__2 .inner .item_2 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .item_2 {
    width: 69.8666666667vw;
    margin-left: 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .item_2 {
    width: 333px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__2 .inner .item_3 {
    width: 69.8666666667vw;
    margin-left: auto;
    margin-right: 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .inner .item_3 {
    width: 333px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #sec__2 .pc_flex {
    gap: 75px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
  }
}

/* sec_3
===================================================== */
#sec__3 .inner {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #A9D58F;
  background-image: url(../images/bg_3.png);
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner {
    border-radius: 40px;
    background-size: 100%;
    margin-top: -10.6666666667vw;
    padding-top: 22.6666666667vw;
    padding-bottom: 52vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner {
    border-radius: 100px;
    padding-top: 180px;
    padding-bottom: 300px;
  }
}
#sec__3 .inner .card_1 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_1 {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_1 {
    margin-bottom: 130px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec__3 .inner .card_1 .tape3_1 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_1 .tape3_1 {
    width: 16vw;
    top: -2.6666666667vw;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_1 .tape3_1 {
    width: 177px;
    top: -50px;
    right: 40px;
  }
}
#sec__3 .inner .card_1 .tape3_2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_1 .tape3_2 {
    width: 16vw;
    bottom: 36vw;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_1 .tape3_2 {
    width: 177px;
    bottom: 120px;
    left: 30px;
  }
}
#sec__3 .inner .card_2 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_2 {
    margin-bottom: 26.6666666667vw;
  }
}
#sec__3 .inner .card_2 .panel3_2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_2 .panel3_2 {
    transform: rotate(-15deg);
    width: 40.8vw;
    right: 0;
    top: -34.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_2 .panel3_2 {
    transform: rotate(15deg);
    width: 393px;
    top: -350px;
    left: -350px;
  }
}
#sec__3 .inner .card_2 .illust3_2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_2 .illust3_2 {
    width: 9.6vw;
    left: 9.8666666667vw;
    bottom: 35.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_2 .illust3_2 {
    width: 41px;
    bottom: 230px;
    left: -20px;
  }
}
#sec__3 .inner .card_2 .text3_2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_2 .text3_2 {
    width: 33.8666666667vw;
    right: 5.3333333333vw;
    bottom: 37.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_2 .text3_2 {
    width: 200px;
    bottom: 230px;
    right: -20px;
  }
}
#sec__3 .inner .card_2 .cursive3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_2 .cursive3 {
    width: 26.6666666667vw;
    left: 1.6vw;
    top: -22.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_2 .cursive3 {
    width: 300px;
    top: 0px;
    left: -320px;
  }
}
#sec__3 .inner .card_3 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_3 {
    padding-top: 80px;
    margin-right: -43px;
  }
}
#sec__3 .inner .card_3 .tape3_3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_3 .tape3_3 {
    width: 23.4666666667vw;
    left: 25.6vw;
    top: -4vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_3 .tape3_3 {
    width: 132px;
    left: 90px;
    top: 50px;
  }
}
#sec__3 .inner .card_3 .panel3_3 {
  position: absolute;
  transform: rotate(-15deg);
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_3 .panel3_3 {
    width: 41.6vw;
    right: 0vw;
    top: -33.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_3 .panel3_3 {
    width: 392px;
    right: -210px;
    top: -310px;
  }
}
#sec__3 .inner .card_3 .text3_3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .card_3 .text3_3 {
    width: 24.5333333333vw;
    left: 0vw;
    bottom: 36vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .card_3 .text3_3 {
    width: 146px;
    left: -15px;
    bottom: 155px;
  }
}
#sec__3 .inner .item_1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .item_1 {
    width: 94.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .item_1 {
    width: 824px;
    margin-bottom: 40px;
  }
}
#sec__3 .inner .item_2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .item_2 {
    width: 69.8666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .item_2 {
    width: 333px;
    margin-bottom: 50px;
  }
}
#sec__3 .inner .item_3 {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .item_3 {
    margin-left: 3.7333333333vw;
  }
}
#sec__3 .inner .item_3::before {
  content: "";
  display: block;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .item_3::before {
    width: 96vw;
    padding-top: 117.2222222222%;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .item_3::before {
    width: 552px;
    height: 528px;
  }
}
#sec__3 .inner .item_3 .img_1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .item_3 .img_1 {
    width: 69.8666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .item_3 .img_1 {
    width: 332px;
  }
}
#sec__3 .inner .item_3 .img_2 {
  position: absolute;
  bottom: 0;
  transform: rotate(15deg);
  transform-origin: 50% 50% 0;
  transition: transform 0.2s step-start;
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .item_3 .img_2 {
    right: 1.8666666667vw;
    width: 34.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .item_3 .img_2 {
    right: 37px;
    bottom: 22px;
    width: 211px;
  }
}
#sec__3 .inner .item_3 .img_2:hover {
  transform: rotate(0);
}
#sec__3 .inner .item_3 .arrow {
  position: absolute;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .item_3 .arrow {
    right: 20vw;
    bottom: 44.2666666667vw;
    width: 16vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .item_3 .arrow {
    right: 140px;
    top: 124px;
    width: 113px;
  }
}
#sec__3 .inner .panel3_4_1 {
  position: absolute;
  transform: rotate(15deg);
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .panel3_4_1 {
    width: 34.1333333333vw;
    left: 0vw;
    bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .panel3_4_1 {
    width: 304px;
    left: 44px;
    bottom: 143px;
  }
}
#sec__3 .inner .panel3_4_2 {
  position: absolute;
  transform: rotate(15deg);
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .panel3_4_2 {
    width: 31.7333333333vw;
    left: 22.9333333333vw;
    bottom: -4vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .panel3_4_2 {
    width: 282px;
    left: 247px;
    bottom: 59px;
  }
}
#sec__3 .inner .panel3_4_3 {
  position: absolute;
  transform: rotate(15deg);
}
@media screen and (max-width: 1024px) {
  #sec__3 .inner .panel3_4_3 {
    width: 32.8vw;
    left: 45.3333333333vw;
    bottom: -13.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .inner .panel3_4_3 {
    width: 292px;
    left: 445px;
    bottom: -13px;
  }
}
@media screen and (min-width: 1025px) {
  #sec__3 .pc_flex {
    gap: 67px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-end;
  }
}

/* sec_4
===================================================== */
#sec__4 .inner {
  width: 100%;
  background-image: url(../images/bg_2re.png);
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  #sec__4 .inner {
    position: relative;
    z-index: 0;
    background-size: 100%;
    margin-top: -10.6666666667vw;
    padding-top: 66.6666666667vw;
    padding-bottom: 45.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__4 .inner {
    margin-top: -100px;
    padding-top: 324px;
    padding-bottom: 150px;
  }
}
#sec__4 .card_1 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #sec__4 .card_1 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
  }
}
#sec__4 .card_1 .text4 {
  position: absolute;
  transform: rotate(-15deg);
}
@media screen and (max-width: 1024px) {
  #sec__4 .card_1 .text4 {
    width: 26.1333333333vw;
    bottom: 29.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__4 .card_1 .text4 {
    width: 98px;
    bottom: 140px;
    left: -35px;
  }
}
#sec__4 .card_1 .cursive4 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #sec__4 .card_1 .cursive4 {
    width: 45.0666666667vw;
    top: -16vw;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #sec__4 .card_1 .cursive4 {
    width: 413px;
    top: -60px;
    right: -270px;
  }
}
#sec__4 .card_1 .item_1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #sec__4 .card_1 .item_1 {
    width: 94.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__4 .card_1 .item_1 {
    width: 824px;
    margin-bottom: 40px;
  }
}
#sec__4 .card_1::after {
  content: "";
  background-image: url(../images/item_bg4_1.png);
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #sec__4 .card_1::after {
    background-size: 100%;
    width: 219.7333333333vw;
    height: 162.6666666667vw;
    top: -34.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  #sec__4 .card_1::after {
    background-size: 100%;
    width: 1509px;
    height: 1116px;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* sec_5
===================================================== */
#sec__5 .inner {
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg_1.png);
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner {
    background-size: 550%;
    border-radius: 40px;
    margin-top: -10.6666666667vw;
    margin-bottom: -10.6666666667vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner {
    background-size: 120%;
    border-radius: 100px;
    margin-top: -100px;
    margin-bottom: -100px;
    padding-top: 175px;
    padding-bottom: 150px;
  }
}
#sec__5 .inner .itemlist {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .itemlist {
    width: 67.2vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .itemlist {
    width: 290px;
    margin-bottom: 80px;
  }
}
#sec__5 .inner .flex {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex {
    width: 92vw;
    gap: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex {
    width: 940px;
    gap: 20px;
  }
}
#sec__5 .inner .flex li {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex li {
    width: 42.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex li {
    width: 220px;
  }
}
#sec__5 .inner .flex li img:nth-of-type(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s step-start;
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_1 {
    width: 26.1333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_1 {
    width: 151px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_2 {
    width: 29.8666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_2 {
    width: 156px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_3 {
    width: 26.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_3 {
    width: 129px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_4 {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_4 {
    width: 139px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_5 {
    width: 29.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_5 {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_6 {
    width: 30.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_6 {
    width: 161px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_7 {
    width: 17.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_7 {
    width: 93px;
  }
}
@media screen and (max-width: 1024px) {
  #sec__5 .inner .flex .itemimg_8 {
    width: 31.7333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  #sec__5 .inner .flex .itemimg_8 {
    width: 167px;
  }
}

.route_left:hover .itemimg_1,
.route_left:hover .itemimg_4,
.route_left:hover .itemimg_5,
.route_left:hover .itemimg_8 {
  transform: rotate(15deg);
}

.route_right:hover .itemimg_2,
.route_right:hover .itemimg_3,
.route_right:hover .itemimg_6,
.route_right:hover .itemimg_7 {
  transform: rotate(-15deg);
}

/* ALL ITEM
===================================================== */
.allitem_btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  background-color: #08303B;
  color: #ffffff;
  border-radius: 9999px;
}
@media screen and (max-width: 1024px) {
  .allitem_btn {
    font-size: 4.5333333333vw;
    width: 75.7333333333vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .allitem_btn {
    font-size: 20px;
    width: 344px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.allitem_btn:hover {
  background-color: #ffffff;
  color: #08303B;
}

/* credit
===================================================== */
.credit {
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .credit {
    font-size: 3.2vw;
    margin-top: 16vw;
    margin-bottom: 13.3333333333vw;
    line-height: 1.83;
  }
}
@media screen and (min-width: 1025px) {
  .credit {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: calc(1.8333333333 px);
  }
}

/* #footer
===================================================== */
footer {
  position: relative;
  background-color: #A9D58F;
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 37.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  footer {
    padding-top: 205px;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 6.4vw;
}
@media screen and (min-width: 1025px) {
  footer ul {
    gap: 56px;
  }
}
footer ul li {
  width: 4.8vw;
  padding-bottom: 8vw;
}
@media screen and (min-width: 1025px) {
  footer ul li {
    width: 18px;
    padding-bottom: 30px;
  }
}
footer #f-copy_2 {
  text-align: center;
  font-size: 3.2vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  footer #f-copy_2 {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
footer #f-logo {
  display: block;
  width: 14.6666666667vw;
  padding-bottom: 8.5333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  footer #f-logo {
    width: 55px;
    padding-bottom: 30px;
  }
}
footer #f-copy {
  text-align: center;
  font-size: 2.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  footer #f-copy {
    font-size: 10px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_panel {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_panel::before {
    content: "";
    display: block;
    width: 89.3333333333vw;
    padding-top: 44.776119403%;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer_panel {
    position: absolute;
    width: fit-content;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
  }
  footer .footer_panel::before {
    content: "";
    display: block;
    width: 1000px;
    height: 265px;
  }
}
footer .footer_panel .panel1 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  footer .footer_panel .panel1 {
    width: 13.3333333333vw;
    left: 4.2666666667vw;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer_panel .panel1 {
    width: 87px;
    left: -45px;
    bottom: 0;
  }
}
footer .footer_panel .panel2 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  footer .footer_panel .panel2 {
    width: 25.3333333333vw;
    left: 26.6666666667vw;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer_panel .panel2 {
    width: 168px;
    left: 90px;
    bottom: 0;
  }
}
footer .footer_panel .panel3 {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  footer .footer_panel .panel3 {
    width: 30.9333333333vw;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer_panel .panel3 {
    width: 200px;
    right: 17px;
    bottom: 0;
  }
}

/* #loading
===================================================== */
.loading {
  position: relative;
}
.loading .bg_img {
  position: fixed;
  z-index: 998 !important;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/bg_loading_pc.png);
}
.loading .sesame_logo, .loading .brand_logo {
  position: fixed;
  z-index: 999;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s ease, top 1s ease;
}
@media screen and (max-width: 1024px) {
  .loading .sesame_logo, .loading .brand_logo {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .loading .sesame_logo, .loading .brand_logo {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .loading .sesame_logo {
    width: 53.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .loading .sesame_logo {
    width: 294px;
  }
}
@media screen and (max-width: 1024px) {
  .loading .brand_logo {
    width: 49.0666666667vw;
  }
}

/* #loading_animation
===================================================== */
@keyframes shake {
  0% {
    transform: translate(-50%, -50%);
  }
  20% {
    transform: translate(-50%, -50%) rotate(3deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(3deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(3deg);
  }
}
.fade-in {
  opacity: 1 !important;
  top: 50% !important;
}

.shake {
  animation: shake 0.5s step-start 0s;
}

@keyframes fadeOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.fade-out-up {
  animation: fadeOutUp 0.5s ease forwards !important; /* アニメーションの時間を調整 */
}/*# sourceMappingURL=style.css.map */