﻿@charset "UTF-8";

:root {
  --base-color: #e60012;
  --base-txt-color: #000;
  --wrap: 1400px;
  --wrap-content: 1100px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  scroll-padding-top: 4em;
  overflow-x: hidden;
}

@media screen and (min-width: 600px) {
  html {
    scroll-padding-top: min(10%, 100px);
  }
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
  background: var(--base-color);
  line-height: 1.5;
  font-family: "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: clip;
}

header,
footer,
main,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

p,
figure,
dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 1em;
}

img {
  display: block;
  border-style: none;
  vertical-align: bottom;
}

button {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  place-content: center;
  width: 4em;
  height: 4em;
  background-color: var(--base-color);
  border: none;
  cursor: pointer;
  z-index: 999;
}

.bar,
.bar::before,
.bar::after {
  width: 2em;
  height: 2px;
  background-color: #fff;
  transition: transform .3s;
}

.bar {
  display: grid;
}

.bar::before,
.bar::after {
  content: "";
  grid-area: 1 / 1;
}

.bar::before {
  transform: translateY(-.8em);
}

.bar::after {
  transform: translateY(.8em);
}

.menu-open .bar {
  background-color: transparent;
}

.menu-open .bar::before {
  transform: rotate(45deg);
}

.menu-open .bar::after {
  transform: rotate(-45deg);
}

#overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(230, 0, 18, .6);
  z-index: 2;
  transition: opacity .3s;
}

.menu-open #overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

#menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / .8);
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s ease-out;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 80px 0 0 0;
}

#menu li {
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}

#menu a {
  color: #333;
}

.menu-open #menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
main {
  position: relative;
  z-index: 1;
}




.mv {
  position: relative;
}

.pagetitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto 2.5%;
}


.mv_txt01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23.3%;
  margin: auto auto 88.5% 4.9%;
}

.mv_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27.95%;
  margin: auto 4.3% 44.4% auto;
}



.card {
  display: flow-root;
  margin: 0 auto 3em;
  padding: 0;
  box-sizing: border-box;
  border-radius: 1.25rem;
  background: #fff;
}


.ttl {
  margin: 0 auto;
}

.kodawari .ttl {
  width: 77.3333%;
  margin: 0 auto 3.5%;
}

.cm .ttl {
  width: 35.6%;

}

.product .ttl {
  width: 89%;
  margin: 0 auto;
}
.intro_bottom {
  position: relative;
}

