@charset "UTF-8";

/*リセット
--------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.sp_none {
  display: none;
}

.pc_none {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
/*フォント
---------------------------------------------*/
.ryo {
  font-family: ryo-text-plusn, serif;
  font-weight: 500;
  font-style: normal;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* common
--------------------------------------------*/
html,
body {
  font-family: "futura-pt", "ryo-text-plusn", serif;
  letter-spacing: 0.109em;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  color: #00040d;
  background: #fff;
}

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

div#wrapper {
  border-left: none;
  border-right: none;
  overflow: hidden;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
  z-index: 99999;
}

#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (max-width: 999px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

/* 見出し
--------------------------------------------*/
h3 {
  font-size: 24px;
  margin-left: 10%;
}

.Text-Span {
  position: relative;
  z-index: 1;
  display: block;
}

.Text-Span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 2px;
  /* background: #3560d6; */
  z-index: -1;
  transition: all 0.8s;
}

.pink::after {
  background: #2eb5cb;
}

.purple::after {
  background: #2eb5cb;
}

.orange::after {
  background: #2eb5cb;
}

.yellow::after {
  background: #2eb5cb;
}

.green::after {
  background: #2eb5cb;
}

.blue::after {
  background: #2eb5cb;
}

.Text-Span.isActive:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    margin-left: 0;
  }
}

/* #mainArea
--------------------------------------------*/
div#mainArea {
  width: 100%;
  position: relative;
}

div#mainArea div.img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  div#mainArea div.img {
    width: 100%;
    margin: 0 auto;
  }
}

div#mainArea div.img::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
}

@media screen and (min-width: 769px) {
  div#mainArea div.img::before {
    padding-top: calc(700 / 1440 * 100%);
    background-image: url(../images/main_pc.jpg);
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  div#mainArea div.img::before {
    padding-top: calc(1253 / 750 * 100%);
    background-image: url(../images/main_sp.jpg);
    background-repeat: no-repeat;
  }
}

div#mainArea h1 {
  z-index: 1;
  position: absolute;
  animation: opacity 1s ease-in alternate 1s forwards;
}

@media screen and (min-width: 769px) {
  div#mainArea h1 {
    width: 89.6%;
    top: 6.1%;
    left: 10.5%;
  }
}

@media screen and (max-width: 768px) {
  div#mainArea h1 {
    width: 97.3%;
    top: 6.7%;
    left: 2.9%;
  }
}

/* .read
--------------------------------------------*/
p.read {
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.109em;
  color: #2eb5cb;
}
@media screen and (min-width: 769px) {
  p.read {
    font-size: 14px;
    line-height: 2.5;
    padding: 96px 0 68px;
  }
}
@media screen and (max-width: 768px) {
  p.read {
    font-size: 12px;
    line-height: 2.45;
    padding: 10px 0 70px;
    /* background-color: #f5f6f7; */
  }
}

/* .read-line
--------------------------------------------*/
/* .read-line {
} */

/* @media screen and (min-width: 769px) { */
.read-line {
  height: 1px;
  width: 182px;
  margin: 0 auto 88px;
  background-color: #a3a2a2;
}
/* } */

/* .menu
--------------------------------------------*/
div.menu {
  width: 100%;
}
@media screen and (min-width: 769px) {
  div.menu {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.menu {
    margin: 78px auto 30px;
  }
}

div.menu ul {
  display: flex;
  line-height: 1;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #00040d;
}
@media screen and (min-width: 769px) {
  div.menu ul {
    max-width: 825px;
    /* padding: 80px 0 0; */
  }
}
@media screen and (max-width: 768px) {
  div.menu ul {
    width: 86%;
    flex-wrap: wrap;
  }
}

div.menu ul li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.menu ul li {
    width: fit-content;
  }

  div.menu ul li:not(:last-of-type) {
    margin-right: 10.5%;
  }
}
@media screen and (max-width: 768px) {
  div.menu ul li {
    width: calc(100% / 3);
  }

  div.menu ul li:nth-of-type(n + 4) {
    margin-top: 63px;
  }
}

