@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bold !important;
}

code, kbd, pre, samp, tt {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button, input {
  /* 1 */
  overflow: visible;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

button, select {
  /* 1 */
  text-transform: none;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

template, [hidden], .hidden {
  display: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

a,
button,
input {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.txt-indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc, .breakpc {
  display: block;
}

.dblock {
  display: block!important;
}

.dbnone {
  display: none;
}

@media all and (max-width: 960px) {
  .dispc, .breakpc {
    display: none!important;
  }
}

.dissp, .breaksp {
  display: block;
}

@media all and (min-width: 961px) {
  .dissp, .breaksp {
    display: none!important;
  }
}

.flexFont {
  font-size: 100%;
}

.obj__fit, .imgfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.overflow {
  overflow: hidden;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-moz-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-ms-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-o-keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@keyframes fadeUpLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 50px, 0);
    -moz-transform: translate3d(-50px, 50px, 0);
    -ms-transform: translate3d(-50px, 50px, 0);
    -o-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-webkit-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-moz-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-ms-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-o-keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@keyframes fadeUpRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 50px, 0);
    -moz-transform: translate3d(50px, 50px, 0);
    -ms-transform: translate3d(50px, 50px, 0);
    -o-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-webkit-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-moz-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-ms-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-o-keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@keyframes fadeDownRightLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    -ms-transform: translate3d(50px, -50px, 0);
    -o-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0);
    }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0);
    }
  }
  @-moz-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0);
    }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0);
    }
  }
  @-ms-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0);
    }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0);
    }
  }
  @-o-keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0);
    }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0);
    }
  }
  @keyframes fadeDownRightLeft {
    0% {
      -webkit-transform: translate3d(-50px, 50px, 0);
      -moz-transform: translate3d(-50px, 50px, 0);
      -ms-transform: translate3d(-50px, 50px, 0);
      -o-transform: translate3d(-50px, 50px, 0);
      transform: translate3d(-50px, 50px, 0);
    }
    100% {
      -webkit-transform: translateX(0, 0px, 0);
      -moz-transform: translateX(0, 0px, 0);
      -ms-transform: translateX(0, 0px, 0);
      -o-transform: translateX(0, 0px, 0);
      transform: translateX(0, 0px, 0);
    }
  }
}

