@charset "UTF-8";

body {
  background: #fff;
  color: #717583;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body::after {
  content: "";
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body.modal,
body.menu {
  overflow: hidden;
  width: 100%;
}

body.modal::after,
body.menu::after {
  opacity: 0.5;
}

body.modal #Wrap,
body.modal > header,
body.modal > footer,
body.menu #Wrap,
body.menu > header,
body.menu > footer {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

body.modal::after {
  z-index: 59000;
}

body.menu::after {
  z-index: 40000;
}

a {
  outline: none;
}

a:link,
a:visited {
  color: #1da1f2;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: inherit;
  margin: 0;
  padding: 0;
}

img {
  outline: none;
  max-width: 100%;
  font-size: 1px !important;
  line-height: 0 !important;
  vertical-align: middle;
}

rt {
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

.emColor01 {
  color: #fe75ab !important;
}

.emColor02 {
  color: #1da1f2 !important;
}

.noteColor {
  color: #999 !important;
}

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

.under {
  text-decoration: underline;
}

.dis {
  text-decoration: line-through;
}

.jp {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.brace {
  text-indent: -0.5em;
}

.mgtHp {
  margin-top: 1em !important;
}

.mgt1p {
  margin-top: 2em !important;
}

.mgt2p {
  margin-top: 4em !important;
}

.mgt3p {
  margin-top: 6em !important;
}

.fsS {
  font-size: 0.8em !important;
  line-height: 1.8em !important;
}

.fsL {
  font-size: 1.15em !important;
  line-height: 2em !important;
}

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

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

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

.iblock {
  display: inline-block;
  vertical-align: baseline;
}

.wbreak {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

ul.def {
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

ul.def > li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.def > li > * {
  text-indent: 0;
}

table.def {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  font-size: 1em;
  line-height: 2em;
}

table.def > tbody > tr {
  position: relative;
  z-index: 1;
}

table.def > tbody > tr > th,
table.def > tbody > tr > td {
  font-weight: normal;
}

table.def > tbody > tr > th {
  padding: 20px 40px 20px 0;
  width: 200px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

table.def > tbody > tr > th > span {
  display: block;
  border-radius: 60px;
  padding: 12px 20px;
  background: #717583;
  color: #fff;
  line-height: 1em;
}

table.def > tbody > tr > th::before,
table.def > tbody > tr > th::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  border-top: 1px dashed #000;
  width: 100%;
  height: 0;
}

table.def > tbody > tr > th::before {
  top: 0;
}

table.def > tbody > tr > th::after {
  bottom: 0;
}

table.def > tbody > tr:not(:first-child) > th::before {
  display: none;
}

table.def > tbody > tr > td {
  padding: 26px 0;
  text-align: left;
  vertical-align: middle;
}

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  ovetflow: hidden;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 10px 80px;
  border: 2px solid #717583;
  border-radius: 100px;
  min-height: 60px;
  background: transparent;
  color: #717583 !important;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  cursor: pointer;
}

.button::before {
  content: "";
  position: absolute;
  left: 30px;
  top: calc(50% - 10px);
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.button:not(.off) {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button:not(.off):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.button:hover {
  color: #717583;
}

.button.pink {
  border-color: #fe75ab;
  color: #fe75ab !important;
}

.button.blue {
  border-color: #1da1f2;
  color: #1da1f2 !important;
}

.button.down {
  border-color: #fe75ab;
  color: #fe75ab !important;
}

.button.down::before {
  background-image: url(../img/btn_ico_anchor.png);
}

.button.dl::before {
  background-image: url(../img/btn_ico_dl.png);
}

.button.twitter {
  padding-bottom: 0.7em;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.button.twitter::before {
  background-image: url(../img/btn_ico_twitter_gray.png);
}

.button.twitter.blue {
  border-color: #1da1f2 !important;
  color: #1da1f2 !important;
}

.button.twitter.blue::before {
  background-image: url(../img/btn_ico_twitter_blue.png) !important;
}

.button.off {
  opacity: 0.2;
  cursor: default !important;
}

.button.l {
  font-size: 2.2rem;
  line-height: 1.2em;
  min-width: 500px;
  min-height: 100px;
}

.buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20px;
}

.buttonWrapper > li {
  margin: 20px 10px 0;
}

.buttonWrapper > li a {
  min-width: 400px;
}

a.text {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: baseline;
  color: #717583 !important;
}

a.text::after {
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #717583;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.text:hover::after {
  opacity: 0.2;
  height: 30%;
}

.message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgba(113, 117, 131, 0.2);
  border-radius: 4px;
  padding: 25px 30px;
  min-height: 160px;
  color: rgba(113, 117, 131, 0.3);
  font-size: 1.6em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}

.message.en {
  font-size: 1.8em;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.modalPict,
[data-modal-page] {
  cursor: pointer;
}

#Popup {
  display: none;
}

#Modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 61000;
  padding: 50px 0;
  width: 100%;
  height: 100%;
}

#Modal > .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}

#Modal > .inner.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#Modal .close {
  position: relative;
  margin: 30px auto 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#Modal .close::before,
#Modal .close::after {
  content: "";
  position: absolute;
  left: -20%;
  top: calc(50% - 1px);
  width: 140%;
  height: 2px;
  background: #717583;
}

#Modal .close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#Modal .close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Modal .pictBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#Modal .inlineBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 140px auto 40px;
  max-width: 1140px;
}

#Wrap {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#Wrap.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body > header,
body > footer {
  opacity: 0;
}

body > header.visible,
body > footer.visible {
  opacity: 1;
}

/* **************************************************************** *
 * @desc@ トップ
 * @edit@ 2022/03/22 Online用改修
 * **************************************************************** */

body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent url(../img/bg_pattern.jpg) center repeat;
}

body > header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;
  padding: 0 130px 0 160px;
  width: 100%;
  height: 100px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 1s, -webkit-filter 0.4s;
  transition: opacity 1s, -webkit-filter 0.4s;
  transition: filter 0.4s, opacity 1s;
  transition: filter 0.4s, opacity 1s, -webkit-filter 0.4s;
}

body > header > .bro {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 10;
  padding: 0 10px 10px;
  width: 140px;
  text-align: center;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

body > header > .bro > a {
  outline: none;
  display: block;
  padding: 25px;
  background: #fff;
  line-height: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body > header > .bro > a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body > header > .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

body > header > .logos > li {
  margin: 0 20px;
}

body > header > .logos img {
  width: auto;
  height: 70px;
}

body > header > .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowap;
  flex-flow: row nowap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

body > header > .share > dt {
  color: #0fa63c;
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body > header > .share > dd .bro-snsbox > div > div {
  margin: 0 0 0 10px;
}

body > header > .share > dd .bro-snsbox.bro-circle-view > div > div {
  width: 34px !important;
}

body > footer {
  position: relative;
  z-index: 40000;
  padding: 110px 0;
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: left;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

body > footer .links {
  position: relative;
  z-index: 1;
  padding: 10px 130px 40px;
}

body > footer .links > .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowap;
  flex-flow: row nowap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 90px auto;
}

body > footer .links > .share > dt {
  color: #0fa63c;
  font-size: 2.6rem;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body > footer .links > .share > dd .bro-snsbox > div > div {
  margin: 0 10px;
}

body > footer .links > .share > dd .bro-snsbox.bro-circle-view > div > div {
  width: 80px !important;
}

body > footer .links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body > footer .links > ul > li {
  margin-right: 10px;
  min-width: 180px;
}

body > footer .links > ul a {
  display: block;
  border: 2px solid #acacac;
  border-radius: 2em;
  padding: 0.6em 0;
  color: #717583;
  line-height: 1em;
  text-align: center;
}

body > footer .links > ul a:hover {
  color: #717583;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body > footer .links .totop {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 40010;
  width: 60px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body > footer .links .totop:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

body > footer .links .totop.float {
  position: fixed;
}

body > footer .copyrights {
  padding: 0 130px;
}

body > footer .copyrights .copy > span {
  display: inline-block;
  margin-right: 1em;
  vertical-align: baseline;
}

#Wrap {
  position: relative;
  z-index: 100;
  padding-top: 100px;
}

#Wrap .hd01 {
  color: #0fa63c;
  text-align: center;
}

#Wrap .hd01 > span {
  display: block;
}

#Wrap .hd01 > .main {
  font-size: 4.8rem;
  line-height: 1em;
  font-weight: 900;
}

#Wrap .hd01 > .sub {
  margin-top: 0.5em;
  font-size: inherit;
  line-height: 1em;
  font-weight: 700;
}

#Main {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

#Main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent url(../img/bg_dot.png) center repeat;
}