div.menu ul a {
  text-decoration: none;
  transition: 0.2s all;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.menu ul a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

div.menu ul li .list_m {
  display: block;
  color: #00040d;
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.menu ul li .list_m {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div.menu ul li .list_m {
    font-size: 15px;
  }
}

div.menu .arrow {
  width: 8px;
  height: 8px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform: rotate(-45deg);
}

div.menu .color {
  display: block;
  color: #00040d;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  div.menu .color {
    margin: 18px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  div.menu .color {
    margin: 18px 0;
  }
}

/* .list
--------------------------------------------*/
div.list {
  width: 100%;
}

@media screen and (min-width: 769px) {
  div.list {
    padding-top: 150px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  div.list {
    margin-bottom: 0;
  }
}

div.list div.img {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  div.list div.img {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain {
    color: #00040d;
    transform: translateY(-50%);
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img div.explain {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 100%;
    padding-left: 46px;
  }
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain div.inview_slide02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img div.explain div.inview_slide02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

div.list div.img div.explain div.inview_slide02::before {
  content: "";
  display: block;
  background: #fff;
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain div.inview_slide02::before {
    width: 54px;
    height: 2px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img div.explain div.inview_slide02::before {
    width: 25px;
    height: 2px;
    margin-bottom: 10px;
  }
}

div.list div.img div.explain p.list_name {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain p.list_name {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img div.explain p.list_name {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain p.list_name span.list_sub {
    font-size: 13px;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img div.explain p.list_name span.list_sub {
    font-size: 10px;
    font-weight: 500;
  }
}

div.list div.img div.explain p.list_name span.number {
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain p.list_name span.number {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img div.explain p.list_name span.number {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
  }
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain p.text {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 2.3em;
  }
}

@media screen and (max-width: 768px) {
  div.list div.img div.explain p.text {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

div.list ul.category,
div.list div.category {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  div.list ul.category,
  div.list div.category {
    margin-bottom: 45px;
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  div.list ul.category,
  div.list div.category {
    /* margin-left: 10%; */
    margin-bottom: 50px;
    width: 1060px;
  }
}

div.list ul.category li,
div.list ul.category div,
div.list div.category li,
div.list div.category div {
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 769px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    margin-bottom: 24px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    margin-bottom: 35px;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    width: calc(100% / 4);
    padding: 5px;
  }
  div.list ul.category li p,
  div.list ul.category div p,
  div.list div.category li p,
  div.list div.category div p {
    /* width: 1060px; */
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  div.list ul.category li,
  div.list ul.category div,
  div.list div.category li,
  div.list div.category div {
    width: calc(100% / 2 - 12px);
  }
  div.list ul.category li p,
  div.list ul.category div p,
  div.list div.category li p,
  div.list div.category div p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  div.list ul.category li:nth-child(odd),
  div.list ul.category div:nth-child(odd),
  div.list div.category li:nth-child(odd),
  div.list div.category div:nth-child(odd) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  div.list ul.category li:nth-child(even),
  div.list ul.category div:nth-child(even),
  div.list div.category li:nth-child(even),
  div.list div.category div:nth-child(even) {
    margin-left: 12px;
  }
}

div.list ul.category li a,
div.list ul.category div a,
div.list div.category li a,
div.list div.category div a {
  color: #000;
  text-decoration: none;
}

div.list ul.category li a div,
div.list ul.category div a div,
div.list div.category li a div,
div.list div.category div a div {
  overflow: hidden;
}

div.list ul.category li a img,
div.list ul.category div a img,
div.list div.category li a img,
div.list div.category div a img {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

@media screen and (min-width: 769px) {
  div.list ul.category li a img,
  div.list ul.category div a img,
  div.list div.category li a img,
  div.list div.category div a img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  div.list ul.category li a img,
  div.list ul.category div a img,
  div.list div.category li a img,
  div.list div.category div a img {
    margin-bottom: 10px;
  }
}

div.list ul.category li a:hover img,
div.list ul.category div a:hover img,
div.list div.category li a:hover img,
div.list div.category div a:hover img {
  opacity: 0.6;
}

div.list ul.category li a p,
div.list ul.category div a p,
div.list div.category li a p,
div.list div.category div a p {
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 0.9em;
}

div.list ul.category li a::after,
div.list ul.category div a::after,
div.list div.category li a::after,
div.list div.category div a::after {
  content: "BUY";
  border: 1px solid #878686;
  color: #878686;
  display: block;
  width: 50%;
  margin: 5px auto 0;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
}

.category p .tt02,
.category p .text-red {
  color: #878686;
}

div.list a.categorylist {
  text-align: center;
  color: #fff;
  width: 30%;
  display: block;
  margin: 0 auto;
  background-color: #878686;
  border: 1px solid #878686;
  padding: 15px 5px;
  text-decoration: none;
  transition: 0.2s all;
}

@media screen and (max-width: 768px) {
  div.list a.categorylist {
    font-size: 13px;
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  div.list a.categorylist:hover {
    background-color: #fff;
    color: #878686;
  }
}

.bottom_btn .sale_btn {
  text-align: center;
  color: #fff;
  width: 80%;
  display: block;
  margin: 0 auto;
  background-color: #2eb5cb;
  border: 1px solid #2eb5cb;
  padding: 15px 5px;
  text-decoration: none;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .bottom_btn .sale_btn {
    width: 30%;
  }
}

@media screen and (min-width: 769px) {
  div#list01 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  div#list01 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  div#list02 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  div#list02 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  div#list03 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  div#list03 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  div#list04 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  div#list04 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

div#list04 div.img div.explain {
  color: #000;
}

@media screen and (min-width: 769px) {
  div#list04 div.img div.explain {
    left: 10%;
  }
}

@media screen and (min-width: 769px) {
  div#list04 div.img div.inview_slide02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  div#list04 div.img div.inview_slide02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

div#list04 div.img div.inview_slide02::before {
  content: "";
  display: block;
  background: #000000;
}

@media screen and (min-width: 769px) {
  div#list04 div.img div.inview_slide02::before {
    width: 54px;
    height: 2px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  div#list04 div.img div.inview_slide02::before {
    width: 25px;
    height: 2px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  div#list05 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  div#list05 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  div#list06 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  div#list06 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.staff {
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #999999;
}

@media screen and (min-width: 769px) {
  .staff {
    font-size: 15px;
    margin: 50px auto;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .staff {
    font-size: 13px;
    margin: 40px auto;
    padding-top: 70px;
  }
}

.staff a {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  padding-top: 10px;
  color: #000000;
}

.staff a:hover {
  color: #999999;
}

.staff a img {
  width: 15px;
  height: auto;
  padding-right: 5px;
}

/* #footArea
--------------------------------------------*/
@media screen and (min-width: 769px) {
  div#footArea div.link {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  div#footArea div.link {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

div#footArea div.link a {
  border: 1px solid #000;
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  div#footArea div.link a {
    font-size: 16px;
    padding: 15px 5px;
    width: 30%;
    margin: 0 auto;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 768px) {
  div#footArea div.link a {
    font-size: 14px;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.08em;
  }
}

div#footArea div.link a:hover {
  border: 1px solid #c34b05;
  color: #c34b05;
}

div#footArea div.link a p {
  display: flex;
  align-items: center;
  justify-content: center;
}

div#footArea p.copy {
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  div#footArea p.copy {
    padding: 30px 0;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  div#footArea p.copy {
    padding: 15px 0;
    font-size: 10px;
  }
}

/* #page-top
--------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 13px;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 14px;
  display: block;
  height: auto;
  box-sizing: border-box;
  transition: 1s;
}

/* #sideTheme
--------------------------------------------*/
p#sideTheme {
  /* font-family: "goudy-old-style"; */
  /* color: #757575; */
  color: #00040d;
  position: fixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  p#sideTheme {
    /* height: 333px; */
    height: 400px;
    font-size: 13px;
    left: 2%;
  }
}

@media screen and (max-width: 768px) {
  p#sideTheme {
    height: 100%;
    font-size: 11px;
    left: 1px;
  }
}

/* .line
--------------------------------------*/
.line {
  display: block;
  width: 900px;
  margin: auto;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}

/* archive
--------------------------------------*/
.archive p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.list_archive {
  display: flex;
  justify-content: center;
  width: 55%;
  margin: 0 auto;
}

.list_archive img {
  width: 100%;
}

.list_archive a {
  text-decoration: none;
  color: #000;
}

.list_archive .pick01 {
  padding-inline-start: 0px;
  padding: 0 5px;
  width: 45%;
  margin: 0 auto;
}

.list_archive .pick01 a {
  text-decoration: none;
  color: #000;
}

.list_archive .pick01 p {
  padding: 0 10px;
  font-size: 11px;
  margin: 15px auto;
}

@media screen and (min-width: 970px) {
  .archive {
    width: 80%;
    margin: 50px auto;
    font-size: 12px;
  }
}

@media screen and (max-width: 970px) {
  .archive {
    width: 100%;
    margin: 50px auto 0px auto;
    font-size: 11px;
  }
  .archive p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
  }
  .list_archive {
    display: block;
    width: 90%;
    margin: 16px auto;
  }
  .list_archive .pick01 {
    padding: 0 5px;
    width: 80%;
    margin: 0 auto 30px;
  }
  .list_archive .pick01 p {
    padding: 0;
    margin: 10px auto;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes title01a {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes title01b {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes title02a {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes title02b {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

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

.opacity {
  animation: opacity 1s ease-in alternate forwards;
}

.inview_opacity {
  opacity: 0;
}

.inview_opacity_wait {
  opacity: 0;
}

.slide01 {
  animation: title01a 0.8s ease-in alternate forwards;
}

.slide02 {
  animation: title02b 0.8s ease-in alternate 0.5s forwards;
}

.inview_slide01,
.inview_slide02 {
  opacity: 0;
}

.delay-01s {
  animation-delay: 1.5s;
  animation-duration: 1s;
}

.delay-02s {
  animation-delay: 2.5s;
  animation-duration: 1s;
}

.soon {
  pointer-events: none;
}