.intro_pct01,
.intro_pct02,
.intro_pct03 {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.intro_pct01 {
  left: 0;
  width: 43.6%;
  margin: auto auto -10.5% 0;
}

.intro_pct02 {
  right: 0;
  width: 38.53333%;
  margin: auto auto 12% 0;
}

.intro_pct03 {
  right: 0;
  width: 43.8666%;
  margin: auto auto -35% 0;
}
.intro {
  overflow: hidden;
}

.intro_wrap {
  display: flow-root;
  width: min(100%, 1400px);
  margin: 0 auto;
}

.intro .ttl {
  width: 60.5%;
  margin: 12.2% auto 11.15%;
}
.intro_txt {
  width: 100%;
  margin: 0 auto 6%;
}
.intro_logo {
  width: 48%;
  margin: 6% auto 9.4%;
}
.intro_links {
  list-style: none;
  width: 54.93333%;
  margin: 0 auto 12%;
  padding: 0;
}
.intro_links li {
  margin-bottom: 15%;
}

.intro_links li a {
  display: block;
  vertical-align: top;
  background-color: var(--base-color);
  border: 2px solid #fff;
  box-sizing: border-box;
}
.series {
  display: flow-root;
  width: 93.33333%;
  margin: 0 auto 8.2%;
}
.series .ttl {
  width: 82.5714285%;
  margin: 6.8% auto 5%;
}

.series .txt {
  width: 100%;
  margin: 0 auto 6.6%;
}
.series .txt p {
  width: 100%;
  margin: 0 auto 3%;
}

.series .txt p:nth-child(3) {
  margin: 0 auto 4.2%;
}

.series .txt p:nth-child(4) {
  margin: 0 auto 5%;
}
.kodawari {
  display: flow-root;
  width: min(100%, 1400px);
  margin: 0 auto;
}

.kodaawri_lead {
  width: 100%;
  margin: 0 auto 8.6%;
}
.kodawari .card {
  width: 93.3333%;
  margin: 0 auto 7.72%;
  border-radius: min(1.06vw, .5em);
}

.kodawari03.card {
  margin-bottom: 5.15%;
}

.kodawari_wrap {
  position: relative;
}

.kodawari02 .kodawari_wrap {
  background: #fa4600;
}

.kodawari_wrap p {
  position: relative;
  z-index: 1;
}

.kodawari_men {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.kodawari01 .kodawari_men {
  right: 0;
  width: 58%;
}

.kodawari02 .kodawari_men {
  right: 0;
  width: 86%;
}

.kodawari03 .kodawari_men {
  right: 0;
  width: 88%;
}
.kodawari_wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 100%;
}

.kodawari01 .kodawari_wrap::after {
  background: url(/shushokumen/images/kodawari/kodawari_img01_y.png) no-repeat bottom right / 100% auto;
}

.kodawari02 .kodawari_wrap::after {
  background: url(/shushokumen/images/kodawari/kodawari_img02_y.png) no-repeat bottom right / 100% auto;
}

.kodawari03 .kodawari_wrap::after {
  background: url(/shushokumen/images/kodawari/kodawari_img03_y.png) no-repeat bottom right / 100% auto;
}

.kodawari .pkg_wrap {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 1.3em;
  align-items: end;
  position: relative;
  z-index: 1;
  width: 85%;
  margin: -24.8% auto 0;
}

.kodawari03 .pkg_wrap {
  margin-top: -15%;
}

.kodawari .pkg {
  width: 100%;
  filter: drop-shadow(0 0 .3em rgb(255 255 255 / 1));
  transform: translateZ(0);
}

.kodawari .pkg_name {
  width: 100%;
}
.point {
  width: 95.1428571%;
  margin: 10% auto 5%;
  background-color: #e60012;
}

.point_ttl {
  width: 37.087087%;
  margin: 0 auto;
  transform: translateY(-53%);
}
.kodawari_txt {
  width: 100%;
  margin: 0 auto 13%;
}
.cm {
  display: flow-root;
  width: min(100%, 1400px);
  margin: 0 auto 3.1%;
}

.mov_wrap {
  width: 90%;
  margin: 5.3% auto 10%;
  background-color: #fff;
}

.mov {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.mov iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  box-sizing: border-box;
  vertical-align: top;
}

.product {
  position: relative;
  z-index: 1;
}

.product ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .5em;
  width: 91.5%;
  margin: 7.6% auto 0;
}

.product li {
  text-align: center;
}
.product a {
  display: inline-block;
  width: 58%;
  margin: 6% auto;
}
.pct {
  position: relative;
  margin: -13.5% auto 0;
  padding-bottom: 27%;
}

.pct01 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto 4%;
}