#Main .bg > div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-size: 150% auto;
  background-repeat: no-repeat;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

#Main .bg > div.cur {
  z-index: 1;
}

#Main .main {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 60px 0;
  width: 92%;
  max-width: 980px;
}

#Main .main > a {
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
}

#Main .main > a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#Main .main img {
  display: block;
}

#Main .main-swiper-container {
  overflow: visible;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 92%;
  max-width: 980px;
  text-align: center;
}

#Main .main-swiper-container .swiper-slide {
  padding: 60px 0;
}

#Main .main-swiper-container .swiper-slide > a {
  overflow: hidden;
  display: inline-block;
  border-radius: 30px;
}

#Main .main-swiper-container .swiper-slide > a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#Main .main-swiper-container .swiper-slide img {
  display: block;
}

#Main .main-swiper-container .swiper-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 18px;
  padding: 0 10px;
}

#Main .main-swiper-container .swiper-pagination-bullet {
  opacity: 0.4;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  background: #0fa63c;
}

#Main .main-swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
}

#Main .main-swiper-container .swiper-button-prev,
#Main .main-swiper-container .swiper-button-next {
  border-radius: 60px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-positon: center;
  background-size: cover;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#Main .main-swiper-container .swiper-button-prev::after,
#Main .main-swiper-container .swiper-button-next::after {
  display: none;
}

