@charset "UTF-8";
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

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

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/* ==========================================================================
Reset
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
#page_top {
  animation: cloak-in 0.75s;
}

body {
  -webkit-font-smoothing: antialiased;
}

body img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
li,
dd,
dt,
dh {
  list-style: none;
}

svg {
  display: block;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.wapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}
.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}
.pc_order_0 {
  order: 0;
}

@media screen and (max-width: 767px) {
  .pc_order_0 {
    order: unset;
  }
}
.fw_0 {
  font-weight: 0;
}

.pc_order_1 {
  order: 1;
}

@media screen and (max-width: 767px) {
  .pc_order_1 {
    order: unset;
  }
}
.fw_100 {
  font-weight: 100;
}

.pc_order_2 {
  order: 2;
}

@media screen and (max-width: 767px) {
  .pc_order_2 {
    order: unset;
  }
}
.fw_200 {
  font-weight: 200;
}

.pc_order_3 {
  order: 3;
}

@media screen and (max-width: 767px) {
  .pc_order_3 {
    order: unset;
  }
}
.fw_300 {
  font-weight: 300;
}

.pc_order_4 {
  order: 4;
}

@media screen and (max-width: 767px) {
  .pc_order_4 {
    order: unset;
  }
}
.fw_400 {
  font-weight: 400;
}

.pc_order_5 {
  order: 5;
}

@media screen and (max-width: 767px) {
  .pc_order_5 {
    order: unset;
  }
}
.fw_500 {
  font-weight: 500;
}

.pc_order_6 {
  order: 6;
}

@media screen and (max-width: 767px) {
  .pc_order_6 {
    order: unset;
  }
}
.fw_600 {
  font-weight: 600;
}

.pc_order_7 {
  order: 7;
}

@media screen and (max-width: 767px) {
  .pc_order_7 {
    order: unset;
  }
}
.fw_700 {
  font-weight: 700;
}

.pc_order_8 {
  order: 8;
}

@media screen and (max-width: 767px) {
  .pc_order_8 {
    order: unset;
  }
}
.fw_800 {
  font-weight: 800;
}

.pc_order_9 {
  order: 9;
}

@media screen and (max-width: 767px) {
  .pc_order_9 {
    order: unset;
  }
}
.fw_900 {
  font-weight: 900;
}

.pc_order_10 {
  order: 10;
}

@media screen and (max-width: 767px) {
  .pc_order_10 {
    order: unset;
  }
}
.fw_1000 {
  font-weight: 1000;
}

.pc_order_11 {
  order: 11;
}

@media screen and (max-width: 767px) {
  .pc_order_11 {
    order: unset;
  }
}
.fw_1100 {
  font-weight: 1100;
}

.pc_order_12 {
  order: 12;
}

@media screen and (max-width: 767px) {
  .pc_order_12 {
    order: unset;
  }
}
.fw_1200 {
  font-weight: 1200;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.6;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #515151;
  font-weight: 500;
}

body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 500;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.t_right {
  text-align: right;
}

.undernone {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerPc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999999999;
}

.headerPcWap {
  width: 764px;
  margin: 0 0 0 auto;
}

.navHeaderPc {
  width: 516px;
  margin: 0 34px 0 0;
}

.liNavHeaderPc:nth-child(n+2) {
  margin: 0 0 0 24px;
}

.btnNavHeaderPc {
  font-size: 14px;
}

.btnHeaderPCLogo {
  width: 213px;
  margin: 3px 0 0 0;
}

.headerNomalFixPc {
  width: 215px;
  top: 16px;
  right: 16px;
  position: fixed;
  z-index: 999;
  opacity: 0;
}

.headerNomalFixPc.on {
  top: 0px;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSp {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}

.btnHeaderSpLogo {
  width: 119px;
}

@media screen and (max-width: 1199px) {
  .btnHeaderSpLogo {
    width: 31.73%;
  }
}
.btnHeaderMenuSp {
  width: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .btnHeaderMenuSp {
    width: 10.66%;
  }
}
@media screen and (max-width: 1199px) {
  .btnHeaderMenuSp {
    margin: 0% 0% 0% 3.2%;
  }
}
.btnHeaderMenuSp img {
  width: 100%;
}

.headerSpMenuIn {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}

.btnHeaderMenuCloseSp {
  width: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .btnHeaderMenuCloseSp {
    width: 10.66%;
  }
}
@media screen and (max-width: 1199px) {
  .btnHeaderMenuCloseSp {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
.ulHeaderSpMenuIn {
  width: 191px;
  margin-top: 74px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .ulHeaderSpMenuIn {
    width: 50.93%;
  }
}
@media screen and (max-width: 1199px) {
  .ulHeaderSpMenuIn {
    margin-top: 19.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.liHeaderSpMenuIn {
  line-height: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}

@media screen and (max-width: 767px) {
  .liHeaderSpMenuIn {
    font-size: 4.8vw;
  }
}
.liHeaderSpMenuIn:nth-child(n+2) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .liHeaderSpMenuIn:nth-child(n+2) {
    margin-top: 20.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bgbtnHeaderSpMenuIn {
  padding: 0% 0% 0% 15.8%;
  background: url(../img/bgbtnHeaderSpMenuIn.svg) no-repeat left center;
  background-size: auto 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fv {
  opacity: 0;
}

.fv img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgAbout {
  background: url(../img/bgAboutPc.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 78px;
  padding-left: 0px;
  padding-right: 0px;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .bgAbout {
    padding: 1.04% 0% 4.06% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bgAbout {
    background: url(../img/bgAboutSp.jpg) no-repeat top center;
    background-size: cover;
    padding: 17.86% 0% 10.3% 0%;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.h1AboutTop {
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  width: 515px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 18px;
  padding-right: 14px;
  margin: auto;
  background: linear-gradient(transparent 59%, #fff 50%);
  font-feature-settings: "palt";
}

@media screen and (max-width: 1199px) {
  .h1AboutTop {
    font-size: 4.1701417848vw;
  }
}
@media screen and (max-width: 1199px) {
  .h1AboutTop {
    width: 42.91%;
  }
}
@media screen and (max-width: 1199px) {
  .h1AboutTop {
    padding: 0% 2.75% 0.58% 3.53%;
  }
}
@media screen and (max-width: 1199px) {
  .h1AboutTop {
    width: 47.95%;
  }
}
@media screen and (max-width: 767px) {
  .h1AboutTop {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 74.59%;
    padding-top: 0px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1AboutTop {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h1AboutTop {
    padding: 0% 3.83% 1.14% 3.83%;
  }
}
.icnh1AboutTop {
  background: url(../img/icnh1AboutTop.svg) no-repeat left center;
  background-size: auto 60%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 58px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .icnh1AboutTop {
    padding: 0% 0% 0% 11.39%;
  }
}
@media screen and (max-width: 767px) {
  .icnh1AboutTop {
    background: url(../img/icnh1AboutTop.svg) no-repeat left center;
    background-size: auto 60%;
    padding: 3% 0% 3% 13%;
  }
}
.h2AboutTop {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 28px;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}

@media screen and (max-width: 1199px) {
  .h2AboutTop {
    margin: 3.08% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .h2AboutTop {
    font-size: 2.3352793995vw;
  }
}
.h2AboutTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2857142857em;
  content: "";
}

.h2AboutTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2857142857em;
  content: "";
}

@media screen and (max-width: 767px) {
  .h2AboutTop {
    margin: 6.5% 0% 0% 0%;
    line-height: 1.6315789474;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2AboutTop {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2AboutTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3157894737em;
    content: "";
  }
  .h2AboutTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3157894737em;
    content: "";
  }
}
.txtAboutTop {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}

@media screen and (max-width: 1199px) {
  .txtAboutTop {
    margin: 2.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .txtAboutTop {
    font-size: 1.6680567139vw;
  }
}
.txtAboutTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.325em;
  content: "";
}

.txtAboutTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.325em;
  content: "";
}

@media screen and (max-width: 767px) {
  .txtAboutTop {
    margin: 5.6% 0% 0% 0%;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAboutTop {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAboutTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428572em;
    content: "";
  }
  .txtAboutTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428572em;
    content: "";
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.aboutSlider {
  margin-top: 76px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .aboutSlider {
    margin: 3.95% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .aboutSlider {
    margin-top: 113px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .aboutSlider {
    margin: 30.13% 0% 0% 0%;
  }
}
.sliderAboutWap {
  width: 100%;
}

.swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    margin: 0 15px;
  }
}
.swiper-wrapper {
  transition-timing-function: linear;
}

.txtBtmSlider {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}

@media screen and (max-width: 1199px) {
  .txtBtmSlider {
    margin: 0.57% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .txtBtmSlider {
    font-size: 1.2510425354vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBtmSlider {
    margin: 1.9% 0% 0% 0%;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtmSlider {
    font-size: 3.2vw;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.campaignPrezent {
  margin-top: 117px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .campaignPrezent {
    margin-top: 6.09%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .campaignPrezent {
    margin-top: 24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.picCampaignPrezent {
  width: 1016px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .picCampaignPrezent {
    width: 84.66%;
  }
}
@media screen and (max-width: 767px) {
  .picCampaignPrezent {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .picCampaignPrezent {
    width: 92%;
  }
}
.picCampaignPrezent img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.campaignPresentInfo {
  margin-top: 68px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .campaignPresentInfo {
    margin-top: 3.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .campaignPresentInfo {
    margin-top: 60px;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h2CampaignPresentInfo,
.h2CampaignPresentShirama {
  width: 548px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .h2CampaignPresentInfo,
  .h2CampaignPresentShirama {
    width: 45.66%;
  }
}
@media screen and (max-width: 767px) {
  .h2CampaignPresentInfo,
  .h2CampaignPresentShirama {
    width: 230.85px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h2CampaignPresentInfo,
  .h2CampaignPresentShirama {
    width: 61.56%;
  }
}
.campaignPresentInfoFx {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
}

@media screen and (max-width: 1199px) {
  .campaignPresentInfoFx {
    margin-top: 3.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .campaignPresentInfoFx {
    width: 99.16%;
  }
}
@media screen and (max-width: 767px) {
  .campaignPresentInfoFx {
    margin-top: 12.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secCampaignPresentInfo {
  width: 564px;
}

@media screen and (max-width: 1199px) {
  .secCampaignPresentInfo {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .secCampaignPresentInfo {
    width: 345px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .secCampaignPresentInfo {
    width: 92%;
  }
}
.h3CampaignPresentInfo {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .h3CampaignPresentInfo {
    margin-top: 4.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h3CampaignPresentInfo {
    font-size: 2.2518765638vw;
  }
}
@media screen and (max-width: 767px) {
  .h3CampaignPresentInfo {
    width: 345px;
    margin-top: 3.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4444444444;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h3CampaignPresentInfo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3CampaignPresentInfo {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h3CampaignPresentInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2222222222em;
    content: "";
  }
  .h3CampaignPresentInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2222222222em;
    content: "";
  }
}
.txtCampaignPresentInfo {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfo {
    font-size: 1.1676396997vw;
  }
}
.txtCampaignPresentInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3928571428em;
  content: "";
}

.txtCampaignPresentInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3928571428em;
  content: "";
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfo {
    margin-top: 2.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfo {
    width: 345px;
    margin-top: 2.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6153846154;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtCampaignPresentInfo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCampaignPresentInfo {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3076923077em;
    content: "";
  }
  .txtCampaignPresentInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3076923077em;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .secCampaignPresentInfo02 {
    margin-top: 13.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtCampaignPresentInfoLast {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfoLast {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfoLast {
    font-size: 1.1676396997vw;
  }
}
.txtCampaignPresentInfoLast::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3928571428em;
  content: "";
}

.txtCampaignPresentInfoLast::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3928571428em;
  content: "";
}

@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoLast {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCampaignPresentInfoLast {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoLast::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3928571428em;
    content: "";
  }
  .txtCampaignPresentInfoLast::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3928571428em;
    content: "";
  }
}
.campaignPresentInfoBtmFx {
  margin-top: 52px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 33px;
}

@media screen and (max-width: 1199px) {
  .campaignPresentInfoBtmFx {
    margin-top: 4.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 2.75%;
  }
}
@media screen and (max-width: 767px) {
  .campaignPresentInfoBtmFx {
    margin-top: 15.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h3CampaignPresentInfoBtmFx {
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  font-weight: 800;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .h3CampaignPresentInfoBtmFx {
    font-size: 2.5020850709vw;
  }
}
.h3CampaignPresentInfoBtmFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2166666667em;
  content: "";
}

.h3CampaignPresentInfoBtmFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2166666667em;
  content: "";
}

@media screen and (max-width: 1199px) {
  .h3CampaignPresentInfoBtmFx {
    margin: 0.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3CampaignPresentInfoBtmFx {
    width: 100%;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    text-align: center;
    margin-top: 3.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3CampaignPresentInfoBtmFx {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3CampaignPresentInfoBtmFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2272727273em;
    content: "";
  }
  .h3CampaignPresentInfoBtmFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2272727273em;
    content: "";
  }
}
.txtCampaignPresentInfoBtmFx {
  display: inline-block;
  font-size: 45px;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  padding-top: 0px;
  padding-bottom: 19px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfoBtmFx {
    font-size: 3.7531276063vw;
  }
}
.txtCampaignPresentInfoBtmFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2222222222em;
  content: "";
}

.txtCampaignPresentInfoBtmFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2222222222em;
  content: "";
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfoBtmFx {
    padding: 0% 0% 1.58% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfoBtmFx {
    margin: 0% 0% 0% 0.83%;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoBtmFx {
    display: none;
  }
}
.txtCampaignPresentInfoBtmFx .brdCampaignPresentInfoBtmFx {
  background: #ffe38f;
  height: 1px;
  width: 98.6%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoBtmFxSp {
    text-align: center;
    margin-top: 2.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtCampaignPresentInfoBtmFxSp01 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfoBtmFxSp01 {
    padding: 0% 0% 1.06% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoBtmFxSp01 {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoBtmFxSp01 {
    padding: 0% 0% 1.5% 0%;
  }
}
.txtCampaignPresentInfoBtmFxSp01 .brdCampaignPresentInfoBtmFxSp01 {
  background: #ffe38f;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0% 0% 0% 0%;
}

.txtCampaignPresentInfoBtmFxSp02 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentInfoBtmFxSp02 {
    padding: 0% 0% 1.06% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoBtmFxSp02 {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentInfoBtmFxSp02 {
    margin: -1.5% 0 0 0;
    padding: 0% 0% 1.5% 0%;
  }
}
.txtCampaignPresentInfoBtmFxSp02 .brdCampaignPresentInfoBtmFxSp02 {
  background: #ffe38f;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.campaignPresentShirama {
  margin-top: 122px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .campaignPresentShirama {
    margin-top: 80px;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .campaignPresentShirama {
    margin-top: 53.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h2CampaignPresentShiramaWap {
  position: relative;
  width: 647px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .h2CampaignPresentShiramaWap {
    width: 53.91%;
  }
}
@media screen and (max-width: 767px) {
  .h2CampaignPresentShiramaWap {
    width: 310px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h2CampaignPresentShiramaWap {
    width: 82.66%;
  }
}
.h2CampaignPresentShiramaWap img {
  width: 100%;
  display: block;
}

.picCloseCampaignPresentShirama {
  position: absolute;
  width: 195.01px;
  left: -12.9829984544%;
  top: -38%;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .picCloseCampaignPresentShirama {
    width: 16.25%;
  }
}
@media screen and (max-width: 767px) {
  .picCloseCampaignPresentShirama {
    width: 131.63px;
    left: 7.0967741935%;
    top: -33.3333333333%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .picCloseCampaignPresentShirama {
    width: 42.46%;
  }
}
.campaignPresentShiramaFx {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1190px;
}

@media screen and (max-width: 1199px) {
  .campaignPresentShiramaFx {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .campaignPresentShiramaFx {
    width: 99.16%;
  }
}
@media screen and (max-width: 767px) {
  .campaignPresentShiramaFx {
    width: 345px;
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .campaignPresentShiramaFx {
    width: 92%;
  }
}
.secCampaignPresentShirama01 {
  width: 564px;
}

@media screen and (max-width: 1199px) {
  .secCampaignPresentShirama01 {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .secCampaignPresentShirama01 {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .secCampaignPresentShirama01 {
    width: 100%;
  }
}
.photoCampaignPresentShirama img {
  width: 100%;
}

.h3CampaignPresentShirama {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .h3CampaignPresentShirama {
    margin-top: 4.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h3CampaignPresentShirama {
    font-size: 2.2518765638vw;
  }
}
@media screen and (max-width: 767px) {
  .h3CampaignPresentShirama {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h3CampaignPresentShirama {
    margin-top: 1.44%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3CampaignPresentShirama {
    font-size: 4.8vw;
  }
}
.txtCampaignPresentShirama {
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentShirama {
    margin-top: 2.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtCampaignPresentShirama {
    font-size: 1.1676396997vw;
  }
}
.txtCampaignPresentShirama::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3928571428em;
  content: "";
}

.txtCampaignPresentShirama::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3928571428em;
  content: "";
}

@media screen and (max-width: 767px) {
  .txtCampaignPresentShirama {
    margin-top: 2.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6153846154;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCampaignPresentShirama {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentShirama::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3076923077em;
    content: "";
  }
  .txtCampaignPresentShirama::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3076923077em;
    content: "";
  }
}
.secCampaignPresentShirama02 {
  width: 564px;
}

@media screen and (max-width: 1199px) {
  .secCampaignPresentShirama02 {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .secCampaignPresentShirama02 {
    width: 100%;
    margin-top: 14.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtCampaignPresentShiramaLast {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .txtCampaignPresentShiramaLast {
    margin-top: 2.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtCampaignPresentShiramaLast {
    font-size: 1.1676396997vw;
  }
}
.txtCampaignPresentShiramaLast::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2142857143em;
  content: "";
}

.txtCampaignPresentShiramaLast::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2142857143em;
  content: "";
}

@media screen and (max-width: 767px) {
  .txtCampaignPresentShiramaLast {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCampaignPresentShiramaLast {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtCampaignPresentShiramaLast::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3928571428em;
    content: "";
  }
  .txtCampaignPresentShiramaLast::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3928571428em;
    content: "";
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgOubo {
  background: url(../img/bgOuboPc.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 116px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .bgOubo {
    padding: 5% 0% 6.04% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bgOubo {
    background: url(../img/bgOuboSp.jpg) no-repeat top center;
    background-size: cover;
    padding: 15.73% 0% 13.4% 0%;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.joinLxn {
  padding-top: 54px;
  padding-bottom: 55px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
}

@media screen and (max-width: 1199px) {
  .joinLxn {
    padding: 4.5% 0% 4.58% 0%;
  }
}
@media screen and (max-width: 767px) {
  .joinLxn {
    padding: 8.5% 0% 12.6% 0%;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    width: 345px;
    margin: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .joinLxn {
    width: 92%;
  }
}
.h1JoinWay {
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  width: 299px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 19px;
  padding-right: 13px;
  background: linear-gradient(transparent 59%, #fffdcc 50%);
}

@media screen and (max-width: 1199px) {
  .h1JoinWay {
    font-size: 4.1701417848vw;
  }
}
@media screen and (max-width: 1199px) {
  .h1JoinWay {
    width: 24.91%;
  }
}
@media screen and (max-width: 1199px) {
  .h1JoinWay {
    padding: 0% 1.08% 0.25% 1.58%;
  }
}
@media screen and (max-width: 1199px) {
  .h1JoinWay {
    width: 25.95%;
  }
}
@media screen and (max-width: 767px) {
  .h1JoinWay {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 46.21%;
    padding: 0% 1.89% 1% 3.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1JoinWay {
    font-size: 6.6666666667vw;
  }
}
.icnh1JoinWay {
  background: url(../img/icnh1AboutTop.svg) no-repeat left center;
  background-size: auto 60%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 59px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .icnh1JoinWay {
    padding: 0% 0% 0% 19.73%;
  }
}
@media screen and (max-width: 767px) {
  .icnh1JoinWay {
    background: url(../img/icnh1AboutTop.svg) no-repeat left center;
    background-size: auto 60%;
    padding: 5% 0% 5% 23.66%;
  }
}
/*沖縄へのご応募*/
.joinWayFx {
  width: 1089px;
  margin-top: 53px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .joinWayFx {
    width: 90.75%;
  }
}
@media screen and (max-width: 1199px) {
  .joinWayFx {
    margin-top: 4.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .joinWayFx {
    width: 345px;
    margin-top: 8.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .joinWayFx {
    width: 100%;
  }
}
.secJoinWay {
  width: 489px;
}

@media screen and (max-width: 1199px) {
  .secJoinWay {
    width: 40.74%;
  }
}
@media screen and (max-width: 1199px) {
  .secJoinWay {
    width: 46.8%;
  }
}
@media screen and (max-width: 767px) {
  .secJoinWay {
    width: 313px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .secJoinWay {
    width: 90.72%;
  }
}
/*タイトル*/
.titleJoinWay {
  aspect-ratio: 489/68;
  border-radius: 20px 20px 0px 0px;
}

@media screen and (max-width: 767px) {
  .titleJoinWay {
    aspect-ratio: 313/50;
    border-radius: 20px 20px 0px 0px;
  }
}
.h3TitleJoinWay {
  font-size: 33px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}

@media screen and (max-width: 1199px) {
  .h3TitleJoinWay {
    font-size: 2.752293578vw;
  }
}
@media screen and (max-width: 1199px) {
  .h3TitleJoinWay {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleJoinWay {
    width: 85%;
    line-height: normal;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleJoinWay {
    font-size: 5.6vw;
  }
}
.iconh3TitleJoinWay01 {
  background: url(../img/iconh3TitleJoinWay.svg) no-repeat left center;
  background-size: auto 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 72px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .iconh3TitleJoinWay01 {
    padding: 0.61% 0% 0.61% 14.72%;
  }
}
@media screen and (max-width: 767px) {
  .iconh3TitleJoinWay01 {
    background: url(../img/iconh3TitleJoinWay.svg) no-repeat left center;
    background-size: auto 96%;
    padding: 2.44% 0% 2.44% 18.84%;
    white-space: nowrap;
  }
}
/*ステップ*/
.joinStep {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .joinStep {
    margin-top: 3.27%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .joinStep {
    margin-top: 6.38%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.joinStep0101 {
  padding-top: 0px;
  padding-bottom: 19px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #01b1e0;
}

@media screen and (max-width: 1199px) {
  .joinStep0101 {
    padding: 0% 0% 3.88% 0%;
  }
}
@media screen and (max-width: 767px) {
  .joinStep0101 {
    padding: 0% 0% 7.66% 0%;
  }
}
.joinStep0102 {
  padding-top: 0px;
  padding-bottom: 26px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #01b1e0;
}

@media screen and (max-width: 1199px) {
  .joinStep0102 {
    padding: 0% 0% 5.31% 0%;
  }
}
@media screen and (max-width: 767px) {
  .joinStep0102 {
    padding-top: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .joinStep0102 {
    padding: 0% 0% 7.66% 0%;
  }
}
.numJoinStep {
  width: 70px;
}

@media screen and (max-width: 1199px) {
  .numJoinStep {
    width: 14.31%;
  }
}
@media screen and (max-width: 767px) {
  .numJoinStep {
    width: 39px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .numJoinStep {
    width: 12.46%;
  }
}
.joinStepDetailFx {
  width: 387px;
}

@media screen and (max-width: 1199px) {
  .joinStepDetailFx {
    width: 79.14%;
  }
}
@media screen and (max-width: 767px) {
  .joinStepDetailFx {
    width: 264px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .joinStepDetailFx {
    width: 84.34%;
  }
}
.h3JoinStep {
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .h3JoinStep {
    font-size: 1.8348623853vw;
  }
}
@media screen and (max-width: 767px) {
  .h3JoinStep {
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3JoinStep {
    font-size: 4.2666666667vw;
  }
}
.txtJoinStep {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .txtJoinStep {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtJoinStep {
    font-size: 1.8348623853vw;
  }
}
@media screen and (max-width: 767px) {
  .txtJoinStep {
    margin-top: -0.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtJoinStep {
    font-size: 4.2666666667vw;
  }
}
.photoJoinStep0101 {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .photoJoinStep0101 {
    margin-top: 1.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoJoinStep0101 {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .photoJoinStep0101 {
    margin-top: 1.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.photoJoinStep0102 {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .photoJoinStep0102 {
    margin-top: 1.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoJoinStep0102 {
    margin-top: 1.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*下記のハッシュタグをつけて投稿!*/
.secJoinStephash0103 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #ffd4dc;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

@media screen and (max-width: 1199px) {
  .secJoinStephash0103 {
    margin-top: 3.27%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .secJoinStephash0103 {
    padding: 3.06% 0% 3.06% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secJoinStephash0103 {
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
    padding: 5.5% 0% 5.47% 0%;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .secJoinStephash0103 {
    margin-top: 3.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtJoinStephash {
  width: 349px;
  margin: auto;
  font-size: 21px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .txtJoinStephash {
    width: 71.37%;
  }
}
@media screen and (max-width: 1199px) {
  .txtJoinStephash {
    font-size: 1.7514595496vw;
  }
}
@media screen and (max-width: 1199px) {
  .txtJoinStephash {
    width: 72.5%;
  }
}
@media screen and (max-width: 767px) {
  .txtJoinStephash {
    width: 80.87%;
    margin: auto;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtJoinStephash {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtJoinStephash::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2333333333em;
    content: "";
  }
  .txtJoinStephash::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2333333333em;
    content: "";
  }
}
/*当選者には*/
.photoJoinStep0103 {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .photoJoinStep0103 {
    margin-top: 6.74%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoJoinStep0103 {
    margin-top: 10.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.secJoinBoxInfo0103 {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .secJoinBoxInfo0103 {
    margin-top: 1.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secJoinBoxInfo0103 {
    margin-top: 1.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h5JoinBoxInfo {
  width: 96px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .h5JoinBoxInfo {
    width: 19.63%;
  }
}
@media screen and (max-width: 1199px) {
  .h5JoinBoxInfo {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 1199px) {
  .h5JoinBoxInfo {
    width: 22.7%;
  }
}
@media screen and (max-width: 767px) {
  .h5JoinBoxInfo {
    width: 100%;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5JoinBoxInfo {
    font-size: 3.7333333333vw;
  }
}
.txtJoinBoxInfo {
  width: 393px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .txtJoinBoxInfo {
    width: 80.36%;
  }
}
@media screen and (max-width: 1199px) {
  .txtJoinBoxInfo {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 1199px) {
  .txtJoinBoxInfo {
    width: 72.5%;
  }
}
@media screen and (max-width: 767px) {
  .txtJoinBoxInfo {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtJoinBoxInfo {
    margin-top: 0.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtJoinBoxInfo {
    font-size: 3.7333333333vw;
  }
}
.flowStepJoin0103 {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .flowStepJoin0103 {
    margin-top: 4.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .flowStepJoin0103 {
    margin-top: 10.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h5FlowStepJoin {
  aspect-ratio: 208/40;
  width: 208px;
  font-size: 25px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin: auto;
  position: relative;
  z-index: 2;
  border-radius: 43px;
  /* CSS3草案 */
  -webkit-border-radius: 43px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 43px;
  /* Firefox用 */
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .h5FlowStepJoin {
    width: 42.53%;
  }
}
@media screen and (max-width: 1199px) {
  .h5FlowStepJoin {
    font-size: 2.0850708924vw;
  }
}
@media screen and (max-width: 767px) {
  .h5FlowStepJoin {
    border-radius: 34px;
    /* CSS3草案 */
    -webkit-border-radius: 34px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 34px;
    /* Firefox用 */
    aspect-ratio: 137/28;
    width: 137px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h5FlowStepJoin {
    width: 43.76%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5FlowStepJoin {
    font-size: 4.8vw;
  }
}
.txtFlowStepJoin {
  z-index: 1;
  border-radius: 43px;
  /* CSS3草案 */
  -webkit-border-radius: 43px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 43px;
  /* Firefox用 */
  aspect-ratio: 392/80;
  width: 392px;
  font-size: 26px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: -19px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .txtFlowStepJoin {
    width: 80.16%;
  }
}
@media screen and (max-width: 1199px) {
  .txtFlowStepJoin {
    font-size: 2.1684737281vw;
  }
}
@media screen and (max-width: 1199px) {
  .txtFlowStepJoin {
    margin-top: -3.89%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtFlowStepJoin {
    padding: 0.61% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtFlowStepJoin {
    border-radius: 34px;
    /* CSS3草案 */
    -webkit-border-radius: 34px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 34px;
    /* Firefox用 */
    aspect-ratio: 313/66;
    width: 313px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin-top: -4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.61% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtFlowStepJoin {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFlowStepJoin {
    font-size: 5.6vw;
  }
}
.kikanStepJoin0103 {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .kikanStepJoin0103 {
    margin-top: 4.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .kikanStepJoin0103 {
    padding: 2.45% 0% 2.04% 0%;
  }
}
@media screen and (max-width: 767px) {
  .kikanStepJoin0103 {
    margin-top: 10.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.55% 0% 1.55% 0%;
  }
}
.kikanStepJoinFx {
  width: 451px;
  margin: auto;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .kikanStepJoinFx {
    width: 92.22%;
  }
}
@media screen and (max-width: 767px) {
  .kikanStepJoinFx {
    width: 292.84px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .kikanStepJoinFx {
    width: 93.55%;
  }
}
.h5KikanStepJoin {
  width: 84px;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #515151;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}

@media screen and (max-width: 1199px) {
  .h5KikanStepJoin {
    width: 18.62%;
  }
}
@media screen and (max-width: 1199px) {
  .h5KikanStepJoin {
    padding: 1.22% 0% 1.43% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .h5KikanStepJoin {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .h5KikanStepJoin {
    width: 63px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #515151;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h5KikanStepJoin {
    width: 21.51%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h5KikanStepJoin {
    padding: 1.02% 0% 1.02% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5KikanStepJoin {
    font-size: 3.4666666667vw;
  }
}
.txtKikanStepJoin {
  width: 354px;
  font-size: 23px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}

@media screen and (max-width: 1199px) {
  .txtKikanStepJoin {
    width: 78.49%;
  }
}
@media screen and (max-width: 1199px) {
  .txtKikanStepJoin {
    font-size: 1.918265221vw;
  }
}
@media screen and (max-width: 767px) {
  .txtKikanStepJoin {
    width: 219px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .txtKikanStepJoin {
    width: 74.78%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKikanStepJoin {
    font-size: 3.7333333333vw;
  }
}
.txtlastJoinInfo0103 {
  margin-top: 10px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4157894737;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}

@media screen and (max-width: 1199px) {
  .txtlastJoinInfo0103 {
    margin-top: 2.04%;
    margin-bottom: 5.93%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtlastJoinInfo0103 {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .txtlastJoinInfo0103 {
    margin-top: 2.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtlastJoinInfo0103 {
    font-size: 3.2vw;
  }
}
.bordJoinWay {
  width: 1px;
  background: #515151;
}

@media screen and (max-width: 767px) {
  .bordJoinWay {
    height: 1px;
    width: 100%;
    margin-top: 16.23%;
    margin-bottom: 23.18%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleJoinWay02 {
    width: 90%;
  }
}
.iconh3TitleJoinWay02 {
  background: url(../img/iconh3TitleJoinWay02.svg) no-repeat 4% center;
  background-size: auto 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 82px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .iconh3TitleJoinWay02 {
    padding: 0.61% 0% 0.61% 16.76%;
  }
}
@media screen and (max-width: 767px) {
  .iconh3TitleJoinWay02 {
    padding: 1.59% 0% 2.4% 19.51%;
  }
}
.joinStep0201 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 19px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #ff54ae;
}

@media screen and (max-width: 1199px) {
  .joinStep0201 {
    margin: 3.27% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .joinStep0201 {
    padding: 0% 0% 3.88% 0%;
  }
}
@media screen and (max-width: 767px) {
  .joinStep0201 {
    margin: 6.2% 0% 0% 0%;
    padding-top: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .joinStep0201 {
    padding: 0% 0% 7.64% 0%;
  }
}
.joinStep0202 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 26px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #ff54ae;
}

@media screen and (max-width: 1199px) {
  .joinStep0202 {
    margin: 3.27% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .joinStep0202 {
    padding: 0% 0% 5.31% 0%;
  }
}
@media screen and (max-width: 767px) {
  .joinStep0202 {
    margin: 6.36% 0% 0% 0%;
    padding: 0% 0% 7.5% 0%;
  }
}
.joinStep0203 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .joinStep0203 {
    margin: 3.27% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .joinStep0203 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .joinStep0203 {
    margin: 6.36% 0% 0% 0%;
  }
}
.photoJoinStep0201 {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .photoJoinStep0201 {
    margin: 1.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoJoinStep0201 {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .photoJoinStep0201 {
    margin: 1.59% 0% 0% 0%;
  }
}
.photoJoinStep0202 {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .photoJoinStep0202 {
    margin: 1.63% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoJoinStep0202 {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .photoJoinStep0202 {
    margin: 1.59% 0% 0% 0%;
  }
}
/*つながる*/
.secJoinStephash0203 {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .secJoinStephash0203 {
    margin: 3.27% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .secJoinStephash0203 {
    padding: 3.06% 0% 3.06% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secJoinStephash0203 {
    margin: 3.09% 0% 0% 0%;
    padding: 5.7% 0% 5.5% 0%;
  }
}
.secJoinStephash0203 {
  border-radius: 8px;
  /* CSS3草案 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 8px;
  /* Firefox用 */
}

@media screen and (max-width: 767px) {
  .secJoinStephash0203 {
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
  }
}
.secJoinStephash0203 .txtJoinStephash {
  width: 389px;
}

@media screen and (max-width: 1199px) {
  .secJoinStephash0203 .txtJoinStephash {
    width: 79.55%;
  }
}
@media screen and (max-width: 1199px) {
  .secJoinStephash0203 .txtJoinStephash {
    width: 80.5%;
  }
}
@media screen and (max-width: 767px) {
  .secJoinStephash0203 .txtJoinStephash {
    width: 280px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .secJoinStephash0203 .txtJoinStephash {
    width: 89.17%;
  }
}
/*当選者には...*/
.photoJoinStep0203 {
  margin-top: 33px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .photoJoinStep0203 {
    margin: 6.74% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoJoinStep0203 {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .photoJoinStep0203 {
    margin: 10.19% 0% 0% 0%;
  }
}
.secJoinBoxInfo0203 {
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .secJoinBoxInfo0203 {
    margin: 1.43% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secJoinBoxInfo0203 {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .secJoinBoxInfo0203 {
    margin: 1.91% 0% 0% 0%;
  }
}
.flowStepJoin0203 {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .flowStepJoin0203 {
    margin: 4.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flowStepJoin0203 {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .flowStepJoin0203 {
    margin: 10.19% 0% 0% 0%;
  }
}
.kikanStepJoin0203 {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .kikanStepJoin0203 {
    margin-top: 4.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .kikanStepJoin0203 {
    padding: 2.45% 0% 2.04% 0%;
  }
}
@media screen and (max-width: 767px) {
  .kikanStepJoin0203 {
    margin-top: 10.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 2.54% 0% 1.9% 0%;
  }
}
.txtlastJoinInfo0203 {
  margin-top: 10px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4157894737;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}

@media screen and (max-width: 1199px) {
  .txtlastJoinInfo0203 {
    margin-top: 2.04%;
    margin-bottom: 5.93%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .txtlastJoinInfo0203 {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .txtlastJoinInfo0203 {
    margin-top: 2.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtlastJoinInfo0203 {
    font-size: 3.2vw;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.tosen {
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
  margin-top: 56px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
  padding-bottom: 54px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .tosen {
    margin-top: 4.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .tosen {
    padding: 4.5% 0% 4.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tosen {
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    width: 345px;
    margin-top: 8.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 8.53% 0% 10.13% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .tosen {
    width: 92%;
  }
}
.h1TosenTop {
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  width: 299px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 19px;
  padding-right: 13px;
  background: linear-gradient(transparent 59%, #fff 50%);
}

@media screen and (max-width: 1199px) {
  .h1TosenTop {
    font-size: 4.1701417848vw;
  }
}
@media screen and (max-width: 1199px) {
  .h1TosenTop {
    width: 24.91%;
  }
}
@media screen and (max-width: 1199px) {
  .h1TosenTop {
    padding: 0% 1.08% 0.25% 1.58%;
  }
}
@media screen and (max-width: 1199px) {
  .h1TosenTop {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .h1TosenTop {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 45.6%;
    padding: 0% 2.1% 0.8% 2.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h1TosenTop {
    font-size: 6.6666666667vw;
  }
}
.icnh1TosenTop {
  background: url(../img/icnh1TosenTop.svg) no-repeat left center;
  background-size: auto 60%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 58px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .icnh1TosenTop {
    padding: 0% 0% 0% 19.39%;
  }
}
@media screen and (max-width: 767px) {
  .icnh1TosenTop {
    background: url(../img/icnh1TosenTop.svg) no-repeat left center;
    background-size: auto 60%;
    padding: 5% 0% 5% 22.9%;
  }
}
.txtTopTosen {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 27px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .txtTopTosen {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 1199px) {
  .txtTopTosen {
    margin: 2.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtTopTosen {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTopTosen {
    font-size: 4vw;
  }
}
.h3TosenTop {
  font-size: 21px;
  line-height: 1.7619047619;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .h3TosenTop {
    font-size: 1.7514595496vw;
  }
}
.h3TosenTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3809523809em;
  content: "";
}

.h3TosenTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3809523809em;
  content: "";
}

@media screen and (max-width: 1199px) {
  .h3TosenTop {
    margin: 1.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3TosenTop {
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 6% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TosenTop {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TosenTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.25em;
    content: "";
  }
  .h3TosenTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.25em;
    content: "";
  }
}
.h4TosenTop {
  font-size: 27px;
  line-height: 1.3703703704;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .h4TosenTop {
    font-size: 2.2518765638vw;
  }
}
.h4TosenTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1851851852em;
  content: "";
}

.h4TosenTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1851851852em;
  content: "";
}

@media screen and (max-width: 1199px) {
  .h4TosenTop {
    margin: 0.58% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4TosenTop {
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 2.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4TosenTop {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .h4TosenTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666666em;
    content: "";
  }
  .h4TosenTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666666em;
    content: "";
  }
}
.hahhyo {
  position: relative;
  width: 916px;
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .hahhyo {
    width: 76.33%;
  }
}
@media screen and (max-width: 1199px) {
  .hahhyo {
    margin-top: 3.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .hahhyo {
    width: 77.5%;
  }
}
@media screen and (max-width: 767px) {
  .hahhyo {
    width: 313px;
    margin-top: 7.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .hahhyo {
    width: 90.72%;
  }
}
.brdhahhyo {
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
  margin: auto;
  background: #515151;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .brdhahhyo {
    top: 3.5%;
  }
}
.h5Hahhyo {
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  width: 196px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 9px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .h5Hahhyo {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 1199px) {
  .h5Hahhyo {
    width: 21.39%;
  }
}
@media screen and (max-width: 1199px) {
  .h5Hahhyo {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .h5Hahhyo {
    padding: 0% 0% 0% 0.98%;
  }
}
@media screen and (max-width: 767px) {
  .h5Hahhyo {
    letter-spacing: 0.2em;
    text-indent: -0.2em;
    width: 117px;
    padding: 0% 0% 0% 2.98%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5Hahhyo {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h5Hahhyo {
    width: 37.38%;
  }
}
.tosenTopFx {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .tosenTopFx {
    margin: 2.18% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tosenTopFx {
    display: block;
    margin: 2.6% 0% 0% 0%;
  }
}
.liTosenTop {
  width: 438px;
}

@media screen and (max-width: 1199px) {
  .liTosenTop {
    width: 47.81%;
  }
}
@media screen and (max-width: 767px) {
  .liTosenTop {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liTosenTop02 {
    margin: 1.6% 0% 0% 0%;
  }
}
.txtLastTosen {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .txtLastTosen {
    font-size: 1.5012510425vw;
  }
}
@media screen and (max-width: 1199px) {
  .txtLastTosen {
    margin: 1.74% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtLastTosen {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 4.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLastTosen {
    font-size: 3.7333333333vw;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.etcJiko {
  padding-top: 52px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .etcJiko {
    padding: 2.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .etcJiko {
    width: 345px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .etcJiko {
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .etcJiko {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .etcJiko {
    padding: 12.8% 0% 0% 0%;
  }
}
.h3EtcJiko {
  width: 100%;
  aspect-ratio: 1200/28;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-indent: -0.11em;
}

@media screen and (max-width: 1199px) {
  .h3EtcJiko {
    font-size: 1.2510425354vw;
  }
}
.h3EtcJiko::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}

.h3EtcJiko::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  content: "";
}

@media screen and (max-width: 767px) {
  .h3EtcJiko {
    aspect-ratio: 345/28;
    line-height: 1.3846153846;
    letter-spacing: 0.11em;
    text-indent: -0.11em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3EtcJiko {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3EtcJiko::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1923076923em;
    content: "";
  }
  .h3EtcJiko::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1923076923em;
    content: "";
  }
}
.ulEtcJiko {
  width: 1193px;
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .ulEtcJiko {
    width: 99.41%;
  }
}
@media screen and (max-width: 1199px) {
  .ulEtcJiko {
    margin-top: 0.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulEtcJiko {
    width: 97.9%;
    margin: 2.9% auto 0% auto;
  }
}
.liEtcJiko {
  width: 100%;
}

.liEtcJiko:nth-child(n+2) {
  margin-top: 6.1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .liEtcJiko:nth-child(n+2) {
    margin: 0.51% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liEtcJiko:nth-child(n+2) {
    margin: 1.2% 0% 0% 0%;
  }
}
.dottoEtcJiko {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 2px;
}

@media screen and (max-width: 1199px) {
  .dottoEtcJiko {
    font-size: 1.0008340284vw;
  }
}
.dottoEtcJiko::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.dottoEtcJiko::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

@media screen and (max-width: 1199px) {
  .dottoEtcJiko {
    margin: 0% 0.16% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dottoEtcJiko {
    line-height: 1.3333333333;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 0% 0.5% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .dottoEtcJiko {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .dottoEtcJiko::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666666em;
    content: "";
  }
  .dottoEtcJiko::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666666em;
    content: "";
  }
}
.txtEtcJiko {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-indent: 0em;
}

@media screen and (max-width: 1199px) {
  .txtEtcJiko {
    font-size: 1.0008340284vw;
  }
}
.txtEtcJiko::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.txtEtcJiko::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

@media screen and (max-width: 767px) {
  .txtEtcJiko {
    line-height: 1.3333333333;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtEtcJiko {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtEtcJiko::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666666em;
    content: "";
  }
  .txtEtcJiko::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666666em;
    content: "";
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.instagram {
  padding-top: 91px;
  padding-bottom: 178px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .instagram {
    padding: 4.73% 0% 9.27% 0%;
  }
}
@media screen and (max-width: 767px) {
  .instagram {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .instagram {
    padding: 21.33% 0% 21.33% 0%;
  }
}
.bgInstagram {
  background: url(../img/bgInstagramPc.jpg) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bgInstagram {
    background: url(../img/bgInstagramSp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.titleInstagram {
  width: 465px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 42px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .titleInstagram {
    width: 38.75%;
  }
}
@media screen and (max-width: 1199px) {
  .titleInstagram {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .titleInstagram {
    padding: 0% 0% 0% 3.5%;
  }
}
@media screen and (max-width: 1199px) {
  .titleInstagram {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .titleInstagram {
    width: 73.6%;
    padding: 0% 0% 0% 0%;
  }
}
.picHashInstagram {
  width: 39px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 22px;
}

@media screen and (max-width: 1199px) {
  .picHashInstagram {
    width: 8.38%;
  }
}
@media screen and (max-width: 1199px) {
  .picHashInstagram {
    margin: 2.15% 4.73% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .picHashInstagram {
    width: 9.4%;
    margin: 2.5% 2.43% 0% 0%;
  }
}
.h2HashInstagram {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 33px;
}

@media screen and (max-width: 1199px) {
  .h2HashInstagram {
    font-size: 3.3361134279vw;
  }
}
@media screen and (max-width: 1199px) {
  .h2HashInstagram {
    margin: 2.15% 7.09% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2HashInstagram {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 3.5% 1.6% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2HashInstagram {
    font-size: 6.6666666667vw;
  }
}
.picHashInstagram02 {
  width: 73px;
}

@media screen and (max-width: 1199px) {
  .picHashInstagram02 {
    width: 15.69%;
  }
}
@media screen and (max-width: 767px) {
  .picHashInstagram02 {
    width: 18.5%;
  }
}
.instagramApi {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .instagramApi {
    margin: 4.3% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .instagramApi {
    width: 345px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .instagramApi {
    width: 92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .instagramApi {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.group {
  padding-top: 98px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .group {
    padding: 5.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .group {
    padding: 24.33% 0% 0% 0%;
  }
}
.h2Group {
  width: 297px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .h2Group {
    width: 24.75%;
  }
}
@media screen and (max-width: 1199px) {
  .h2Group {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h2Group {
    width: 219px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .h2Group {
    width: 58.4%;
  }
}
.txtGroup {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .txtGroup {
    font-size: 1.3344453711vw;
  }
}
@media screen and (max-width: 1199px) {
  .txtGroup {
    margin: 1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtGroup {
    line-height: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin: 2.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtGroup {
    font-size: 3.4666666667vw;
  }
}
.groupDetail {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .groupDetail {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .groupDetail {
    width: 345px;
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .groupDetail {
    width: 92%;
  }
}
.h3GroupDetail {
  position: relative;
  font-size: 21px;
  line-height: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .h3GroupDetail {
    font-size: 1.7514595496vw;
  }
}
@media screen and (max-width: 767px) {
  .h3GroupDetail {
    line-height: normal;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3GroupDetail {
    font-size: 4.2666666667vw;
  }
}
.brdH3GroupDetail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background: #515151;
  width: 953px;
}

@media screen and (max-width: 1199px) {
  .brdH3GroupDetail {
    width: 79.41%;
  }
}
@media screen and (max-width: 767px) {
  .brdH3GroupDetail {
    width: 156px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .brdH3GroupDetail {
    width: 45.21%;
  }
}
.ulGroupDetail {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .ulGroupDetail {
    margin: 2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulGroupDetail {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .ulGroupDetail {
    margin: 4.63% 0% 0% 0%;
  }
}
.liGroupDetail {
  width: 236px;
  margin-top: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 5px;
}

@media screen and (max-width: 1199px) {
  .liGroupDetail {
    width: 19.66%;
  }
}
@media screen and (max-width: 1199px) {
  .liGroupDetail {
    margin: 0% 0.41% 2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liGroupDetail {
    width: 113px;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .liGroupDetail {
    width: 32.75%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .liGroupDetail {
    margin: 0% 0.86% 2.31% 0%;
  }
}
.liGroupDetail:nth-child(5n) {
  margin-top: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .liGroupDetail:nth-child(5n) {
    margin: 0% 0% 2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liGroupDetail:nth-child(5n) {
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .liGroupDetail:nth-child(5n) {
    margin: 0% 0.86% 2.31% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liGroupDetail:nth-child(3n) {
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .liGroupDetail:nth-child(3n) {
    margin: 0% 0% 2.31% 0%;
  }
}
.btnGroupDetail {
  display: block;
  width: 100%;
}

.groupDetail02 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .groupDetail02 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .groupDetail02 {
    margin-top: 8.27%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.groupDetail02 .brdH3GroupDetail {
  width: 906px;
}

@media screen and (max-width: 1199px) {
  .groupDetail02 .brdH3GroupDetail {
    width: 75.5%;
  }
}
@media screen and (max-width: 767px) {
  .groupDetail02 .brdH3GroupDetail {
    width: 121px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .groupDetail02 .brdH3GroupDetail {
    width: 35.07%;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.resoutLife {
  margin-top: 56px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 56px;
  padding-bottom: 65px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .resoutLife {
    margin: 2.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .resoutLife {
    padding: 2.91% 0% 3.38% 0%;
  }
}
@media screen and (max-width: 767px) {
  .resoutLife {
    margin: 19.2% 0% 0% 0%;
    padding: 21.1% 0% 21.33% 0%;
  }
}
.h2ResoutLife {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}

@media screen and (max-width: 1199px) {
  .h2ResoutLife {
    font-size: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .h2ResoutLife {
    width: 100%;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2ResoutLife {
    font-size: 4.2666666667vw;
  }
}
.ulResoutLife {
  width: 100%;
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .ulResoutLife {
    margin: 3.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulResoutLife {
    width: 345px;
    margin-top: 10.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .ulResoutLife {
    width: 92%;
  }
}
.liResoutLife {
  width: 370px;
}

@media screen and (max-width: 1199px) {
  .liResoutLife {
    width: 30.83%;
  }
}
@media screen and (max-width: 767px) {
  .liResoutLife {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liResoutLife02 {
    margin: 6.95% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liResoutLife03 {
    margin: 6.95% 0% 0% 0%;
  }
}
.btnResoutLife {
  display: block;
  width: 100%;
}

.btnResoutLife100 {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .btnResoutLife100 {
    margin: 2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnResoutLife100 {
    width: 345px;
    margin-top: 12.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnResoutLife100 {
    width: 92%;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  padding-top: 20px;
  padding-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 1.04% 0% 0.67% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4.53% 0% 20% 0%;
  }
}
.footerFx {
  width: 828px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .footerFx {
    width: 68.99%;
  }
}
@media screen and (max-width: 1199px) {
  .footerFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .footerFx {
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .footerFx {
    display: block;
    width: 287px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .footerFx {
    width: 76.53%;
  }
}
.btnFooterFx {
  display: block;
  width: 242px;
}

@media screen and (max-width: 1199px) {
  .btnFooterFx {
    width: 29.22%;
  }
}
@media screen and (max-width: 767px) {
  .btnFooterFx {
    width: 198px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnFooterFx {
    width: 68.98%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1199px) {
  .btnFooterFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.h5Footer {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 41px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .h5Footer {
    font-size: 1.1676396997vw;
  }
}
@media screen and (max-width: 1199px) {
  .h5Footer {
    margin: 0% 0% 0% 4.95%;
  }
}
@media screen and (max-width: 767px) {
  .h5Footer {
    width: 100%;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 5.57% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5Footer {
    font-size: 3.7333333333vw;
  }
}
.txtFooter {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .txtFooter {
    font-size: 1.1676396997vw;
  }
}
@media screen and (max-width: 1199px) {
  .txtFooter {
    margin: 0% 0% 0% 2.89%;
  }
}
@media screen and (max-width: 767px) {
  .txtFooter {
    width: 100%;
    text-align: center;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 1.39% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFooter {
    font-size: 3.7333333333vw;
  }
}
.copyFooter {
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 13px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .copyFooter {
    font-size: 0.834028357vw;
  }
}
@media screen and (max-width: 1199px) {
  .copyFooter {
    margin: 0.67% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .copyFooter {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 3.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copyFooter {
    font-size: 2.6666666667vw;
  }
}
.pcFixedMenu {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 14.7%;
  width: 66px;
}

@media screen and (max-width: 1199px) {
  .pcFixedMenu {
    width: 3.43%;
  }
}
.ulPcFixedMenu {
  width: 100%;
}

.liPcFixedMenu {
  width: 100%;
}

.liPcFixedMenu:nth-child(n+2) {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1199px) {
  .liPcFixedMenu:nth-child(n+2) {
    margin: 13.63% 0% 0% 0%;
  }
}
.btnPcFixedMenu {
  display: block;
  width: 100%;
}

.spFixedMenu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
}

.ulSpFixedMenu {
  width: 100%;
}

.liSpFixedMenu {
  width: 186px;
}

@media screen and (max-width: 1199px) {
  .liSpFixedMenu {
    width: 49.6%;
  }
}
.liSpFixedMenu img {
  width: 100%;
}

/* ==========================================================================
Component
========================================================================== */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:33:59
    Author     : SPG-1105
*/
.bg_515151 {
  background: #515151;
}

.cl_FF3E14 {
  color: #ff3e14;
}

.cl_01B1E0 {
  color: #01b1e0;
}

.cl_515151 {
  color: #515151;
}

.cl_FF54AE {
  color: #ff54ae;
}

.cl_01B1E0 {
  color: #01b1e0;
}

.cl_fff {
  color: #fff;
}

.c_pointer {
  cursor: pointer;
}

.bg_FFE38F {
  background: #ffe38f;
}

.bg_FF54AE {
  background: #ff54ae;
}

.bg_CEF6FF {
  background: #cef6ff;
}

.bg_ECC243 {
  background: #ecc243;
}

.bg_01B1E0 {
  background: #01b1e0;
}

.bg_FFFDCC {
  background: #fffdcc;
}

.bg_fff {
  background: #fff;
}

.cl_FFE38F {
  color: #ffe38f;
}

.ovhidden {
  overflow: hidden;
}

.brd_515151 {
  border: 1px solid #515151;
}

.bgresoutLife {
  background: linear-gradient(90deg, #f1fff1 0%, #cffffc 100%);
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

@keyframes fadein_sc_top {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_top2 {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  70% {
    opacity: 1;
    transform: translate3d(0px, -10px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_left {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_right {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity_0_fade_set {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
}

.opacity_0_fade_set.active {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fadeleft_in {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}

.opacity_0_fadeleft_in.active {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}

.opacity_0_faderight_in {
  opacity: 0;
  transform: translate3d(20px, 0px, 0px);
}

.opacity_0_faderight_in.active {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}

.opacity_0_fade_in.active {
  -webkit-animation: fadein_in 0.75s ease 0.35s forwards alternate;
  animation: fadein_in 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set > li {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}

.opacity_0_list_fade_set.active > li:nth-child(1) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(2) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(3) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(4) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(5) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(6) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(7) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(8) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(9) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(10) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(11) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}

.opacity_0_list_fade_set.active > li:nth-child(12) {
  -webkit-animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

.listcnt .moveList {
  opacity: 0;
}

.listcnt.active .moveList:nth-child(1) {
  -webkit-animation: fadein_in 0.75s ease 0.15s forwards alternate;
  animation: fadein_in 0.75s ease 0.15s forwards alternate;
}

.listcnt.active .moveList:nth-child(2) {
  -webkit-animation: fadein_in 0.75s ease 0.3s forwards alternate;
  animation: fadein_in 0.75s ease 0.3s forwards alternate;
}

.listcnt.active .moveList:nth-child(3) {
  -webkit-animation: fadein_in 0.75s ease 0.45s forwards alternate;
  animation: fadein_in 0.75s ease 0.45s forwards alternate;
}

.listcnt.active .moveList:nth-child(4) {
  -webkit-animation: fadein_in 0.75s ease 0.6s forwards alternate;
  animation: fadein_in 0.75s ease 0.6s forwards alternate;
}

.listcnt.active .moveList:nth-child(5) {
  -webkit-animation: fadein_in 0.75s ease 0.75s forwards alternate;
  animation: fadein_in 0.75s ease 0.75s forwards alternate;
}

.listcnt.active .moveList:nth-child(6) {
  -webkit-animation: fadein_in 0.75s ease 0.9s forwards alternate;
  animation: fadein_in 0.75s ease 0.9s forwards alternate;
}

.listcnt.active .moveList:nth-child(7) {
  -webkit-animation: fadein_in 0.75s ease 1.05s forwards alternate;
  animation: fadein_in 0.75s ease 1.05s forwards alternate;
}

.listcnt.active .moveList:nth-child(8) {
  -webkit-animation: fadein_in 0.75s ease 1.2s forwards alternate;
  animation: fadein_in 0.75s ease 1.2s forwards alternate;
}

.listcnt.active .moveList:nth-child(9) {
  -webkit-animation: fadein_in 0.75s ease 1.35s forwards alternate;
  animation: fadein_in 0.75s ease 1.35s forwards alternate;
}

.listcnt.active .moveList:nth-child(10) {
  -webkit-animation: fadein_in 0.75s ease 1.5s forwards alternate;
  animation: fadein_in 0.75s ease 1.5s forwards alternate;
}

.listcntmainasu .moveList {
  opacity: 0;
}

.listcntmainasu.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}

.listcntmainasu.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasu .moveList1 {
  opacity: 0;
}

.listcntmainasu.active .moveList1 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.25s forwards alternate;
}

.listcntmainasu .moveList2 {
  opacity: 0;
}

.listcntmainasu.active .moveList2 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.5s forwards alternate;
}

.listcntmainasu .moveList3 {
  opacity: 0;
}

.listcntmainasu.active .moveList3 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 0.75s forwards alternate;
}

.listcntmainasu .moveList4 {
  opacity: 0;
}

.listcntmainasu.active .moveList4 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1s forwards alternate;
}

.listcntmainasu .moveList5 {
  opacity: 0;
}

.listcntmainasu.active .moveList5 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.25s forwards alternate;
}

.listcntmainasu .moveList6 {
  opacity: 0;
}

.listcntmainasu.active .moveList6 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.5s forwards alternate;
}

.listcntmainasu .moveList7 {
  opacity: 0;
}

.listcntmainasu.active .moveList7 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 1.75s forwards alternate;
}

.listcntmainasu .moveList8 {
  opacity: 0;
}

.listcntmainasu.active .moveList8 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2s forwards alternate;
}

.listcntmainasu .moveList9 {
  opacity: 0;
}

.listcntmainasu.active .moveList9 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.25s forwards alternate;
}

.listcntmainasu .moveList10 {
  opacity: 0;
}

.listcntmainasu.active .moveList10 {
  -webkit-animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.75s ease-in 2.5s forwards alternate;
}

.listcntmainasuLeft .moveList {
  opacity: 0;
}

.listcntmainasuLeft.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
}

.listcntmainasuLeft.active .moveList:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
}

.opacity_0_list_left_fade_set > li,
.opacity_0_list_left_fade_set section,
.opacity_0_list_left_fade_set div,
.opacity_0_list_left_fade_set tr,
.opacity_0_list_left_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}

.opacity_0_list_left_fade_set.active > li:nth-child(1),
.opacity_0_list_left_fade_set.active section:nth-child(1),
.opacity_0_list_left_fade_set.active div:nth-child(1),
.opacity_0_list_left_fade_set.active p:nth-child(1),
.opacity_0_list_left_fade_set.active h2:nth-child(1),
.opacity_0_list_left_fade_set.active h3:nth-child(1),
.opacity_0_list_left_fade_set.active h4:nth-child(1),
.opacity_0_list_left_fade_set.active h5:nth-child(1),
.opacity_0_list_left_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(2),
.opacity_0_list_left_fade_set.active section:nth-child(2),
.opacity_0_list_left_fade_set.active div:nth-child(2),
.opacity_0_list_left_fade_set.active p:nth-child(2),
.opacity_0_list_left_fade_set.active h2:nth-child(2),
.opacity_0_list_left_fade_set.active h3:nth-child(2),
.opacity_0_list_left_fade_set.active h4:nth-child(2),
.opacity_0_list_left_fade_set.active h5:nth-child(2),
.opacity_0_list_left_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(3),
.opacity_0_list_left_fade_set.active section:nth-child(3),
.opacity_0_list_left_fade_set.active div:nth-child(3),
.opacity_0_list_left_fade_set.active p:nth-child(3),
.opacity_0_list_left_fade_set.active h2:nth-child(3),
.opacity_0_list_left_fade_set.active h3:nth-child(3),
.opacity_0_list_left_fade_set.active h4:nth-child(3),
.opacity_0_list_left_fade_set.active h5:nth-child(3),
.opacity_0_list_left_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(4),
.opacity_0_list_left_fade_set.active section:nth-child(4),
.opacity_0_list_left_fade_set.active div:nth-child(4),
.opacity_0_list_left_fade_set.active p:nth-child(4),
.opacity_0_list_left_fade_set.active h2:nth-child(4),
.opacity_0_list_left_fade_set.active h3:nth-child(4),
.opacity_0_list_left_fade_set.active h4:nth-child(4),
.opacity_0_list_left_fade_set.active h5:nth-child(4),
.opacity_0_list_left_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(5),
.opacity_0_list_left_fade_set.active section:nth-child(5),
.opacity_0_list_left_fade_set.active div:nth-child(5),
.opacity_0_list_left_fade_set.active p:nth-child(5),
.opacity_0_list_left_fade_set.active h2:nth-child(5),
.opacity_0_list_left_fade_set.active h3:nth-child(5),
.opacity_0_list_left_fade_set.active h4:nth-child(5),
.opacity_0_list_left_fade_set.active h5:nth-child(5),
.opacity_0_list_left_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(6),
.opacity_0_list_left_fade_set.active section:nth-child(6),
.opacity_0_list_left_fade_set.active div:nth-child(6),
.opacity_0_list_left_fade_set.active p:nth-child(6),
.opacity_0_list_left_fade_set.active h2:nth-child(6),
.opacity_0_list_left_fade_set.active h3:nth-child(6),
.opacity_0_list_left_fade_set.active h4:nth-child(6),
.opacity_0_list_left_fade_set.active h5:nth-child(6),
.opacity_0_list_left_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(7),
.opacity_0_list_left_fade_set.active section:nth-child(7),
.opacity_0_list_left_fade_set.active div:nth-child(7),
.opacity_0_list_left_fade_set.active p:nth-child(7),
.opacity_0_list_left_fade_set.active h2:nth-child(7),
.opacity_0_list_left_fade_set.active h3:nth-child(7),
.opacity_0_list_left_fade_set.active h4:nth-child(7),
.opacity_0_list_left_fade_set.active h5:nth-child(7),
.opacity_0_list_left_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(8),
.opacity_0_list_left_fade_set.active section:nth-child(8),
.opacity_0_list_left_fade_set.active div:nth-child(8),
.opacity_0_list_left_fade_set.active p:nth-child(8),
.opacity_0_list_left_fade_set.active h2:nth-child(8),
.opacity_0_list_left_fade_set.active h3:nth-child(8),
.opacity_0_list_left_fade_set.active h4:nth-child(8),
.opacity_0_list_left_fade_set.active h5:nth-child(8),
.opacity_0_list_left_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(9),
.opacity_0_list_left_fade_set.active section:nth-child(9),
.opacity_0_list_left_fade_set.active div:nth-child(9),
.opacity_0_list_left_fade_set.active p:nth-child(9),
.opacity_0_list_left_fade_set.active h2:nth-child(9),
.opacity_0_list_left_fade_set.active h3:nth-child(9),
.opacity_0_list_left_fade_set.active h4:nth-child(9),
.opacity_0_list_left_fade_set.active h5:nth-child(9),
.opacity_0_list_left_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(10),
.opacity_0_list_left_fade_set.active section:nth-child(10),
.opacity_0_list_left_fade_set.active div:nth-child(10),
.opacity_0_list_left_fade_set.active p:nth-child(10),
.opacity_0_list_left_fade_set.active h2:nth-child(10),
.opacity_0_list_left_fade_set.active h3:nth-child(10),
.opacity_0_list_left_fade_set.active h4:nth-child(10),
.opacity_0_list_left_fade_set.active h5:nth-child(10),
.opacity_0_list_left_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(11),
.opacity_0_list_left_fade_set.active section:nth-child(11),
.opacity_0_list_left_fade_set.active div:nth-child(11),
.opacity_0_list_left_fade_set.active p:nth-child(11),
.opacity_0_list_left_fade_set.active h2:nth-child(11),
.opacity_0_list_left_fade_set.active h3:nth-child(11),
.opacity_0_list_left_fade_set.active h4:nth-child(11),
.opacity_0_list_left_fade_set.active h5:nth-child(11),
.opacity_0_list_left_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
}

.opacity_0_list_left_fade_set.active > li:nth-child(12),
.opacity_0_list_left_fade_set.active section:nth-child(12),
.opacity_0_list_left_fade_set.active div:nth-child(12),
.opacity_0_list_left_fade_set.active p:nth-child(12),
.opacity_0_list_left_fade_set.active h2:nth-child(12),
.opacity_0_list_left_fade_set.active h3:nth-child(12),
.opacity_0_list_left_fade_set.active h4:nth-child(12),
.opacity_0_list_left_fade_set.active h5:nth-child(12),
.opacity_0_list_left_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
}

.opacity_0_list_right_fade_set > li,
.opacity_0_list_right_fade_set section,
.opacity_0_list_right_fade_set div,
.opacity_0_list_right_fade_set tr,
.opacity_0_list_right_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}

.opacity_0_list_right_fade_set.active > li:nth-child(1),
.opacity_0_list_right_fade_set.active section:nth-child(1),
.opacity_0_list_right_fade_set.active div:nth-child(1),
.opacity_0_list_right_fade_set.active p:nth-child(1),
.opacity_0_list_right_fade_set.active h2:nth-child(1),
.opacity_0_list_right_fade_set.active h3:nth-child(1),
.opacity_0_list_right_fade_set.active h4:nth-child(1),
.opacity_0_list_right_fade_set.active h5:nth-child(1),
.opacity_0_list_right_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(2),
.opacity_0_list_right_fade_set.active section:nth-child(2),
.opacity_0_list_right_fade_set.active div:nth-child(2),
.opacity_0_list_right_fade_set.active p:nth-child(2),
.opacity_0_list_right_fade_set.active h2:nth-child(2),
.opacity_0_list_right_fade_set.active h3:nth-child(2),
.opacity_0_list_right_fade_set.active h4:nth-child(2),
.opacity_0_list_right_fade_set.active h5:nth-child(2),
.opacity_0_list_right_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(3),
.opacity_0_list_right_fade_set.active section:nth-child(3),
.opacity_0_list_right_fade_set.active div:nth-child(3),
.opacity_0_list_right_fade_set.active p:nth-child(3),
.opacity_0_list_right_fade_set.active h2:nth-child(3),
.opacity_0_list_right_fade_set.active h3:nth-child(3),
.opacity_0_list_right_fade_set.active h4:nth-child(3),
.opacity_0_list_right_fade_set.active h5:nth-child(3),
.opacity_0_list_right_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(4),
.opacity_0_list_right_fade_set.active section:nth-child(4),
.opacity_0_list_right_fade_set.active div:nth-child(4),
.opacity_0_list_right_fade_set.active p:nth-child(4),
.opacity_0_list_right_fade_set.active h2:nth-child(4),
.opacity_0_list_right_fade_set.active h3:nth-child(4),
.opacity_0_list_right_fade_set.active h4:nth-child(4),
.opacity_0_list_right_fade_set.active h5:nth-child(4),
.opacity_0_list_right_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(5),
.opacity_0_list_right_fade_set.active section:nth-child(5),
.opacity_0_list_right_fade_set.active div:nth-child(5),
.opacity_0_list_right_fade_set.active p:nth-child(5),
.opacity_0_list_right_fade_set.active h2:nth-child(5),
.opacity_0_list_right_fade_set.active h3:nth-child(5),
.opacity_0_list_right_fade_set.active h4:nth-child(5),
.opacity_0_list_right_fade_set.active h5:nth-child(5),
.opacity_0_list_right_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(6),
.opacity_0_list_right_fade_set.active section:nth-child(6),
.opacity_0_list_right_fade_set.active div:nth-child(6),
.opacity_0_list_right_fade_set.active p:nth-child(6),
.opacity_0_list_right_fade_set.active h2:nth-child(6),
.opacity_0_list_right_fade_set.active h3:nth-child(6),
.opacity_0_list_right_fade_set.active h4:nth-child(6),
.opacity_0_list_right_fade_set.active h5:nth-child(6),
.opacity_0_list_right_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(7),
.opacity_0_list_right_fade_set.active section:nth-child(7),
.opacity_0_list_right_fade_set.active div:nth-child(7),
.opacity_0_list_right_fade_set.active p:nth-child(7),
.opacity_0_list_right_fade_set.active h2:nth-child(7),
.opacity_0_list_right_fade_set.active h3:nth-child(7),
.opacity_0_list_right_fade_set.active h4:nth-child(7),
.opacity_0_list_right_fade_set.active h5:nth-child(7),
.opacity_0_list_right_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(8),
.opacity_0_list_right_fade_set.active section:nth-child(8),
.opacity_0_list_right_fade_set.active div:nth-child(8),
.opacity_0_list_right_fade_set.active p:nth-child(8),
.opacity_0_list_right_fade_set.active h2:nth-child(8),
.opacity_0_list_right_fade_set.active h3:nth-child(8),
.opacity_0_list_right_fade_set.active h4:nth-child(8),
.opacity_0_list_right_fade_set.active h5:nth-child(8),
.opacity_0_list_right_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(9),
.opacity_0_list_right_fade_set.active section:nth-child(9),
.opacity_0_list_right_fade_set.active div:nth-child(9),
.opacity_0_list_right_fade_set.active p:nth-child(9),
.opacity_0_list_right_fade_set.active h2:nth-child(9),
.opacity_0_list_right_fade_set.active h3:nth-child(9),
.opacity_0_list_right_fade_set.active h4:nth-child(9),
.opacity_0_list_right_fade_set.active h5:nth-child(9),
.opacity_0_list_right_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(10),
.opacity_0_list_right_fade_set.active section:nth-child(10),
.opacity_0_list_right_fade_set.active div:nth-child(10),
.opacity_0_list_right_fade_set.active p:nth-child(10),
.opacity_0_list_right_fade_set.active h2:nth-child(10),
.opacity_0_list_right_fade_set.active h3:nth-child(10),
.opacity_0_list_right_fade_set.active h4:nth-child(10),
.opacity_0_list_right_fade_set.active h5:nth-child(10),
.opacity_0_list_right_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(11),
.opacity_0_list_right_fade_set.active section:nth-child(11),
.opacity_0_list_right_fade_set.active div:nth-child(11),
.opacity_0_list_right_fade_set.active p:nth-child(11),
.opacity_0_list_right_fade_set.active h2:nth-child(11),
.opacity_0_list_right_fade_set.active h3:nth-child(11),
.opacity_0_list_right_fade_set.active h4:nth-child(11),
.opacity_0_list_right_fade_set.active h5:nth-child(11),
.opacity_0_list_right_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
}

.opacity_0_list_right_fade_set.active > li:nth-child(12),
.opacity_0_list_right_fade_set.active section:nth-child(12),
.opacity_0_list_right_fade_set.active div:nth-child(12),
.opacity_0_list_right_fade_set.active p:nth-child(12),
.opacity_0_list_right_fade_set.active h2:nth-child(12),
.opacity_0_list_right_fade_set.active h3:nth-child(12),
.opacity_0_list_right_fade_set.active h4:nth-child(12),
.opacity_0_list_right_fade_set.active h5:nth-child(12),
.opacity_0_list_right_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
}

.moveTopBtms {
  transition: 0.5s;
}

.moveTopBtms:hover {
  transform: translate(0px, -5px);
}

.scrollHarukazeFvPosta {
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 110%;
    opacity: 0;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
} 
/* ==========================================================================
202607 追加
========================================================================== */
.main_width {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 40px);
  }
}

.photoJoinStep img {
  margin: 0 auto;
}

.flowStepJoin .sub_ttl {
  margin-bottom: 10px;
  text-align: center;
}
.flowStepJoin .sub_ttl span {
  position: relative;
  padding: 0 1.4em;
  font-size: 26px;
  font-weight: 700;
  color: #01b1e0;
  z-index: 1;
}
@media (max-width: 768px) {
  .flowStepJoin .sub_ttl span {
    font-size: 18px;
  }
}
.flowStepJoin .sub_ttl span:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #01b1e0;
  transform: rotate(-30deg);
}
.flowStepJoin .sub_ttl span:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #01b1e0;
  transform: rotate(30deg);
}
.flowStepJoin .btn a {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 1em;
  border-radius: 60px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .flowStepJoin .btn a {
    font-size: 20px;
  }
}

.flowStepJoin.flowStepJoin0103,
.flowStepJoin.flowStepJoin0203 {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0 10px;
}
@media (max-width: 768px) {
  .flowStepJoin.flowStepJoin0103,
  .flowStepJoin.flowStepJoin0203 {
    flex-direction: column;
    gap: 25px 0;
  }
}
.flowStepJoin.flowStepJoin0103 .sub_ttl span,
.flowStepJoin.flowStepJoin0203 .sub_ttl span {
  font-size: 25px;
  color: #ff54ae;
}
@media (max-width: 768px) {
  .flowStepJoin.flowStepJoin0103 .sub_ttl span,
  .flowStepJoin.flowStepJoin0203 .sub_ttl span {
    font-size: 17px;
  }
}
.flowStepJoin.flowStepJoin0103 .sub_ttl span:before,
.flowStepJoin.flowStepJoin0203 .sub_ttl span:before {
  background-color: #ff54ae;
}
.flowStepJoin.flowStepJoin0103 .sub_ttl span:after,
.flowStepJoin.flowStepJoin0203 .sub_ttl span:after {
  background-color: #ff54ae;
}
.flowStepJoin.flowStepJoin0103 .left,
.flowStepJoin.flowStepJoin0103 .right,
.flowStepJoin.flowStepJoin0203 .left,
.flowStepJoin.flowStepJoin0203 .right {
  width: 100%;
}
.flowStepJoin.flowStepJoin0103 .btn a,
.flowStepJoin.flowStepJoin0203 .btn a {
  padding: 0.4em;
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .flowStepJoin.flowStepJoin0103 .btn a,
  .flowStepJoin.flowStepJoin0203 .btn a {
    padding: 1em;
    font-size: 20px;
  }
}

.flowStepJoin.flowStepJoin0103 .sub_ttl span {
  color: #01b1e0;
}
.flowStepJoin.flowStepJoin0103 .sub_ttl span:before {
  background-color: #01b1e0;
}
.flowStepJoin.flowStepJoin0103 .sub_ttl span:after {
  background-color: #01b1e0;
}

.secJoinStephash0103,
.secJoinStephash0203 {
  padding: 1.2em;
}
.secJoinStephash0103 .txtJoinStephash,
.secJoinStephash0203 .txtJoinStephash {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .secJoinStephash0103 .txtJoinStephash,
  .secJoinStephash0203 .txtJoinStephash {
    font-size: 14px;
  }
}

.secJoinStephash0103 {
  background-color: #cef6ff;
}

.secJoinStephash0203 {
  background-color: #ffd4dc;
}

.kikanStepJoin {
  background-color: #083a70;
}
.kikanStepJoin .h5KikanStepJoin {
  border-right: 1px solid #fff;
}

.group_ttl {
  position: relative;
  margin-bottom: 1.2em;
  font-weight: 400;
  z-index: 1;
}
.group_ttl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  background: #515151;
  z-index: -1;
}
.group_ttl span {
  position: relative;
  padding-right: 1em;
  z-index: 1;
}
.group_ttl span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-color: #fff;
  z-index: -1;
}

.group_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
  gap: 40px 1%;
}
@media (max-width: 768px) {
  .group_list {
    margin-bottom: 35px;
    gap: 20px 2%;
  }
}
.group_list li {
  width: 19.2%;
}
@media (max-width: 768px) {
  .group_list li {
    width: 32%;
  }
}

.footer {
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 0 100px;
  }
}

.footerWap .left {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 40px;
}
.footerWap .left a {
  margin: 0 auto;
}
.footerWap .left .h5Footer {
  font-size: 18px;
  text-align: center;
}
.footerWap .right {
  margin: 0;
  text-align: right;
}

.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentShirama,
.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentInfo,
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentShirama,
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentInfo {
  width: 31%;
  margin-right: 3.5%;
}
@media (max-width: 768px) {
  .d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentShirama,
  .d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentInfo,
  .d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentShirama,
  .d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentInfo {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentShirama:nth-child(3n),
.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentInfo:nth-child(3n),
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentShirama:nth-child(3n),
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentInfo:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentShirama:nth-child(3n),
  .d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentInfo:nth-child(3n),
  .d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentShirama:nth-child(3n),
  .d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentInfo:nth-child(3n) {
    margin-right: auto;
  }
}
.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentShirama .h3CampaignPresentInfo,
.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentShirama .h3CampaignPresentShirama,
.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentInfo .h3CampaignPresentInfo,
.d_flex.j_between.row.campaignPresentShiramaFx.ver_column_3 .secCampaignPresentInfo .h3CampaignPresentShirama,
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentShirama .h3CampaignPresentInfo,
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentShirama .h3CampaignPresentShirama,
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentInfo .h3CampaignPresentInfo,
.d_flex.j_between.row.campaignPresentInfoFx.ver_column_3 .secCampaignPresentInfo .h3CampaignPresentShirama {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming_soon {
  opacity: 0.6;
}

.campaignPresentInfo .notice {
  display: none;
}

.event_end .txtCampaignPresentInfoLast,
.event_end .h2CampaignPresentInfo img,
.event_end .campaignPresentInfoFx {
  opacity: 0.5 !important;
}
.event_end {
  position: relative;
}
.event_end .notice {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  z-index: 1;
  padding: 0.8em 1.5em;
  line-height: 1.6;
  width: 90%;
  max-width: 700px;
}/*# sourceMappingURL=common.css.map */