@-webkit-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-moz-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-ms-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-o-keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@keyframes fadeDownLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, -50px, 0);
    -moz-transform: translate3d(-50px, -50px, 0);
    -ms-transform: translate3d(-50px, -50px, 0);
    -o-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0, 0px, 0);
    -moz-transform: translateX(0, 0px, 0);
    -ms-transform: translateX(0, 0px, 0);
    -o-transform: translateX(0, 0px, 0);
    transform: translateX(0, 0px, 0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

.wimg.loadit.animated, .wimgright.loadit.animated {
  position: relative;
}

.wimg:after,
.wimgright:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f8;
  z-index: 3;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wimg:before,
.wimgright:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2157f;
  z-index: 3;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wimg:after {
  right: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.wimgright:after {
  left: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.wimg:before {
  right: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.wimgright:before {
  left: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.wimg.loadit.animated.slideright:after,
.wimgright.loadit.animated.slideleft:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.wimg.loadit.animated.slideright:before,
.wimgright.loadit.animated.slideleft:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0.7;
}

.navstate_show.menu-open .header .nav__inside__list > li {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
}

.navstate_show.menu-open .header .nav__inside__list > li:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media all and (max-width: 750px) {
  .navstate_show.menu-open .header .nav__inside__list > li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
}

.navstate_hide.menu-open .header .nav__inside__list > li:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media all and (max-width: 750px) {
  .navstate_hide.menu-open .header .nav__inside__list > li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}

.delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media all and (max-width: 960px) {
  .delay1 {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
}

.delay2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media all and (max-width: 960px) {
  .delay2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

.delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media all and (max-width: 960px) {
  .delay3 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }
}

.delay4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@media all and (max-width: 960px) {
  .delay4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

.delay5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media all and (max-width: 960px) {
  .delay5 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
}

.delay6 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@media all and (max-width: 960px) {
  .delay6 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
}

.delay7 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@media all and (max-width: 960px) {
  .delay7 {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
  }
}

.delay8 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@media all and (max-width: 960px) {
  .delay8 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}

.delay9 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

@media all and (max-width: 960px) {
  .delay9 {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
}

.fixie .navlevel_2 li.hasdrop, .fixie .nav__inside__list li {
  position: inherit !important;
}

.fixie .topnav .btnshowroom a {
  padding: 12px 0 6px !important;
}

.fixie .btnpage a {
  padding-top: 6px !important;
  padding-bottom: 3px !important;
  line-height: 32px !important;
}

.fixie .megamenu_inside {
  margin-top: -22px !important;
}

.fixie body {
  overflow: visible;
}

.fixie .custom-object-fit, .fixie .custom-object-contain {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.fixie .custom-object-fit img, .fixie .custom-object-contain img {
  opacity: 0;
}

.fixie .custom-object-fit {
  background-size: cover;
}

.fixie .custom-object-contain {
  background-size: contain;
}

.fixie .text_true .righticons--icon .hamburger_inside {
  margin: 0;
}

.fixie .navlevel_2:not(.navstate_hide) li.hasdrop {
  position: relative !important;
}

.fixie .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
  position: static !important;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

.beforeload {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.gono-preload {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: table;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.gono-preload .gonoinside {
  display: table-cell;
  vertical-align: middle;
}

.gono-preload .gonoinside .svgsection {
  margin-top: -70px;
}

.gono-preload .gonoinside .svgsection svg {
  height: 160px !important;
}

.gono-preload .progress span {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
  height: 4px;
  width: 4px;
  display: inline-block;
  border-radius: 10px;
  -webkit-animation: wave 3s ease infinite;
  animation: wave 3s ease infinite;
}

.gono-preload .progress span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.gono-preload .progress span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.gono-preload .progress span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.gono-preload .progress span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.gono-preload .progress span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.gono-preload .progress span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.gono-preload .progress span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.gono-preload .progress span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.pageloaded .gono-preload {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.gono-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  margin: 0 auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid #333;
  -webkit-animation: gonoloader 0.8s infinite linear;
  animation: gonoloader 0.8s infinite linear;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

@-webkit-keyframes gonoloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gonoloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes wave {
  0%,
  40%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #eee;
  }
  10% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    background-color: #000;
  }
}

@keyframes wave {
  0%,
  40%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #eee;
  }
  10% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    background-color: #000;
  }
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

@media all and (min-width: 961px) {
  header {
    min-height: 100px;
  }
}

.header_top_logo {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
  max-width: 80px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .header_top_logo {
  }
}
.header_top_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 900px;
}

@media all and (max-width: 768px) {
  .header_top_info {
    /*
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_top_info .righticons a {
    margin-right: 10px;
  }
  /*
  .header_top_info .righticons {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  */
}

.h_recruit_btn {
  display: block;
  position: relative;
  line-height: 60px;
  width: 100px;
  height: 60px;
  padding: 0 0;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #01b901;
  background-color: #01b901;
}
.h_recruit_btn .txt {
  width: 50%;
  margin-top: 5px;
}
.h_recruit_btn .txt span {
  background-color: #fff;
  color: #01b901;
  margin-left: 2px;
  padding: 0 2px;
  display: inline-block;
}
.h_recruit_btn .txt span:nth-child(odd){
  margin-left: 0;
}
.h_recruit_btn .txt span:nth-child(1),
.h_recruit_btn .txt span:nth-child(2){
  margin-bottom: 2px;
}
.h_recruit_btn .img {
  position: absolute;
  right: -8px;
  top: -9px;
}
.h_recruit_btn:hover {
  color: #01b901;
  background-color: #fff;
}

@media all and (max-width: 960px) {
  .h_recruit_btn {
    display: none;
  }
}

.headtitle {
  height: 200px;
  text-align: center;
}

.headtitle .container, .headtitle .flexbox {
  height: 100%;
}

.headtitle .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headtitle .flexbox h1 {
  white-space: nowrap;
}

.logotype_text .header_top_logo a {
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

.hamburger {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.hamburger_inside {
  z-index: 99;
  position: relative;
}

.hamburger_inside span {
  height: 5px;
  position: absolute;
  background: #f2157f;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hamburger_inside span:first-child {
  top: 0;
}

.hamburger_inside span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.hamburger_inside span:last-child {
  bottom: 0;
}

@media all and (max-width: 520px) {
  .hamburger_inside span {
    background: #f2157f;
  }
}

.menu-open {
  position: relative;
}

.menu-open .nav.show .nav__inside {
  left: 0;
  opacity: 1;
}

.menu-open .nav.type2 {
  left: 0;
  background: #2d81b0;
  width: 100%;
}

.menu-open .hamburger_inside span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-225deg);
  -ms-transform: translateY(12px) rotate(-225deg);
  transform: translateY(12px) rotate(-225deg);
}

@media all and (max-width: 520px) {
  .menu-open .hamburger_inside span:nth-child(1) {
    -webkit-transform: translateY(11.5px) rotate(-225deg);
    -ms-transform: translateY(11.5px) rotate(-225deg);
    transform: translateY(11.5px) rotate(-225deg);
  }
}

.menu-open .hamburger_inside span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(225deg);
  -ms-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
  width: 100%;
}

.menu-open .hamburger_inside span:nth-child(3) {
  opacity: 0;
}

.top_nav .righticons, .footer .righticons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_nav .header_top, .footer .header_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_nav .container, .footer .container {
  position: relative;
}

.top_nav .hamburger,
.top_nav .righticons--icon, .footer .hamburger,
.footer .righticons--icon {
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 960px) {
  .top_nav .hamburger.iconnav,
  .top_nav .righticons--icon.iconnav, .footer .hamburger.iconnav,
  .footer .righticons--icon.iconnav {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    border: 1px solid #D0D0D0;
  }
  .top_nav .hamburger.iconnav .hamburger_inside,
  .top_nav .righticons--icon.iconnav .hamburger_inside, .footer .hamburger.iconnav .hamburger_inside,
  .footer .righticons--icon.iconnav .hamburger_inside {
    height: 60%;
    width: 70%;
  }
}

@media all and (max-width: 768px) {
  .top_nav .hamburger.iconnav,
  .top_nav .righticons--icon.iconnav, .footer .hamburger.iconnav,
  .footer .righticons--icon.iconnav {
    margin-left: 0;
  }
}

@media all and (min-width: 769px) {
  .top_nav .hamburger.iconline,
  .top_nav .righticons--icon.iconline, .footer .hamburger.iconline,
  .footer .righticons--icon.iconline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
  }
  .top_nav .hamburger.iconline p,
  .top_nav .righticons--icon.iconline p, .footer .hamburger.iconline p,
  .footer .righticons--icon.iconline p {
    color: #00b900;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    margin-right: 10px;
  }
  .top_nav .hamburger.iconline img,
  .top_nav .righticons--icon.iconline img, .footer .hamburger.iconline img,
  .footer .righticons--icon.iconline img {
    max-width: 60px;
    width: 60px;
    height: 60px;
  }
  .top_nav .hamburger.icontel,
  .top_nav .righticons--icon.icontel, .footer .hamburger.icontel,
  .footer .righticons--icon.icontel {
    margin-right: 25px;
  }
  .top_nav .hamburger.icontel span,
  .top_nav .righticons--icon.icontel span, .footer .hamburger.icontel span,
  .footer .righticons--icon.icontel span {
    background: none;
    height: auto;
    position: relative;
  }
  .top_nav .hamburger.icontel .text,
  .top_nav .righticons--icon.icontel .text, .footer .hamburger.icontel .text,
  .footer .righticons--icon.icontel .text {
    background: none;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top_nav .hamburger.icontel .text img,
  .top_nav .righticons--icon.icontel .text img, .footer .hamburger.icontel .text img,
  .footer .righticons--icon.icontel .text img {
    margin-right: 9px;
    margin-top: 4px;
  }
  .top_nav .hamburger.icontel p,
  .top_nav .footer .hamburger.icontel p,
  .footer {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
  }
  .top_nav .hamburger.icontel .txt,
  .top_nav .righticons--icon.icontel .txt, .footer .hamburger.icontel .txt,
  .footer .righticons--icon.icontel .txt {
    font-weight: bold;
    text-align: right;
  }
  .top_nav .hamburger.icontel .txt span.num,
  .top_nav .righticons--icon.icontel .txt span.num, .footer .hamburger.icontel .txt span.num,
  .footer .righticons--icon.icontel .txt span.num {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #f2157f;
  }
  .top_nav .hamburger.icontel .txt span,
  .top_nav .righticons--icon.icontel .txt span, .footer .hamburger.icontel .txt span,
  .footer .righticons--icon.icontel .txt span {
    background: none;
    position: relative;
    text-align: right;
    bottom: inherit;
    top: inherit;
    margin-right: -7px;
    font-size: 14px;
    width: auto;
    height: inherit;
    display: block;
    font-weight: 700;
  }
  .top_nav .hamburger.iconmail .txt,
  .top_nav .righticons--icon.iconmail .txt, .footer .hamburger.iconmail .txt,
  .footer .righticons--icon.iconmail .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2157f;
    border: 1px solid #fff;
    width: 220px;
    height: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media all and (min-width: 769px) and (max-width: 960px) {
  .top_nav .hamburger.iconmail .txt,
  .top_nav .righticons--icon.iconmail .txt, .footer .hamburger.iconmail .txt,
  .footer .righticons--icon.iconmail .txt {
    display: none;
  }
}

@media all and (min-width: 769px) and (min-width: 961px) {
  .top_nav .hamburger.iconmail .txt:hover,
  .top_nav .righticons--icon.iconmail .txt:hover, .footer .hamburger.iconmail .txt:hover,
  .footer .righticons--icon.iconmail .txt:hover {
    background: #fff;
    border: 1px solid #f2157f;
  }
  .top_nav .hamburger.iconmail .txt:hover p,
  .top_nav .righticons--icon.iconmail .txt:hover p, .footer .hamburger.iconmail .txt:hover p,
  .footer .righticons--icon.iconmail .txt:hover p {
    color: #f2157f;
  }
  .top_nav .hamburger.iconmail .txt:hover .svg *,
  .top_nav .righticons--icon.iconmail .txt:hover .svg *, .footer .hamburger.iconmail .txt:hover .svg *,
  .footer .righticons--icon.iconmail .txt:hover .svg * {
    fill: #f2157f;
  }
}

@media all and (min-width: 769px) and (min-width: 961px) {
  .top_nav .hamburger.iconmail img, .top_nav .hamburger.iconmail .svg,
  .top_nav .righticons--icon.iconmail img,
  .top_nav .righticons--icon.iconmail .svg, .footer .hamburger.iconmail img, .footer .hamburger.iconmail .svg,
  .footer .righticons--icon.iconmail img,
  .footer .righticons--icon.iconmail .svg {
    width: 24px;
    height: 16px;
    margin-top: 5px;
    margin-right: 6px;
  }
  .top_nav .hamburger.iconmail p,
  .top_nav .righticons--icon.iconmail p, .footer .hamburger.iconmail p,
  .footer .righticons--icon.iconmail p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .top_nav .hamburger.iconmail p span,
  .top_nav .righticons--icon.iconmail p span, .footer .hamburger.iconmail p span,
  .footer .righticons--icon.iconmail p span {
    background: none;
    position: relative;
    bottom: inherit;
    top: inherit;
    font-size: 14px;
    width: auto;
    height: inherit;
    display: block;
    font-weight: 500;
  }
}

@media all and (max-width: 520px) {
  .top_nav .hamburger,
  .top_nav .righticons--icon, .footer .hamburger,
  .footer .righticons--icon {
    width: 44px;
    height: 44px;
    background: none;
  }
}

@media all and (max-width: 520px) {
  .top_nav .righticons--icon, .footer .righticons--icon {
    margin-right: 3px;
  }
}

@media all and (max-width: 960px) {
  .top_nav .righticons--icon .hamburger_inside img, .footer .righticons--icon .hamburger_inside img {
    max-width: 50px;
    height: auto;
  }
}

.nav {
  margin-top: 102px;
  background: url(../images/share/bgnav.jpg) repeat-x;
  background-size: contain;
  position: relative;
  z-index: 999;
  width: 100%;
}

@media all and (max-width: 960px) {
  .nav {
    position: fixed;
    top: 84px;
    margin-top: 0;
  }
}

.nav .container {
  position: unset;
}

.nav__inside {
  width: 100%;
  z-index: 99;
}

.nav__inside__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 960px) {
  .nav__inside__list {
    display: block;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav__inside__list li {
  position: relative;
}

@media all and (max-width: 960px) {
  .nav__inside__list li {
    border-bottom: 1px solid #ccc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.nav__inside__list li a {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 500;
  text-align: center;
}

@media all and (max-width: 960px) {
  .nav__inside__list li a {
    padding: 20px;
    text-align: left;
    width: 100%;
  }
}

@media all and (min-width: 961px) {
  .nav__inside__list li a:hover {
    opacity: 0.8;
  }
}

.text_true .hastext {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
}

@media all and (max-width: 768px) {
  .text_true .hastext {
    font-size: 11px;
  }
}

.text_true .hamburger_inside, .text_true .righticons--icon_inside {
  top: -6px;
}

.text_true .righticons--icon .hamburger_inside {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 520px) {
  .text_true .righticons--icon .hamburger_inside img {
    max-width: 24px;
  }
}

.text_true .righticons--icon.icontel .hamburger_inside {
  top: -8px;
}

@media all and (min-width: 961px) {
  .text_true .righticons--icon.icontel .hamburger_inside img {
    width: 26px;
  }
}

@media all and (max-width: 520px) {
  .text_true .righticons--icon.icontel .hamburger_inside img {
    width: 22px;
  }
}

.text_false .top_nav .righticons--icon .hamburger_inside,
.text_false .footer .righticons--icon .hamburger_inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navstate_hide .nav {
  opacity: 0;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: -10;
  right: -35%;
  width: 35%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  -o-transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

@media all and (max-width: 960px) {
  .navstate_hide .nav {
    width: 100%;
  }
  .navstate_hide .nav .container {
    padding: 0;
  }
}

.navstate_hide.menu-open .nav {
  right: 0;
  z-index: 999;
  opacity: 1;
}

.navstate_hide.menu-open .top_nav .hamburger {
  position: fixed;
  right: 10px;
  top: 10px;
}

.navstate_hide.menu-open .nav__inside__list {
  padding-top: 20%;
  background: none;
  display: block;
}

.navstate_hide.menu-open .nav__inside__list li {
  display: block;
  width: 100%;
  border-bottom: none;
}

.navstate_hide.menu-open .nav__inside__list li a {
  color: #fff;
  font-weight: bold;
  padding: 25px 0;
}

@media all and (max-width: 960px) {
  .navstate_hide.menu-open .nav__inside__list li a {
    text-align: left;
  }
}

@media all and (min-width: 961px) {
  .navstate_hide.menu-open .nav__inside__list li a {
    border-bottom: 1px solid #eee;
  }
  .navstate_hide.menu-open .nav__inside__list li a:after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    position: absolute;
  }
  .navstate_hide.menu-open .nav__inside__list li a:hover {
    -webkit-transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    color: black;
  }
  .navstate_hide.menu-open .nav__inside__list li a:hover:after {
    width: 100%;
    -webkit-transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    background: #000;
  }
}

@media all and (max-width: 960px) {
  li.hasdrop > a {
    position: relative;
  }
  li.hasdrop > a::before, li.hasdrop > a::after {
    position: absolute;
    content: "";
    background: #fff;
    right: 20px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  li.hasdrop > a::before {
    width: 14px;
    height: 2px;
    right: 1px;
  }
  li.hasdrop > a::after {
    height: 14px;
    width: 2px;
    right: 7px;
  }
  li.hasdrop > a.open::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  li.hasdrop > a:before {
    right: 20px;
  }
  li.hasdrop > a:after {
    right: 26px;
  }
}

.navstate_show .nav__inside__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 960px) {
  .navstate_show .nav__inside {
    position: absolute;
    left: -100%;
    width: 100%;
    background: rgba(242, 21, 127, 0.95);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
  }
}

@media all and (min-width: 961px) {
  .navstate_show .top_nav .hamburger {
    display: none;
  }
}

.navlevel_2 .childmenu {
  display: none;
}

.navlevel_2 .childmenu li {
  -webkit-animation: none;
  animation: none;
}

.navlevel_2:not(.navstate_hide) .nav__inside__list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) .megamenu {
    display: block;
  }
}

.navlevel_2:not(.navstate_hide) li.hasdrop {
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.navlevel_2:not(.navstate_hide) li.hasdrop::before {
  content: '';
  background: transparent;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.navlevel_2:not(.navstate_hide) li.hasdrop:before {
  content: '';
  background: url(../images/share/arrow2.png);
  width: 7px;
  height: 4px;
  right: 50%;
  margin-right: -3.5px;
  top: inherit;
  bottom: 6px;
  margin-top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
}

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop:before {
    content: '';
    background: none;
  }
}

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu {
  position: absolute;
  background: #f2157f;
  z-index: 9999;
  left: 0;
  width: 100%;
  height: auto;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #f28bbc;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px;
}

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu {
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0 !important;
    height: inherit;
    background: none;
  }
  .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    padding-left: 20px;
  }
  .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li:last-child {
    border-bottom: 0;
  }
  .navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li:first-child {
    border-top: 1px solid #ccc;
  }
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside {
  width: 100%;
  left: 0;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_mother {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_mother {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
  width: 100%;
}

@media all and (min-width: 961px) {
  .navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
    width: calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: -o-calc(25% - 10px);
  }
}

@media all and (min-width: 961px) {
  .navtype_2 .nav.type2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navtype_2 .nav.type2 .container {
    width: 100%;
  }
  .navtype_2 .nav.type2 .nav__inside__list {
    padding-top: 0;
  }
}

@media all and (min-width: 961px) {
  .navtype_2.menu-open .nav__inside__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navtype_2.menu-open .nav__inside__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .navtype_2.menu-open .nav__inside__list li a {
    border-bottom: 0;
  }
  .navtype_2.menu-open .nav__inside__list li a::after {
    background: none;
    height: 0;
  }
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

.aside h2.title {
  border-top: 1px solid #f2157f;
  border-bottom: 1px solid #f2157f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
  color: #f2157f;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media all and (max-width: 960px) {
  .aside h2.title {
    margin-bottom: 3%;
  }
}

.aside h2.title.mt20 {
  margin-top: 6% !important;
}

.aside .block {
  padding: 5px;
}

@media all and (max-width: 960px) {
  .aside .block {
    padding: 0 6%;
  }
}

.aside .brn {
  margin-bottom: 10px;
}

.aside .brn_txt {
  background: #f2157f;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  min-height: 55px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  border: 2px solid #f2157f;
}

@media all and (min-width: 961px) {
  .aside .brn_txt:hover {
    background: #fff;
    color: #f2157f;
  }
}

.aside .brn span {
  font-size: 16px;
  font-weight: 300;
}

@media all and (max-width: 960px) {
  .aside .brn span {
    font-size: 13px;
    display: block;
  }
}

@media all and (max-width: 768px) {
  .aside .brn span {
    font-size: 16px;
  }
}

.aside .block1 img, .aside .block2 img {
  width: 100%;
}

.aside .block3 .brn_txt {
  padding-left: 20px;
  line-height: 1.2;
}

.aside .block3 .brn_txt .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31px;
  flex: 0 0 31px;
  margin-right: 10px;
  min-width: 31px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside .block3 .brn_txt span {
  font-weight: 700;
  display: block;
}

.button-hover {
  position: relative;
}

.button-hover a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 55px;
}

.type-5 {
  background: white;
  overflow: hidden;
  position: relative;
}

.type-5.icon1 span:nth-of-type(11), .type-5.icon1 span:nth-of-type(12) {
  padding-left: 30px;
}

.type-5.icon1:after {
  content: '';
  position: absolute;
  background: url(../images/share/icon-new.png) no-repeat center center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  left: 0;
  top: 2px;
  z-index: 9999;
}

.type-5.icon1:hover span:nth-of-type(11), .type-5.icon1:hover span:nth-of-type(12) {
  padding-left: 30px;
}

.type-5.icon2 span:nth-of-type(11), .type-5.icon2 span:nth-of-type(12) {
  padding-left: 30px;
}

.type-5.icon2:after {
  content: '';
  position: absolute;
  background: url(../images/share/icon-new1.png) no-repeat center center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  left: 0;
  top: 2px;
  z-index: 9999;
}

.type-5.icon2:hover span:nth-of-type(11), .type-5.icon2:hover span:nth-of-type(12) {
  padding-left: 30px;
}

.type-5 span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 9px 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  background: none;
  z-index: 99;
  top: 100px;
  font-weight: bold;
  line-height: 1;
}

.button button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 68px;
}

.button .type-5 span:after {
  width: 110px;
  height: 100px;
  z-index: -1;
}

.button button .pt {
  padding-top: 23px !important;
}

.button button .pt1 {
  padding-top: 40px !important;
}

.type-5 span:after {
  content: '';
  background: #0e1abd;
  width: 20px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.type-5 span:nth-of-type(1) {
  background: #0e1abd;
  top: 106px;
}

.type-5 span:nth-of-type(2n+2) {
  z-index: 999;
  padding: 15px;
  overflow: hidden;
  top: 106px;
}

.type-5 span:nth-of-type(1):after {
  top: -4px;
  left: 0;
  background: #0e1abd;
}

.type-5 span:nth-of-type(2):after {
  top: -8px;
  left: 20px;
  background: #0e1abd;
}

.type-5 span:nth-of-type(3):after {
  top: 2px;
  left: 40px;
}

.type-5 span:nth-of-type(4):after {
  top: -8px;
  left: 60px;
  background: #0e1abd;
}

.type-5 span:nth-of-type(5):after {
  top: 2px;
  left: 80px;
}

.type-5 span:nth-of-type(6):after {
  top: -8px;
  left: 100px;
  background: #0e1abd;
}

.type-5 span:nth-of-type(7):after {
  top: 2px;
  left: 120px;
}

.type-5 span:nth-of-type(8):after {
  top: -8px;
  left: 140px;
  background: #0e1abd;
}

.type-5 span:nth-of-type(9):after {
  top: 2px;
  left: 160px;
}

.type-5 span:nth-of-type(10):after {
  top: -8px;
  left: 180px;
  background: #0e1abd;
}

.type-5 span:nth-of-type(11):after {
  top: 2px;
  left: 200px;
}

.type-5 span:nth-of-type(12):after {
  background: transparent;
}

.type-5 span:nth-of-type(12) {
  top: 0;
  background: #f2157f;
  z-index: 9;
  padding: 17px 0;
  color: #fff;
  font-weight: bold;
}

.type-5 span:nth-of-type(1) {
  height: 100px;
}

@media all and (min-width: 961px) {
  .type-5:hover span:nth-of-type(2n+1) {
    z-index: 999;
    padding: 15px 0;
    top: -18px;
  }
  .type-5:hover span:nth-of-type(2n+2) {
    z-index: 999;
    padding: 15px 0;
    top: -10px;
  }
  .type-5:hover span:nth-of-type(1) {
    z-index: 999;
    top: -10px;
    padding: 9px 0;
  }
  .type-5:hover span:nth-of-type(11) {
    padding: 36px 0;
    color: #fff;
    font-weight: bold;
  }
  .type-5:hover span:nth-of-type(12) {
    z-index: 99;
    top: 0;
    padding: 17px 0;
  }
}

.aside .block3 .type-5 {
  position: relative;
  background: #fff;
  border: none;
}

.aside .block3 .type-5 span:nth-of-type(11), .aside .block3 .type-5 span:nth-of-type(12) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.aside .block3 .type-5 span:nth-of-type(11) {
  padding: 15px 20px;
}

.aside .block3 .type-5 span:nth-of-type(12) {
  padding: 15px 20px;
  top: 0;
}

@media all and (min-width: 961px) {
  .aside .block3 .type-5:hover img {
    opacity: 1;
  }
  .aside .block3 .type-5:hover span:nth-of-type(11) {
    top: 0;
  }
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

.footer {
  background: #f2157f;
  padding: 60px 0;
}

@media all and (max-width: 960px) {
  .footer {
    padding: 5% 0;
  }
}

.footer_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .footer_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer_top_logo {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
  max-width: 200px;
}

@media all and (max-width: 768px) {
  .footer_top_logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.footer_top_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 900px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .footer_top_info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.footer_nav {
  width: 100%;
}

.footer_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media all and (max-width: 960px) {
  .footer_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer_nav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer_nav ul li a {
  color: #fff;
  font-weight: 500;
  background: url(../images/share/iconli.png) no-repeat left center;
  background-size: 8px;
  padding-left: 17px;
  margin-bottom: 10px;
  display: block;
}

.footer_nav ul li > ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footbottom p {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-size: 16px;
  background: #e8e8e8;
  text-align: center;
  padding: 15px 0;
}

.footer .page_top_cont {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 990;
  bottom: 22px;
  right: 0;
}

.footer .page_top_cont .page_top .to_top {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 25px;
  zoom: 1;
  text-align: right;
  z-index: 999;
}

.footer .page_top_cont .page_top .to_top img {
  width: 45px;
}

@media all and (min-width: 961px) {
  .footer .page_top_cont .page_top .to_top img {
    width: 75px;
    height: auto;
  }
}

.righticons--icon.icontel p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
}

.footer .righticons--icon.iconline p, .footer .righticons--icon.iconline span, .footer .righticons--icon.icontel p, .footer .righticons--icon.icontel span {
  color: #fff !important;
}

.footer .righticons--icon.iconmail .txt {
  background: #fff;
}

.footer .righticons--icon.iconmail .txt p {
  color: #f2157f;
}

.footer .righticons--icon.iconmail .svg .st0 {
  fill: #f2157f;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

.ahover {
  position: relative;
}

.ahover a {
  position: relative;
}

.ahover a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.ahover a:after {
  bottom: -1px;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #f2157f;
  left: 50%;
}

@media all and (min-width: 960px) {
  .ahover a:hover {
    opacity: 1;
    color: #f2157f;
  }
  .ahover a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.btnpage {
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
  margin-top: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 768px) {
  .btnpage {
    margin-top: 20px;
    max-width: 180px;
  }
}

.btnpage a, .btnpage button {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  position: relative;
  position: relative;
  background: #f2157f;
  z-index: 0;
  overflow: hidden;
  border: 2px solid #f2157f;
}

@media all and (min-width: 960px) {
  .btnpage a:hover, .btnpage button:hover {
    border: 2px solid #f2157f;
    background: #fff;
    color: #f2157f;
  }
}

@media all and (max-width: 768px) {
  .btnpage a, .btnpage button {
    font-size: 18px;
    padding: 5px 0;
  }
}

.btnpage a span, .btnpage button span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
}

.btnpage a span::before, .btnpage button span::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  right: 50%;
  margin-right: -50px;
}

.btnpage.btnback {
  margin-top: 0;
  margin-left: 0;
}

@media all and (max-width: 520px) {
  .btnpage.btnback {
    max-width: 150px;
  }
}

.btnpage.btnback a {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnpage.btnback a img {
  position: relative;
  z-index: 2;
}

.btnpage.btnback a span {
  position: relative;
  margin-right: -15px;
}

.btnpage.btnback a span:after {
  position: absolute;
  content: '\f359';
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  left: -30px;
  top: 4px;
}

@media all and (min-width: 961px) {
  .btnpage.btnback a:hover img {
    opacity: 1;
  }
  .btnpage.btnback a:hover:after {
    background: #f2157f;
  }
}

.btnpage.btnnext {
  margin-top: 0;
  margin-right: 0;
}

@media all and (max-width: 520px) {
  .btnpage.btnnext {
    max-width: 150px;
  }
}

.btnpage.btnnext a {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnpage.btnnext a img {
  position: relative;
  z-index: 2;
}

.btnpage.btnnext a span {
  position: relative;
  margin-left: -15px;
}

.btnpage.btnnext a span:after {
  position: absolute;
  content: '\f35a';
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  right: -30px;
  top: 4px;
}

@media all and (min-width: 961px) {
  .btnpage.btnnext a:hover img {
    opacity: 1;
  }
  .btnpage.btnnext a:hover:after {
    background: #ac0d5a;
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

@media all and (max-width: 1100px) {
  .container {
    max-width: 1200px;
  }
}

@media all and (max-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media all and (max-width: 960px) {
  .container {
    max-width: 520px;
  }
}

@media all and (max-width: 520px) {
  .container {
    max-width: 100%;
    padding: 0 3%;
  }
}

.container_large {
  max-width: 1240px;
  margin: 0 auto;
}

@media all and (max-width: 1240px) {
  .container_large {
    max-width: 1100px;
  }
}

@media all and (max-width: 1100px) {
  .container_large {
    max-width: 960px;
  }
}

@media all and (max-width: 960px) {
  .container_large {
    max-width: 960px;
  }
}

@media all and (max-width: 960px) {
  .container_large {
    max-width: 520px;
  }
}

@media all and (max-width: 520px) {
  .container_large {
    max-width: 100%;
    padding: 0 3% !important;
  }
}

.container_large .container {
  padding: 0;
}

body {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: 'Noto Sans JP';
}

body .clpage {
  color: #f2157f;
}

body .fontmin {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

body p {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
}

@media all and (min-width: 961px) {
  body p {
    font-size: 16px;
  }
}

body a {
  color: #000;
  line-height: normal;
}

body img, body iframe {
  max-width: 100%;
  line-height: 0;
}

body .img {
  overflow: hidden;
  line-height: 0;
}

body .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexbox_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flexbox_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 961px) and (max-width: 1100px) {
  html {
    overflow-x: scroll;
  }
}

@media all and (max-width: 960px) {
  html {
    overflow-x: hidden;
  }
}

@media all and (min-width: 961px) and (max-width: 1100px) {
  body {
    min-width: 1100px;
    width: 1100px;
    width: 100%;
    overflow: hidden;
  }
}

@media all and (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
}

@media all and (max-width: 960px) {
  .main_body.p-top {
    margin-top:84px;
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

@media all and (min-width: 961px) and (max-width: 1100px) {
  .container {
    min-width: 1100px;
  }
}

@media all and (max-width: 960px) {
  .container {
    padding: 0 3%;
  }
}

.top_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0;
  background-color: #fff;
  z-index: 10000;
}

@media all and (max-width: 960px) {
  .top_nav {
    padding: 10px 0;
  }
}

.contenttop {
  background: url(../images/bgpartern.jpg) repeat;
  padding-bottom: 100px;
}

@media all and (max-width: 960px) {
  .contenttop {
    padding-bottom: 6%;
  }
}

.slider {
  background: url(../images/bgpartern.jpg) repeat;
  padding-bottom: 50px;
}

@media all and (max-width: 960px) {
  .slider {
    padding-bottom: 25px;
  }
}

@media all and (max-width: 768px) {
  .slider {
    padding-bottom: 15px;
  }
}

.slider .swiper-container {
  width: 100%;
}

.slider .gallery-top {
  background: #f1f1f1;
  padding: 20px 0;
  overflow: inherit !important;
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

@media all and (max-width: 960px) {
  .slider .gallery-top {
    padding: 3%;
  }
}

.slider .gallery-top .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
  max-width: 1100px;
}

@media all and (max-width: 960px) {
  .slider .gallery-top .swiper-slide {
    height: auto;
    min-height: inherit;
  }
}

.slider .gallery-thumbs {
  margin-top: 16px;
  overflow: inherit !important;
}

.slider .gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.slider .gallery-thumbs .swiper-slide-thumb-active {
  position: relative;
}

.slider .gallery-thumbs .swiper-slide-thumb-active:after {
  position: absolute;
  content: '';
  border: 5px solid #f2157f;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 0;
  top: 0;
}

@media all and (max-width: 768px) {
  .slider .gallery-thumbs .swiper-slide-thumb-active:after {
    border-width: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}

.slider .gallery-thumbs .swiper-slide-thumb-active:before {
  position: absolute;
  content: url(../common_img/sankaku.png);
  /*font-family: fontAwesome;*/
  width: 10px;
  height: 10px;
  font-size: 18px;
  right: 50%;
  margin-right: -5px;
  top: -18px;
  color: #f2157f;
}

@media all and (max-width: 768px) {
  .slider .gallery-thumbs .swiper-slide {
    width: 48% !important;
    margin-right: 0 !important;
    margin-bottom: 4%;
  }
  .slider .gallery-thumbs .swiper-slide img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .slider .gallery-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.newtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  width: 100%;
}

@media all and (max-width: 960px) {
  .newtop {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newtop .tit {
  background: #f2157f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media all and (max-width: 960px) {
  .newtop .tit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 3%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.newtop .tit h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.newtop .tit h3 img {
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  .newtop .tit h3 {
    font-size: 18px;
  }
}

.newtop .tit .btn {
  margin-top: 15px;
}

@media all and (max-width: 960px) {
  .newtop .tit .btn {
    margin-top: 0;
  }
}

.newtop .tit .btn a {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #fff;
  width: 140px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media all and (min-width: 961px) {
  .newtop .tit .btn a:hover {
    background: #fff;
    color: #f2157f;
  }
}

@media all and (max-width: 768px) {
  .newtop .tit .btn a {
    font-size: 12px;
    width: 110px;
    height: 30px;
  }
}

.newtop .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
  border: 1px solid #f2157f;
  padding: 15px 40px;
}

@media all and (max-width: 960px) {
  .newtop .info {
    padding: 2%;
  }
}

.newtop .info_ins {
  overflow-y: scroll;
  max-height: 100px;
}

@media all and (max-width: 960px) {
  .newtop .info_ins {
    max-height: 270px;
  }
}

.newtop .info dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 7px 0;
  border-bottom: 1px dashed #d0d0d0;
}

@media all and (max-width: 960px) {
  .newtop .info dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}

.newtop .info dl:first-child {
  padding-top: 0;
}

@media all and (max-width: 960px) {
  .newtop .info dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.newtop .info dl dt .txt {
  background: #f2157f;
  border-radius: 5px;
  color: #fff;
  width: 60px;
  height: 20px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin-right: 40px;
}

@media all and (max-width: 960px) {
  .newtop .info dl dt .txt {
    margin-right: 3%;
  }
}

.newtop .info dl dt .date {
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
}

.newtop .info dl dd {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media all and (max-width: 960px) {
  .newtop .info dl dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    padding-right: 3%;
  }
}

@media all and (min-width: 961px) {
  .newtop .info dl dd a:hover {
    text-decoration: underline;
  }
}

.wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 40px;
}

@media all and (min-width: 961px) {
  .wrap .content {
    max-width: 840px;
  }
}

@media all and (max-width: 960px) {
  .wrap .content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.wrap .aside {
  min-width: 220px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
span.youtube_tit{
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 0.75rem;
}
@media all and (max-width: 960px) {
  span.youtube_tit{ font-size: 1rem; text-align: center;}
}

@media all and (min-width: 961px) {
  .wrap .aside {
    max-width: 220px;
  }
}

@media all and (max-width: 960px) {
  .wrap .aside {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 6%;
  }

}

.tittop {
  font-size: 26px;
  font-weight: 500;
  color: #f2157f;
  text-align: center;
}

.tittop small {
  font-size: 14px;
  display: block;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .tittop {
    font-size: 18px;
  }
}

.contentTop .section1 {
  background: url(../images/bgparttern2.jpg) repeat-y;
  background-size: cover;
  padding: 30px 15px;
}

@media all and (max-width: 960px) {
  .contentTop .section1 {
    padding: 5% 15px;
  }
}

.contentTop .section1 .boxitem {
  margin-top: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .contentTop .section1 .boxitem {
    margin-top: 5%;
  }
}

.contentTop .section1 .boxitem .col2 {
  width: 49.5%;
}

@media all and (min-width: 961px) {
  .contentTop .section1 .boxitem .col2 {
    max-width: 400px;
  }
}

@media all and (max-width: 768px) {
  .contentTop .section1 .boxitem .col2 {
    width: 100%;
  }
}

.contentTop .section1 .boxitem .col4 {
  width: 24%;
}

@media all and (min-width: 961px) {
  .contentTop .section1 .boxitem .col4 {
    max-width: 195px;
  }
}

@media all and (max-width: 768px) {
  .contentTop .section1 .boxitem .col4 {
    width: 48%;
  }
}

.contentTop .section1 .boxitem .item {
  border: 5px solid #e1e1e1;
  background: #fff;
  position: relative;
  margin-bottom: 1.5%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  padding: 5px;
}

.contentTop .section1 .boxitem .item a {
  position: relative;
  width: 100%;
  display: block;
}

.contentTop .section1 .boxitem .item a img {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media all and (min-width: 961px) {
  .contentTop .section1 .boxitem .item:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .contentTop .section1 .boxitem .item:hover img {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .contentTop .section1 .boxitem .item {
    margin-bottom: 4%;
  }
}

.contentTop .section1 .boxitem .item:after {
  position: absolute;
  content: '';
  background: #f2157f;
  width: calc(100% + 10px);
  height: 5px;
  left: -5px;
  top: -5px;
}

.contentTop .section1 .boxitem .item .img {
  position: relative;
}

.contentTop .section1 .boxitem .item .img img {
  width: 100%;
}

.contentTop .section1 .boxitem .item .img span {
  font-weight: bold;
  color: #f2157f;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px;
  min-height: 45px;
  height: 45px;
}

@media all and (max-width: 960px) {
  .contentTop .section1 .boxitem .item .img span {
    font-size: 13px;
    height: 36px;
    min-height: 36px;
  }
}

.contentTop .section1 .boxitem .item:first-child .img span, .contentTop .section1 .boxitem .item:nth-child(2) .img span {
  font-size: 20px;
  line-height: normal;
  padding: 0 20px;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media all and (max-width: 960px) {
  .contentTop .section1 .boxitem .item:first-child .img span, .contentTop .section1 .boxitem .item:nth-child(2) .img span {
    font-size: 15px;
  }
}

.contentTop .section1 .boxitem .txt p {
  margin-top: 5px;
}

@media all and (max-width: 768px) {
  .contentTop .section1 .btnpage {
    margin-top: 5px;
  }
}

.contentTop .section2 {
  margin-top: 60px;
}

@media all and (max-width: 960px) {
  .contentTop .section2 {
    margin-top: 30px;
  }
}

.contentTop .section2 .flexbox {
  margin-top: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}

.contentTop .section2 .item {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  background: #f2157f;
  position: relative;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 100%;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
}

@media all and (min-width: 961px) {
  .contentTop .section2 .item {
    max-width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .contentTop .section2 .item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .contentTop .section2 .item:hover img {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .contentTop .section2 .item {
    max-width: calc(50% - 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 40px 10px 0;
  }
}


.contentTop .section2 .item .num {
  position: absolute;
  margin-top: -30px;
  margin-left: -10px;
}

.contentTop .section2 .item h4 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: 40px;
  margin-left: 75px;
  padding-right: 10px;
}

@media all and (max-width: 960px) {
  .contentTop .section2 .item h4 {
    font-size: 13px;
  }
}

@media all and (max-width: 960px) {
  .contentTop .section2 .item h4 {
    min-height: 32px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 768px) {
  .contentTop .section2 .item h4 {
    font-size: 17px;
    margin-left: 0;
    margin-top: 30px;
  }
}

.contentTop .section2 .item p {
  color: #fff;
  padding-right: 10px;
}

@media all and (max-width: 768px) {
  .contentTop .section2 .item p {
    margin-top: 10px;
  }
}

.contentTop .section2 .item img {
  width: 100%;
}

.contentTop .section3 {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

@media all and (max-width: 960px) {
  .contentTop .section3 {
    margin-top: 30px;
    padding: 30px 0;
  }
}

.contentTop .section3 .flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.contentTop .section3 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  margin-bottom: 20px;
  flex: 0 0 24%;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  max-width: 195px;
  overflow: hidden;
}

.contentTop .section3 .item img {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media all and (min-width: 961px) {
  .contentTop .section3 .item {
    max-width: 195px;
  }
  .contentTop .section3 .item:hover {
    opacity: 0.7;
  }
  .contentTop .section3 .item:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media all and (max-width: 768px) {
  .contentTop .section3 .item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.contentTop .section3 .item .img {
  background: #d1d1d1;
  max-height: 150px;
  height: 150px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentTop .section3 .item .img img {
  min-height: 150px;
  max-width: inherit;
  max-height: 150px;
}

@media all and (max-width: 768px) {
  .contentTop .section3 .item .img {
    height: 250px;
    max-height: 250px;
  }
  .contentTop .section3 .item .img img {
    min-height: 250px;
    max-height: 250px;
  }
}

.contentTop .section3 .item .date {
  font-weight: 700;
  font-size: 13px;
}

@media all and (max-width: 768px) {
  .contentTop .section3 .btnpage {
    margin-top: 0;
  }
}

.contentTop .section4 {
  margin-top: 60px;
}

@media all and (max-width: 960px) {
  .contentTop .section4 {
    margin-top: 30px;
  }
}

.contentTop .section4 .flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contentTop .section4 .item {
  border: 5px solid #e1e1e1;
  width: 49%;
  position: relative;
}

@media all and (min-width: 961px) {
  .contentTop .section4 .item {
    max-width: 410px;
  }
}

@media all and (max-width: 768px) {
  .contentTop .section4 .item {
    width: 100%;
    max-width: 100%;
  }
  .contentTop .section4 .item:first-child {
    margin-bottom: 20px;
  }
}

.contentTop .section4 .txt {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
}

.contentTop .section4 .txt p {
  color: #fff;
}

.common_footer {
  background: url(../images/bgbrnft.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media all and (max-width: 768px) {
  .common_footer {
    padding: 30px 0;
  }
}

.common_footer .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .common_footer .flexbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.common_footer .flexbox p {
  margin-right: 20px;
  margin-bottom: 20px;
}

.common_footer .flexbox p:nth-child(3) {
  margin-right: 0;
}

@media all and (max-width: 960px) {
  .common_footer .flexbox p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-right: 0;
  }
  .common_footer .flexbox p img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .common_footer .flexbox p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media all and (max-width: 768px) {
  .top_slide_wrap .container-swiper {
    top: -70px!important;}
  }


.container-swiper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  top: -220px;
}




.container-swiper .swiper-button-prev, .container-swiper .swiper-button-next {
  background: url(../images/share/svg/arrowup_type2.svg) no-repeat;
}

.container-swiper .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media all and (min-width: 769px) {
  .contentTop .section3 .flexbox {
    margin-right: -10px;
    margin-left: -10px;
  }
  .contentTop .section3 .item {
    margin-left: 10px;
    margin-right: 10px;
  }
  body > header > div > div > div > div > div > a:nth-child(3){
    pointer-events: none;
  }

  body > footer > div.container > div.footer_top > div.footer_top_info > a:nth-child(2){
    pointer-events: none;
  }
}

/*# sourceMappingURL=base.css.map */
.txt_pink{
  color:   #f2157f;
}