#Main .main-swiper-container .swiper-button-prev {
  left: -25px;
  background-image: url(../img/ico_arrow_prev.png);
}

#Main .main-swiper-container .swiper-button-next {
  right: -25px;
  background-image: url(../img/ico_arrow_next.png);
}

#Banner {
  padding: 0 100px;
}

#Banner ul > li {
  margin-top: 20px;
}

#Banner ul > li a {
  display: inline-block;
  line-height: 0;
}

#Banner ul > li a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#Info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 100px 140px;
}

#Info > section {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 422px;
  flex: 0 1 422px;
  position: relative;
  z-index: 1;
  margin: 0 30px;
  border: 2px solid #43ce6b;
  border-radius: 30px;
  padding: 40px 27px 0;
  background: rgba(255, 255, 255, 0.5);
}

#Info > section::before {
  content: "";
  position: absolute;
  left: -75px;
  top: -75px;
  z-index: -1;
  width: 150px;
  height: 150px;
  background: #e8fcee;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#Info > section > .inner {
  margin-top: 30px;
  border-top: 2px solid #43ce6b;
  height: 366px;
  text-align: left;
}

#Info .scrollbar {
  display: none;
  position: absolute;
  right: 8px;
  bottom: 27px;
  z-index: 1000;
  width: 10px;
  height: 310px;
  background: rgba(15, 166, 60, 0.1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

#Info .scrollbar > span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1010;
  width: 100%;
  height: 50%;
  background: #0fa63c;
  cursor: pointer;
}

#Info .scrollbar.show {
  display: block;
}

#News > .inner {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#News > .inner::-webkit-scrollbar {
  display: none;
}

#News > .inner > ul {
  padding-top: 20px;
}

#News > .inner > ul > li {
  border-top: 1px solid #e6e6e6;
}

#News > .inner > ul > li:nth-of-type(1) {
  border-top: none;
}

#News > .inner > ul > li > a,
#News > .inner > ul > li > span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px 10px;
}

#News > .inner > ul > li > a .date,
#News > .inner > ul > li > span .date {
  display: block;
  color: #0fa63c;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}

#News > .inner > ul > li > a .desc,
#News > .inner > ul > li > span .desc {
  display: block;
}

#News > .inner > ul > li > a {
  padding-right: 40px;
  color: #717583;
}

#News > .inner > ul > li > a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  z-index: 1;
  width: 20px;
  height: 20px;
  background: transparent url(../img/ico_arrow.png) center/contain no-repeat;
}