.pct02 {
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.recipe {
  width: 93.3333%;
  margin-bottom: 8%;
}

.features .ttl {
  margin: 7.2% auto 4.2%;
}

.features_list {
  display: grid;
  gap: .8em;
  margin: 3.75% auto;
}
.recipe_lead {
  margin: 10% auto 4%;
}

.recipe_ttl {
  margin: 3% auto;
}
.recipe_body {
  display: grid;
  width: 95%;
  margin: 3.2% auto;
}

.recipe_body article {
  display: grid;
  gap: 1.2em;
  margin-bottom: 2.8em;
}
.recipe_head {
  order: 2;
  display: grid;
  grid-template-columns: 64% 1fr;
  gap: .25em .7em;
  place-items: center;
  padding-left: 3%;
  border-left: .4em solid var(--base-color);
}

.recipe_name {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: .5em 0 .4em;
}

.recipe_txt {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-bottom: .4em;
}

.recipe_pkg {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.recipe_photo {
  order: 1;
  width: 72%;
  margin: 0 auto;
}

.recipe_link {
  order: 3;
  width: 60%;
  margin: 0 auto;
}
.hidden-content {
  display: none;
}

.hidden-content.show {
  display: grid;
}
.more-button {
  width: 80%;
  margin: 1em auto 3em;
  padding: 1em 2em;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  transition: background-color .3s;
}

.more--hide {
  display: none;
}


.bnr_fix {
  position: relative;
}

.btn_recipe {
  position: fixed;
  right: 3.5em;
  bottom: .5em;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.btn_recipe.is-active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.btn_recipe.is-absolute {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
  justify-content: space-between;
  width: 46%;
  margin: 15% auto;
}

.sns a {
  display: block;
  margin: 0 auto;
}
.footer_bottom {
  display: flow-root;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #ff0000;
}

.footer_logo {
  width: 44%;
  margin: 15% auto 10%;
}

.copyright {
  margin: 1em auto;
  padding: 0 1em;
  box-sizing: border-box;
  font-size: .8em;
  letter-spacing: .15em;
}

.copyright span {
  display: block;
}
.pagetop button {
  position: fixed;
  right: .7em;
  bottom: .7em;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7em;
  height: 2.7em;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-shadow: 0 0 1em rgb(0, 0, 0, .4);
}

.pagetop button.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 600px) {
  #menu-toggle {
    display: none;
  }

  #menu {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100vw;
    height: auto;
    margin-inline: auto;
    background-color: transparent;
    background: #b90103 url(/shushokumen/images/nav_bg.jpg) repeat-y center top / 100% auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: none;
  }

  #menu ul {
    display: grid;
    grid-template-columns: 14.1% 23.28% 18.5% 3.73% 17.98% 15.82%;
    justify-content: space-between;
    width: min(94.28%, 1320px);
    margin: 0 auto;
  }

  #menu li {
    padding: 0;
  }

  #menu a {
    width: 100%;
    padding: 1.7em 15% .5em;
    box-sizing: border-box;
  }

  .mv {
    padding-top: 30px;
    background: #b90103 url(/shushokumen/images/nav_bg.jpg) repeat-y center top / 100% auto;
  }

  .pagetitle {
    margin: 0 auto;
  }

  .mv_txt01 {
    width: 15.7%;
    margin: auto auto 32.5% 22.8%;
  }

  .mv_btn {
    width: 21.9270833%;
    margin: auto 7% 13.8% auto;
  }
  .wrap {
    width: min(70%, 1344px);
    margin: 0 auto;
  }

  .wrap.product {
    width: min(100%, 1400px);
    margin: 0 auto;
  }
  .card {
    border-radius: 3.3rem;
  }

  .kodawari .ttl {
    width: min(44%,616px);
  }

  .cm .ttl {
    width: min(14.14%,198px);
  }

  .product .ttl {
    width: min(44%,616px);
    margin: 0 auto 5.8%;
  }

  .intro_pct01,
  .intro_pct02,
  .intro_pct03 {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .intro_pct01 {
    width: min(84.9285714%, 1189px);
    margin: auto auto max(-47.7142857%, -668px) max(-36.3571428%, -509px);
  }

  .intro_pct02 {
    width: min(75.7142857%, 1060px);
    margin: auto auto max(-21.0714285%, -295px) min(45.57142285%, 638px);
  }

  .intro_pct03 {
    width: min(81.4285714%, 1140px);
    margin: auto auto max(-58.4285714%, -818px) min(32.7857142%, 459px);
  }
  .intro .ttl {
    width: 48%;
    margin: 9.05% auto 7.15%;
  }
  .intro_txt {
    width: 65.71%;
    margin: 0 auto 7.5%;
  }
  .intro_logo {
    width: min(40%, 504px);
    margin: 0 auto;
  }
  .intro_links {
    width: min(28.7142857%, 402px);
    margin: min(7.1428571%, 100px) auto min(16.7857142%, 235px);
  }
  .intro_links li {
    margin-bottom: min(14%, 56px);
    border-width: 4px;
  }
  .series {
    width: min(96%, 1344px);
    margin: 0 auto 12%;
  }
  .series .ttl {
    width: min(39.2113095%,527px);
    margin: 9% auto 5%;
  }

  .series .txt {
    margin: 0 auto 5.3%;
  }

  .series .txt p {
    margin: 0 auto 0;
  }

  .series .txt p:nth-child(3),
  .series .txt p:nth-child(4) {
    margin: 0 auto;
  }

  .kodaawri_lead {
    width: 82.71%;
    margin: 0 auto 5.6%;
  }

  .kodawari .card {
    width: 96%;
    margin: 0 auto 8.72%;
    border-radius: min(5.94vw, 5.2em) min(5.94vw, 5.2em) min(4.57vw, 4em) min(4.57vw, 4em);
  }
  .kodawari01 .kodawari_men {
    right: auto;
    left: 32.7%;
    width: 150%;
  }

  .kodawari02 .kodawari_men {
    right: auto;
    left: 33.5%;
    width: 130.5%;
  }

  .kodawari03 .kodawari_men {
    right: auto;
    left: 38.2%;
    width: 128.869%;
  }

  .kodawari .pkg_wrap {
    display: grid;
    grid-template-columns: 1fr;
    width: 85%;
    margin: -12% auto 0;
  }

  .kodawari03 .pkg_wrap {
    margin-top: -16.5%;
  }

  .kodawari .pkg {
    width: 31.5%;
    margin: 0 auto;
    filter: none;
  }

  .kodawari03 .pkg {
    width: 38%;
  }

  .kodawari .pkg_name {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }
  .point {
    width: min(81.845238%, 1100px);
    margin: 7.7% auto 7.2%;
  }

  .point_ttl {
    width: min(25.6%, 280px);
    transform: translateY(-53%);
  }

  .kodawari_txt {
    width: 76.2857142%;
    margin: 0 auto 15.5%;
  }

  .cm {
    margin: 0 auto 3.6%;
  }

  .mov_wrap {
    width: 78.6%;
    margin: 5.3% auto;
  }

  .mov iframe {
    border: 7px solid #fff;
  }

  .product ul {
    grid-template-columns: 1fr 1fr;
    gap: 2.6em .5%;
    width: 80%;
    margin: 2em auto;
  }

  .product li:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .product li:nth-child(3) p:first-child {
    width: 88.6607142%;
    margin: 0 auto;
  }
  .product a {
    width: 58%;
    margin: 1.6em;
  }

  .product li:nth-child(3) a {
    width: 29%;
  }
  .pct {
    margin: -7% auto 0;
    padding-bottom: .4%;
  }

  .pct01 {
    margin-bottom: 2%;
  }

  .recipe {
    width: min(96%, 1344px);
    margin: 0 auto;
  }

  .features .ttl {
    width: 74.9255952%;
    margin: 8% auto 3.6%;
  }

  .features_list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.0919017vw, 12px) min(.8189262vw, 9px);
    width: 81.9%;
    margin: 3.75% auto;
  }

  .recipe_lead {
    width: 71.4285714%;
    margin: 3% auto;
  }

  .recipe_ttl {
    width: 100%;
    margin: 4.75% auto;
  }

  .recipe_body {
    grid-template-columns: 1fr 1fr;
    gap: 0 8.4%;
    width: 82%;
    margin: 5.8% auto;
  }

  .recipe_body article {
    gap: 1.3em;
    margin-bottom: 4.7em;
  }

  .recipe_head {
    display: grid;
    grid-template-columns: 1fr;
    gap: .25em .7em;
    place-items: inherit;
    padding-left: 3%;
    border-left: .9em solid var(--base-color);
  }

  .recipe_name {
    padding: 0 0 .6em;
  }

  .recipe_txt {
    padding-bottom: 0em;
  }

  .recipe_pkg {
    grid-column: auto;
    grid-row: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 32.4%;
  }

  .recipe_body article {
    position: relative;
  }
  .recipe_photo {
    width: 63%;
    margin: 0 1.3% 0 auto;
  }

  .recipe_link {
    width: 57%;
  }

  .hidden-content {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }

  .hidden-content.show {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }

  .more-button {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    width: 33%;
    margin: -1em auto 0;
  }

  .btn_recipe {
    width: min(13%, 5em);
  }

  .sns {
    gap: 23%;
    justify-content: space-between;
    width: min(21.428%, 300px);
    margin: min(8.4285714%, 118px) auto;
  }
  .footer_logo {
    width: min(22.0714285%, 309px);
    margin: min(5.7142857%, 80px) auto min(3.5714285%, 50px);
  }

  .copyright {
    font-size: 1em;
  }

  .copyright span {
    display: inline-block;
  }
}
@media screen and (min-width: 1400px) {
  .mv {
    padding-top: 30px;
  }
  .intro_pct01 {
    margin-bottom: -668px;
  }

  .intro_pct02 {
    margin-bottom: -295px;
  }

  .intro_pct03 {
    margin-bottom: -818px;
  }
}
@media screen and (min-width: 2060px) {

  .intro_pct01,
  .intro_pct02,
  .intro_pct03 {
    left: auto;
    transform: translateX(0);
  }

  .intro_pct01 {
    left: 0;
    margin-left: -82px;
  }

  .intro_pct02 {
    right: 0;
    margin-right: -146px;
  }

  .intro_pct03 {
    right: 0;
    margin-right: -3px;
  }
}


