@charset "UTF-8";
/* reset start */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
}

input {
  -webkit-border-radius: 0;
}

@nest &[type="button"], &[type="reset"], &[type="submit"] {
  input {
    -webkit-appearance: button;
  }
}

@nest &[type="number"] {
  input {
    width: auto;
  }
}

@nest &[type="search"] {
  input {
    -webkit-appearance: textfield;
  }
  @nest &::-webkit-search-cancel-button, &::-webkit-search-decoration {
    input {
      -webkit-appearance: none;
    }
  }
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: var(--small-font-size, 75%);
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: var(--background-repeat, no-repeat);
  margin: 0;
  padding: 0;
}

:root {
  background-color: var(--html-background-color, #ffffff);
  box-sizing: var(--html-box-sizing, border-box);
  color: var(--html-color, #000000);
  cursor: var(--html-cursor, default);
  font: var(--html-font-size, 100%)/var(--html-line-height, 1.5) var(--font-family, sans-serif);
  text-rendering: var(--html-text-rendering, optimizeLegibility);
}

a {
  text-decoration: var(--anchor-text-decoration, none);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: var(--media-element-vertical-align, middle);
}

button,
input,
select,
textarea {
  background-color: var(--form-element-background-color, transparent);
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: var(--form-element-min-height, 1.5em);
}

code,
kbd,
pre,
samp {
  font-family: var(--monospace-font-family, monospace), monospace;
}

nav ol,
nav ul {
  list-style: var(--nav-list-style, none);
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@nest &::-ms-expand {
  select {
    display: none;
  }
}

@nest &::-ms-value {
  select {
    color: currentColor;
  }
}

table {
  border-collapse: var(--table-border-collapse, collapse);
  border-spacing: var(--table-border-spacing, 0);
}

textarea {
  resize: var(--textarea-resize, vertical);
}

::selection {
  background-color: var(--selection-background-color, #b3d4fc);
  color: var(--selection-background-color, #4c2b03);
  text-shadow: var(--selection-text-shadow, none);
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

@nest &:focus {
  [hidden][aria-hidden="false"] {
    clip: auto;
  }
}

/* reset end */
/* base start */
html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  color: #363636;
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* base end */
/* layout start */
/* layout end */
/* module start */
/* module end */
/* theme start */
.l-main {
  display: block;
  width: 100%;
  height: 100%;
}

.l-main .animation {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 770px;
  overflow: hidden;
}

.l-main .animation .bg1, .l-main .animation .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.l-main .animation .bg1 {
  background: #90845c;
  background: linear-gradient(to bottom, #90845c 0%, #d4d2c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90845c', endColorstr='#d4d2c2',GradientType=0 );
}

.l-main .animation .bg2 {
  opacity: 0;
  transition: 3s ease-out;
  background: #cea71e;
  background: linear-gradient(to bottom, #cea71e 0%, #ebe5ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea71e', endColorstr='#ebe5ac',GradientType=0 );
}

.l-main .animation .bg2 .confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.l-main .animation .bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../common/img/01_1.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: auto 100%;
}

.l-main .animation ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-main .animation ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-main .animation ul li:nth-of-type(1), .l-main .animation ul li:nth-of-type(2) {
  z-index: 100;
}

.l-main .animation ul li:nth-of-type(4) {
  z-index: 101;
}

.l-main .animation ul li .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 44%;
  width: 70%;
  max-width: 490px;
  overflow: hidden;
}

.l-main .animation ul li .year img {
  position: relative;
  width: 100%;
  will-change: top;
  transition: 1.8s linear;
}

.l-main .animation ul li .year img:first-child {
  transition: 2.5s ease-out;
}

.l-main .animation ul li .year img:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  transition: 0.4s linear;
}

.l-main .animation ul li:nth-of-type(2) .year {
  transition: 1s ease-out;
}

.l-main .animation ul li:nth-of-type(2) .year img {
  opacity: 0;
}

.l-main .animation ul li:nth-of-type(2) .year img:last-child {
  top: -100%;
  opacity: 1;
}

.l-main .animation ul li .bg-anime {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-main .animation ul li .bg-anime .sun {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%) scale(0.6);
  width: 96%;
  max-width: 1680px;
  opacity: 0;
  will-change: transform, opacity;
  transition: 9s ease-in-out;
}

.l-main .animation ul li .bg-anime .sun span {
  position: relative;
  width: 100%;
  height: 0px;
  background: #fff;
  display: block;
  border-radius: 10000px;
  opacity: 0;
}

.l-main .animation ul li .bg-anime .sun span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 96%;
  border: 2px solid #d6b749;
  border-radius: 10000px;
}

.l-main .animation ul li .bg-anime img {
  position: absolute;
}

.l-main .animation ul li .bg-anime img:nth-of-type(1) {
  top: 3%;
  left: -30%;
  width: 18%;
  max-width: 240px;
  transition: 8s ease-out;
}

.l-main .animation ul li .bg-anime img:nth-of-type(2) {
  top: 18%;
  right: -30%;
  width: 20%;
  max-width: 260px;
  transition: 8s ease-out;
}

.l-main .animation ul li .bg-anime img:nth-of-type(3) {
  bottom: -12%;
  right: 0;
  width: 70%;
  max-width: 900px;
  opacity: 0;
  transition: 5s ease-in-out;
}

.l-main .animation ul li .bg-anime img:nth-of-type(4) {
  bottom: -52%;
  left: 0;
  width: 100%;
  transition: 4s ease-in-out;
}

.l-main .animation ul li .bg-anime img:nth-of-type(5) {
  bottom: 1%;
  left: 2%;
  width: 40%;
  max-width: 528px;
  opacity: 0;
  transition: 7s ease-in-out;
}

.l-main .animation ul li .bg-anime img:nth-of-type(6) {
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 8%;
  max-width: 114px;
  min-width: 60px;
  opacity: 0;
  transition: 4s ease-out;
}

.l-main .animation ul li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
  text-align: center;
  font-size: 23px;
  width: 100%;
  max-width: 690px;
  line-height: 1.65;
  opacity: 0;
  transition: 4s ease-out;
}

.l-main .animation ul li .txt img:nth-of-type(1) {
  width: 100%;
  max-width: 556px;
  margin: 0 auto;
}

.l-main .animation ul li .txt img:nth-of-type(2) {
  width: 8%;
  max-width: 52px;
  margin: 3% auto 2.3%;
}

.l-main .animation ul li .txt > p {
  width: 100%;
  line-height: 1.55;
}

.l-main .animation ul li > a {
  position: absolute;
  bottom: 9%;
  right: 2.5%;
  width: 20%;
  max-width: 98px;
  transition: 0.4s;
  opacity: 0;
}

.l-main .animation ul li > a:hover {
  opacity: .7 !important;
  transform: scale(1.08);
}

.l-main .animation ul li > a img {
  width: 100%;
}

.l-main .tora {
  position: relative;
  padding: 7% 0 1px;
  background: #ff9ead;
  background: linear-gradient(to bottom, #ff9ead 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9ead', endColorstr='#ffffff',GradientType=0 );
}

.l-main .tora .inner {
  position: relative;
  width: 94%;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/05_1.jpg);
  background-position: center top;
  background-size: auto 700px;
  overflow: hidden;
  box-shadow: 0 61px 152px -49px rgba(244, 90, 114, 0.7);
}

.l-main .tora .inner > img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-main .tora .inner .contents {
  position: relative;
  margin: 10% auto 9%;
  width: 90%;
  text-align: center;
  opacity: 0;
  transition: 1.2s;
}

.l-main .tora .inner .contents p {
  margin-bottom: 5%;
  font-size: 33px;
  font-weight: 800;
  color: #434343;
}

.l-main .tora .inner .contents .tora-no-kao {
  position: relative;
}

.l-main .tora .inner .contents .tora-no-kao img {
  width: 48%;
  max-width: 535px;
  margin: 0 auto;
  transition: 0.6s linear;
}

.l-main .tora .inner .contents .tora-no-kao img:first-child {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.l-main .tora .inner .contents .tora-no-kao img:last-child {
  opacity: 0;
}

.l-main .tora .inner .contents .omikuji-btn {
  margin: 2% auto 0;
  width: 90%;
  max-width: 340px;
  padding: 17px 0;
  background: #77567a;
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 0 12px 35px -12px #77567a;
  cursor: pointer;
  transition: 0.2s ease-out;
}

.l-main .tora .inner .contents .omikuji-btn:hover {
  opacity: .7;
  transform: scale(1.03);
}

.l-main .tora .last {
  margin: 9% auto 11%;
  text-align: center;
  font-size: 28px;
  line-height: 2.1;
  color: #b85967;
  text-shadow: 0 2px 2px #fff;
  opacity: 0;
  transition: 1.2s;
}

.l-main .tora .last p {
  margin-bottom: 4%;
}

.l-main .tora .last a {
  display: block;
  width: 90%;
  max-width: 340px;
  background: #1a96d5;
  padding: 22px 0;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
  transition: 0.2s ease-out;
  box-shadow: 0 12px 35px -12px rgba(26, 150, 213, 0.7);
}

.l-main .tora .last a:hover {
  opacity: .7;
  transform: scale(1.03);
}

.l-main .tora .last a img {
  font-size: 0px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.l-main .tora .last a img:first-child {
  width: 78%;
}

.l-main .tora .last a img:last-child {
  width: 2.5%;
  margin: 1.75% 0 0 8.5%;
}

.l-main footer {
  position: relative;
  background: #14346b;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.omikuji {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100;
  display: none;
}

.omikuji > img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 130%;
  opacity: .7;
}

.omikuji > span {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webki-backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
}

.omikuji .txt {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  width: 90%;
  max-width: 653px;
  padding: 3%;
  transition: 0.8s;
  opacity: 0;
}

.omikuji .txt > p {
  font-size: 32px;
}

.omikuji .txt .fortune > img {
  height: 120px;
  margin: 4% auto 7%;
}

.omikuji .txt .fortune p {
  font-size: 20px;
  line-height: 1.6;
}

.omikuji .txt .fortune .sotto {
  color: #8c8c8c;
  width: 90%;
  max-width: 250px;
  margin: 8% auto 0;
  padding: 14px 0 16px;
  border: 2px solid #a6a6a6;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
  will-change: transform;
  transition: 0.4s;
}

.omikuji .txt .fortune .sotto:hover {
  opacity: .7;
  transform: scale(1.04);
}

.sound {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 70%;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

.sound > p:nth-of-type(1) {
  margin-bottom: 31px;
  font-size: 27px;
}

.sound > p:nth-of-type(2) {
  margin-bottom: 36px;
  font-size: 17px;
  opacity: .7;
}

.sound ul {
  position: relative;
  width: 86% !important;
  max-width: 410px;
  font-size: 0;
  letter-spacing: -.4em;
  margin: 0 auto;
}

.sound ul li {
  position: relative !important;
  font-size: 14px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 47% !important;
  margin-right: 6%;
  border: 2px solid #515151;
  padding: 14px 0;
  cursor: pointer;
  transition: 0.4s;
}

.sound ul li:hover {
  opacity: .7;
  transform: scale(1.04);
}

.sound ul li svg {
  height: 19px;
}

.sound ul li svg path {
  fill: #515151;
}

.sound ul li:last-child {
  margin-right: 0;
}

.snd-btn {
  background: #77567a;
  border: 2px solid #77567a !important;
}

.snd-btn svg path {
  fill: #fff !important;
}

.sound-btn {
  position: fixed;
  z-index: 1000000000;
  bottom: 2.5%;
  left: 2%;
  width: 50px;
  height: 50px;
  border-radius: 120px;
  background: rgba(0, 0, 0, 0.13);
  padding: 12px;
  display: block;
  cursor: pointer;
  transition: 0.4s;
  display: none;
}

.sound-btn:hover {
  opacity: .6;
  transform: scale(1.06);
}

.sound-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.4s;
  width: 30%;
  display: block;
}

.sound-btn svg:nth-of-type(1) {
  left: 56%;
}

.sound-btn svg:nth-of-type(2) {
  display: none;
}

.sound-btn svg path {
  fill: #515151;
}

.pen svg:nth-of-type(1) {
  display: none !important;
}

.pen svg:nth-of-type(2) {
  display: block !important;
}

/* theme end */
/* state start */
.year-down1 {
  top: 100% !important;
}

.year-down2 {
  top: 0% !important;
}

.kumo-anime1 {
  left: 0 !important;
}

.kumo-anime2 {
  right: 0 !important;
}

.yama-anime {
  bottom: 0 !important;
  opacity: 1 !important;
}

.opas {
  opacity: 1 !important;
}

.title-fade {
  -webkit-animation: title 1s ease-out forwards;
  animation: title 1s ease-out forwards;
}

.sun-fade {
  transform: translate(-50%, -50%) scale(0.9) !important;
  opacity: 1 !important;
  top: 55% !important;
}

.year-up {
  top: 50% !important;
  opacity: 0 !important;
}

.txt-fade2 {
  opacity: 1 !important;
  top: 37% !important;
}

@-webkit-keyframes title {
  0% {
    width: 70%;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 23%;
    top: 8.5%;
    left: 14.5%;
  }
}

@keyframes title {
  0% {
    width: 70%;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 23%;
    top: 8.5%;
    left: 14.5%;
  }
}

.fade {
  opacity: 1 !important;
  transform: translateY(-1%);
}

.txt-fade {
  opacity: 1 !important;
  top: 50% !important;
}

#in canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-main .animation ul li .txt > p span {
  display: none;
}

@media (min-width: 1700px) {
  .omikuji > img {
    height: auto;
    width: 130%;
  }
}

@media (max-width: 1650px) {
  .l-main .animation ul li .txt {
    font-size: 21px;
    max-width: 628px;
  }
  .l-main .animation ul li .txt img:nth-of-type(1) {
    max-width: 525px;
  }
  .l-main .animation ul li > a {
    bottom: 55px !important;
  }
}

@media (max-width: 1090px) {
  .l-main .animation ul li .bg-anime .sun {
    top: 150%;
    transition: 5s;
  }
  .sun-fade {
    top: 107% !important;
  }
  .l-main .animation ul li .txt {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(140%) blur(40px);
    backdrop-filter: saturate(140%) blur(40px);
    padding: 6% 5%;
    box-sizing: content-box;
    border-radius: 40px;
    overflow: hidden;
    font-size: 17px;
  }
  .l-main .animation ul li .txt p {
    text-shadow: 0 1px 15px rgba(255, 255, 255, 0.8);
  }
  .l-main .animation ul li > a {
    width: 10%;
  }
  .l-main .animation ul li .bg-anime img:nth-of-type(6) {
    bottom: 13%;
  }
  .l-main .tora .inner .contents p {
    font-size: 27px;
  }
  @-webkit-keyframes title {
    0% {
      width: 70%;
      top: 50%;
      left: 50%;
    }
    100% {
      width: 18%;
      top: 5.5%;
      left: 11.5%;
    }
  }
  @keyframes title {
    0% {
      width: 70%;
      top: 50%;
      left: 50%;
    }
    100% {
      width: 18%;
      top: 5.5%;
      left: 11.5%;
    }
  }
  .l-main .tora .inner .contents .tora-no-kao img {
    width: 44%;
  }
  .l-main .tora .inner .contents .omikuji-btn {
    font-size: 24px;
  }
  .l-main .tora .last {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .l-main .animation {
    max-height: 800px;
    min-height: 520px;
  }
  .l-main .animation ul li .year {
    top: 42%;
  }
  .year-up {
    top: 38% !important;
  }
  .sun-fade {
    top: 104% !important;
  }
  .l-main .animation ul li .txt {
    box-sizing: border-box;
    width: 94%;
    font-size: 16px;
    padding: 10% 6%;
    border-radius: 20px;
  }
  .txt-fade2 {
    top: 37.5% !important;
  }
  .l-main .animation ul li > a {
    bottom: 34px !important;
    width: 50px;
  }
}

@media (max-width: 586px) {
  .l-main .tora .inner .contents {
    margin: 17% auto 13%;
  }
  .l-main .tora .inner .contents p {
    font-size: 17px;
    margin-bottom: 9%;
  }
  .l-main .tora .inner .contents .tora-no-kao img {
    width: 88%;
  }
  @-webkit-keyframes title {
    0% {
      width: 70%;
      top: 50%;
      left: 50%;
    }
    100% {
      width: 30%;
      top: 6%;
      left: 18%;
    }
  }
  @keyframes title {
    0% {
      width: 70%;
      top: 50%;
      left: 50%;
    }
    100% {
      width: 30%;
      top: 6%;
      left: 18%;
    }
  }
  .l-main .tora .inner .contents .omikuji-btn {
    font-size: 20px;
    margin-top: 5%;
    padding: 9px 0 12px;
  }
  .l-main .tora .last {
    font-size: 16px;
    width: 89%;
    line-height: 1.6;
  }
  .l-main .tora .last p {
    margin-bottom: 7%;
    font-size: 15px;
    letter-spacing: -.5px;
  }
  .l-main .tora .last p span {
    display: block;
  }
  .l-main .tora .last a {
    width: 86%;
    padding: 16px 0;
  }
  .l-main .tora .last a img:first-child {
    width: 80%;
  }
  .l-main footer {
    font-size: 15px;
  }
  .omikuji .txt {
    padding: 9% 7% 12%;
    border-radius: 16px;
  }
  .omikuji .txt > p {
    font-size: 25px;
  }
  .omikuji .txt .fortune > img {
    height: 75px;
    margin: 3% auto 10%;
  }
  .omikuji .txt .fortune p {
    font-size: 17px;
  }
  .omikuji .txt .fortune .sotto {
    margin-top: 14%;
    padding: 12px 0 14px;
    font-size: 18px;
  }
  .sound {
    top: 64%;
  }
  .sound > p:nth-of-type(1) {
    font-size: 20px;
  }
  .sound > p:nth-of-type(2) {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .sound ul li {
    padding: 7px 0 9px;
  }
  .sound ul li svg {
    height: 13px;
  }
  .l-main .animation ul li .txt {
    padding: 5.5% 6%;
  }
  .l-main .animation ul li .txt img:nth-of-type(1) {
    margin-bottom: 5%;
    width: 92%;
  }
  .l-main .animation ul li .txt img:nth-of-type(2) {
    display: none;
  }
  .l-main .animation ul li .txt > p {
    line-height: 1.45;
    font-size: 15px;
  }
  .l-main .animation ul li .txt > p span {
    display: block;
  }
}

/* state end */