#News > .inner > ul > li > a:hover {
  background: #e8fcee;
}

#Twitter > .inner iframe {
  height: 366px !important;
}

#Lineup {
  padding: 100px;
  background: #e8fcee;
}

#Lineup > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1040px;
}

#Lineup > ul:nth-of-type(1) {
  margin-top: 30px;
}

#Lineup > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
  margin: 10px;
}

#Lineup > ul > li > a {
  overflow: hidden;
  display: block;
  border: 2px solid #acacac;
  border-radius: 20px;
}

#Lineup > ul > li > a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#Lineup > ul.more > li {
  display: none;
}

#Lineup .btn {
  margin-top: 30px;
}

#Lineup .btn > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 2px solid #0fa63c;
  border-radius: 120px;
  width: 300px;
  height: 60px;
  color: #0fa63c;
  font-size: 1.9rem;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Lineup .btn > span::before {
  content: "＋";
  position: absolute;
  left: 25px;
  top: 17px;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Lineup .btn > span::after {
  content: "MORE";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#Lineup .btn > span:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#Lineup .btn > span.close::before {
  content: "－";
}

#Lineup .btn > span.close::after {
  content: "CLOSE";
}

#Bg .particle {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#Bg .particle > span {
  opacity: 0;
  position: absolute;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#Bg .particle > span > img {
  width: 33px;
}

#Bg .particle > span.dot {
  -webkit-animation: dot 3s linear 1;
  animation: dot 3s linear 1;
}

#Bg .particle > span.star {
  -webkit-animation: star 10s linear 1;
  animation: star 10s linear 1;
}

#Bg .particle > span.star > img {
  -webkit-animation: in_star 5s linear infinite;
  animation: in_star 5s linear infinite;
}

@-webkit-keyframes dot {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  35% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  65% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes dot {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  35% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  65% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1) translate(-100px, 200px);
    transform: scale(1) translate(-100px, 200px);
  }
}

@keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1) translate(-100px, 200px);
    transform: scale(1) translate(-100px, 200px);
  }
}