@media (hover: hover) {
  #menu a {
    position: relative;
  }

  #menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 0;
    border-bottom: 2px solid #fff;
    transform: translateY(.5em);
    opacity: 0;
    transition: .2s;
  }



  #menu a:hover::after {
    transform: translateY(0);
    opacity: 1;
  }

  .intro_links li a {
    transition: .2s;
  }

  .intro_links li a:hover {
    background: #000;
    transform: scale(1.1);
  }

  .product a,
  .recipe_link a {
    transition: .2s;
  }

  .product a:hover,
  .recipe_link a:hover {
    transform: scale(1.1);
  }

  .sns a {
    transition: .2s;
  }

  .sns a:hover {
    transform: scale(1.1);
  }

  .pagetop:hover button {
    opacity: .8;
  }

  .mv_btn a,
  .btn_recipe a {
    transition: .2s;
  }

  .mv_btn a:hover,
  .btn_recipe a:hover {
    transform: scale(1.1);
  }
  .more-button {
    transition: .2s;
  }
  .more-button:hover {
    transform: scale(1.1);
  }
}

/* animation */
.mv {
  overflow: hidden;
}

.mv_img {
  opacity: 0;
  animation: fadeInUp .8s forwards;
}

.pagetitle {
  opacity: 0;
  z-index: 1;
  animation: fadeInUp .2s .5s forwards;
}