@-webkit-keyframes in_star {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@keyframes in_star {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 2.4rem;
    line-height: 2em;
  }

  body.modal > header,
  body.menu > header {
    -webkit-filter: none;
    filter: none;
  }

  body.modal > header > .bro,
  body.modal > header > .logos,
  body.modal > header > .share,
  body.modal > header > h1,
  body.menu > header > .bro,
  body.menu > header > .logos,
  body.menu > header > .share,
  body.menu > header > h1 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  body.modal > header > .oc {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .pc {
    display: none !important;
  }

  ul.def > li:not(:first-child) {
    margin-top: 0.5em;
  }

  table.def {
    display: block;
    font-size: 1.1em;
    line-height: 1.8em;
  }

  table.def thead,
  table.def tbody,
  table.def tr,
  table.def th,
  table.def td {
    display: block;
  }

  table.def > tbody > tr {
    padding: 30px 0;
  }

  table.def > tbody > tr > th {
    padding: 0 0 25px;
    width: auto;
  }

  table.def > tbody > tr > th > span {
    padding: 15px 20px;
  }

  table.def > tbody > tr > th::before,
  table.def > tbody > tr > th::after {
    border-top-width: 2px;
  }

  table.def > tbody > tr > td {
    padding: 0;
  }

  .button {
    padding: 10px 80px;
    border-width: 4px;
    min-height: 100px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }

  .button::before {
    left: 45px;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }

  .button:not(.off):hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .button.down {
    border-radius: 20px;
    padding: 15px 20px 50px;
    min-height: 150px;
  }

  .button.down::before {
    left: calc(50% - 16px);
    top: auto;
    bottom: 15px;
  }

  .button.l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 120px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }

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

  .buttonWrapper > li {
    margin: 20px 0 0;
  }

  .buttonWrapper > li a {
    min-width: 320px;
  }

  .message {
    min-height: 240px;
  }

  #Modal .close {
    margin-top: 60px;
    width: 100px;
    height: 100px;
  }

  #Modal .close::before,
  #Modal .close::after {
    top: calc(50% - 2px);
    height: 4px;
  }

  body > header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 170px;
  }

  body > header > .bro {
    left: 10px;
    width: 160px;
  }

  body > header > .bro > a {
    padding: 25px;
  }

  body > header > .bro > a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  body > header > .logos > li {
    margin: 0 25px;
  }

  body > header > .logos img {
    height: 80px;
  }

  body > footer {
    padding: 140px 0;
    font-size: 1.8rem;
    line-height: 1.8em;
  }

  body > footer .links {
    padding: 0 40px 60px;
  }

  body > footer .links > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body > footer .links > ul > li {
    margin-right: 0;
    min-width: 210px;
  }

  body > footer .links > ul a {
    border-width: 4px;
    padding: 1em 0;
    font-size: 1.7rem;
    line-height: 1em;
    font-weight: 700;
  }

  body > footer .links > ul a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  body > footer .links .totop {
    position: static;
    margin: 0 auto;
    width: 140px;
  }

  body > footer .links .totop.float {
    position: static;
  }

  body > footer .copyrights {
    padding: 0 40px;
  }

  body > footer .copyrights .en {
    margin-top: 0.6em;
    font-size: 1.1em;
  }

  #Wrap .hd01 > .main {
    font-size: 7.6rem;
    line-height: 1em;
  }

  #Main .main {
    padding: 100px 0;
  }

  #Main .main-swiper-container .swiper-slide {
    padding: 100px 0;
  }

  #Main .main-swiper-container .swiper-pagination {
    bottom: 40px;
  }

  #Main .main-swiper-container .swiper-pagination-bullet {
    margin: 0 8px;
    width: 24px;
    height: 24px;
  }

  #Main .main-swiper-container .swiper-button-prev,
  #Main .main-swiper-container .swiper-button-next {
    width: 60px;
    height: 60px;
  }

  #Main .main-swiper-container .swiper-button-prev {
    left: -10px;
  }

  #Main .main-swiper-container .swiper-button-next {
    right: -10px;
  }

  #Banner {
    padding: 0 40px;
  }

  #Banner ul > li {
    margin-top: 30px;
  }

  #Banner ul > li a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #Info .scrollbar {
    right: 6px;
    bottom: 55px;
    width: 16px;
    height: 560px;
  }

  #Info {
    display: block;
    padding: 40px 40px 140px;
  }

  #Info > section {
    margin: 60px 0 0;
    border-width: 4px;
    border-radius: 20px;
    padding: 70px 36px 50px;
  }

  #Info > section::before {
    left: -115px;
    top: -115px;
    width: 230px;
    height: 230px;
  }

  #Info > section > .inner {
    margin-top: 40px;
    border-top-width: 4px;
    height: 600px;
  }

  #Info .scrollbar {
    right: 6px;
    bottom: 55px;
    width: 16px;
    height: 560px;
  }

  #News > .inner > ul {
    padding-top: 10px;
  }

  #News > .inner > ul > li {
    border-top-width: 2px;
  }

  #News > .inner > ul > li > a,
  #News > .inner > ul > li > span {
    padding: 25px 0;
  }

  #News > .inner > ul > li > a .date,
  #News > .inner > ul > li > span .date {
    font-size: 0.8em;
    line-height: 1em;
  }

  #News > .inner > ul > li > a {
    padding-right: 50px;
  }

  #News > .inner > ul > li > a::after {
    right: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }

  #News > .inner > ul > li > a:hover {
    background: transparent;
  }

  #Twitter > .inner iframe {
    height: 600px !important;
  }

  #Lineup {
    padding: 140px 40px;
  }

  #Lineup > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #Lineup > ul:nth-of-type(1) {
    margin-top: 45px;
  }

  #Lineup > ul > li {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    margin: 15px 0;
  }

  #Lineup > ul > li > a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #Lineup .btn {
    margin-top: 65px;
  }

  #Lineup .btn > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 4px;
    border-radius: 120px;
    width: auto;
    height: 120px;
    color: #0fa63c;
    font-size: 3.2rem;
    line-height: 1em;
  }

  #Lineup .btn > span:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #Lineup .btn > span::before {
    left: 50px;
    top: 34px;
    font-size: 1.3em;
    line-height: 1em;
  }

  #Bg .particle > span > img {
    width: auto;
  }
}
/*# sourceMappingURL=../map/index.css.map */