.mv_txt01 {
  opacity: 0;
  z-index: 1;
  animation: fadeIn .5s .5s forwards;
}

.mv_btn {
  opacity: 0;
  z-index: 1;
  animation: fadeInTop .5s 1.0s forwards;
}

.menu ul {
  opacity: 0;
  animation: fadeIn .5s 1.0s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(5em);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-5em);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(5em);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInTop {
  0% {
    transform: translateY(-3em);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.js-on .action {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.action.is-action {
  opacity: 1;
  visibility: visible;
  animation: fadeInUp .8s forwards;
}

.js-on .intro_pct01 .action,
.js-on .intro_pct02 .action,
.js-on .intro_pct03 .action {
  margin-bottom: -20%;
}


.intro_pct01 .action.is-action,
.intro_pct02 .action.is-action,
.intro_pct03 .action.is-action {
  margin-bottom: 0;
}


.intro_pct01 .action.is-action {
  animation: fadeInLeft .8s forwards;
}

.intro_pct02 .action.is-action {
  animation: fadeInRight .8s forwards;
}

.intro_pct03 .action.is-action {
  animation: fadeInRight .8s forwards;
}


.no_script {
  width: min(90%, 1400px);
  margin: 1em auto;
  padding: 1em;
  box-sizing: border-box;
  font-size: 1em;
  color: var(--base-txt-color);
  background: #fff;
}
