@charset "UTF-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ ress ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}
::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden], template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Font
   # ================================================================= */
.enFont {
  font-family: 'Montserrat', sans-serif;
  color: #2C3E58;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden ~ ="screen"] {
    display: inherit;
  }
  [hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */ ::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
.mask1 {
  z-index: 0;
  width: 30vh;
  height: 40vh;
  -webkit-animation: fluidrotate 9s ease 0s infinite;
  animation: fluidrotate 9s ease 0s infinite;
  position: fixed;
  top: -10vh;
  right: 4vw;
  overflow: hidden;
}
.mask1 img {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 730px;
  transform: translate(-50%, -50%);
}
.mask2 {
  z-index: 0;
  width: 30vh;
  height: 35vh;
  -webkit-animation: fluidrotate 8s ease 0s infinite;
  animation: fluidrotate 8s ease 0s infinite;
  position: fixed;
  top: 40vh;
  left: -4vw;
  overflow: hidden;
}
.mask2 img {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 800px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 959px) {
  .fluid {
    width: 80vw;
    height: 83vw;
    top: -10vw;
    left: -8vw;
  }
  .fluid2 {
    width: 71vw;
    height: 70vw;
    bottom: 3vw;
    right: -7vw;
  }
  .mask1 {
    width: 50vw;
    height: 50vw;
    top: 21vh;
    right: -6vw;
  }
  .mask1 img {
    width: 80vw;
  }
  .mask2 {
    width: 41vw;
    height: 37vw;
    top: auto;
    left: -1vw;
    bottom: 36vw;
  }
  .mask2 img {
    width: 80vw;
  }
}
@-webkit-keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ■ common ■ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ /* reset Plus
----------------------------------------------------*/
html {
  /*	box-sizing: border-box;
  	overflow-y: scroll; 	*/
  overflow: initial;
  /*	* {
  		box-sizing: border-box;
  	}				*/
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: none;
}
/* iPhone横持ち時の拡大ナッシング */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Androidでタップエリアが青くなるのナッシング */
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*-------	Colors	-------*/
/*-------	Std Fonts	-------*/
/*
【TypeSquare】
	font-family: "A1ゴシック M","A1 Gothic M";

【Typekit】
	font-family: "din-condensed-web";

【Fonts_com】
	font-family:'Tazugane Gothic StdN W50 Rg';

【GoogleFonts】
	font-family: 'Noto Sans JP';

//	@import url('//fonts.googleapis.com/earlyaccess/notosansjp.css');
//	アーリーアクセスから正式版へ
//	※family指定は変更ナシと確認済
//	@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
//	"compressed"で支障あるので<link>指定＠htmlファイルに!//

<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto:400,700&display=swap&subset=japanese" rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
font-family: 'Noto Sans JP', sans-serif;
Bold 700
Medium 500

<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap" rel="stylesheet">
font-family: 'Noto Serif JP', serif;
Semi-bold 600

*/
/* CommonElements
----------------------------------------------------*/
@font-face {
  font-family: "YuGothicWIN M";
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-weight: normal;
}
@font-face {
  font-family: "connoisseurs";
  src: url("../font/connoisseurs.woff2") format("woff2"), url("../font/connoisseurs.woff") format("woff"), url("../font/connoisseurs.ttf") format("truetype");
}
body {
  font-feature-settings: "palt" on;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "YuGothicWIN M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, "メイリオ", Meiryo, "Lucida Grande", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 100; /* または適切なフォントウェイト */
  font-weight: 400; /* 通常の太さ */
  font-weight: 700; /* 太字 */
  font-size: 16px; /* フォントサイズ調整 */
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000;
}
#wrap {
  background: -moz-linear-gradient(315deg, #fbc779 0%, #fff8d5 25%, #a0edf1 50%, #ccf1ec 70%, #afe9e2 85%, #FFF 100%);
  background: -webkit-linear-gradient(315deg, #fbc779 0%, #fff8d5 25%, #a0edf1 50%, #ccf1ec 70%, #afe9e2 85%, #FFF 100%);
  background: linear-gradient(315deg, #fbc779 0%, #fff8d5 25%, #a0edf1 50%, #ccf1ec 70%, #afe9e2 85%, #FFF 100%);
  background-size: 200% 5px;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  overflow: hidden;
  position: relative;
}
# /*wrap::before, 
#wrap::after {
	content: "";
	width: 70vmax;
	height: 70vmax;
	position: absolute;
	background: rgba(255, 255, 255, 0.25);
	left: -20vmin;
	top: -20vmin;
	animation: morph 15s linear infinite alternate, spin 20s linear infinite;
	z-index: -1;
	will-change: border-radius, transform;
	transform-origin: 55% 55%;
	pointer-events: none; 
}
	
#wrap::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%; 
}*/
@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.st0 {
  display: none;
}
.st1 {
  display: inline;
}
.st2 {
  opacity: 0.29;
}
.st3 {
  fill: #FFFFFF;
}
.st4 {
  clip-path: url(#SVGID_2_);
  fill: #FFFFFF;
}
.st5 {
  clip-path: url(#SVGID_4_);
}
.st6 {
  clip-path: url(#SVGID_6_);
}
.st7 {
  clip-path: url(#SVGID_8_);
}
.st8 {
  clip-path: url(#SVGID_10_);
}
.st9 {
  fill: none;
}
.st10 {
  clip-path: url(#SVGID_12_);
}
.st11 {
  opacity: 0.7;
}
.st12 {
  clip-path: url(#SVGID_14_);
}
.st13 {
  opacity: 0.2;
}
.st14 {
  clip-path: url(#SVGID_16_);
}
.st15 {
  opacity: 0.3;
  fill: #FFFFFF;
  enable-background: new;
}
@media only screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}
body.iLikeDARK {
  color: #fff;
  background: #4b4b4b;
}
a {
  color: #fff;
}
a.iLikeDARK {
  color: #fff;
}
a:link, a:visited {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  a:hover, a:active {
    text-decoration: underline;
  }
}
a:hover.ON, a:active.ON {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  a:hover.ON, a:active.ON {
    text-decoration: underline;
  }
}
.btn a:hover, a:hover.btn, .btn a:active, a:active.btn {
  text-decoration: none;
}
.link_outer {
  font-size: 13px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  letter-spacing: 0;
  text-align: right;
}
.link_outer::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 0.75em;
  background: url(../img/link_outer.svg) no-repeat center 50%;
  background-size: contain;
}
@-webkit-keyframes fontOffset {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fontOffset {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 10px;
}
h1, h2, h3, h4, h5 {
  margin: 0 auto;
  padding: .5em 0;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  h1, h2, h3, h4, h5 {
    -webkit-animation: fontOffset 2.5s ease-in 0s 1 both;
    animation: fontOffset 2.5s ease-in 0s 1 both;
  }
}
h2 {
  font-weight: 400;
  font-size: 15px;
}
h3 {
  font-weight: 700;
  text-align: left;
}
.txtGray {
  color: #4b4b4b;
}
.txtCondensed {
  letter-spacing: 0.05em;
}
.handwrite {
  font-family: connoisseurs, serif;
}
p + p {
  margin-top: 2em;
}
b {
  letter-spacing: 0.02em;
  font-weight: 700;
}
img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
/* is <ul> */
ul li, ol li {
  list-style-position: inside;
  list-style: none;
}
ul li ::marker, ol li ::marker {
  color: red;
  content: "・" !important;
  display: inline-block;
}
dl {
  width: 100%;
}
dl dt, dl dd {
  position: relative;
  width: 50%;
  padding: 5px;
}
textarea, select, button {
  -webkit-appearance: none;
}
/* input {
  border-radius: 0;
}*/
input, textarea, select {
  display: block;
  width: 100%;
  /* min-height: 44px; */
  background: #fff;
  border-radius: 0;
  padding: 10px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4b4b4b;
}
.iLikeDARK input, .iLikeDARK textarea, .iLikeDARK select {
  color: #9a9a9a;
}
*:placeholder-shown {
  color: rgba(154, 154, 154, 0.5);
}
*::-webkit-input-placeholder {
  color: rgba(154, 154, 154, 0.5);
}
select {
  -webkit-appearance: none;
  /* background-image: url(../img/ui_pulldown.svg); */
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 11px 10px;
  text-overflow: "…";
  cursor: pointer;
}
.br-sd {
  display: none;
}
.br-l {
  display: block;
}
@media only screen and (max-width: 959px) {
  .br-sd {
    display: block;
  }
  .br-l {
    display: none;
  }
  h3 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 424px) {
  .br-l {
    display: none;
  }
}
.btn, button, input[type="button"], input[type="submit"] {
  position: relative;
  display: block;
  margin: 20px 0 10px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  width: 190px;
  background: #2c3e58;
  border-radius: 100px;
  border: none;
}
.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background: #2e4b92;
}
@media only screen and (max-width: 959px) {
  .btn, button, input[type="button"], input[type="submit"] {
    width: 200px;
  }
}
.btn.gray, button.gray, input[type="button"].gray, input[type="submit"].gray {
  background: #9a9a9a;
  color: #fff;
}
/* .btn.ON,
button.ON,
input[type=button].ON,
input[type=submit].ON {
  opacity: 0.777;
  opacity: 0.9;
} */
.btn.backward, button.backward, input.backward {
  background: #9a9a9a;
}
.btn.uiSW {
  background: #fff;
  color: #9a9a9a;
  background: transparent;
  border: 1px solid #9a9a9a;
}
.added .btn.uiSW {
  opacity: 0.333;
}
.btn.uiSW::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-left: 1em;
  background-image: url(../img/ui_pulldown.svg);
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 11px 10px;
}
.added .btn.uiSW::after {
  transform: rotate(180deg);
}
.menuMail::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-right: 2em;
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 50% center;
}
.menuCall::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../img/icon_call.svg);
  background-repeat: no-repeat;
  background-position: 50% center;
}
.btnBlock {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 15px auto;
  margin: 15px auto 70px;
}
.btnBlock a img {
  width: auto;
}
form dl + dl {
  margin: 5px auto 0;
}
form dl dt {
  color: #116ab0;
  font-size: 11px;
  line-height: 1.5;
}
form > p, form > div > p {
  color: #116ab0;
  text-align: center;
  margin: 2em auto;
}
.required {
  position: relative;
}
.required > *:first-child::after {
  content: "★";
  color: rgba(17, 106, 176, 0.333);
  position: absolute;
  right: 2px;
  top: -7px;
  font-size: 10px;
}
.radio-typeC input {
  display: none;
}
.radio-typeC dt {
  display: none;
}
.radio-typeC dd {
  width: 100%;
  border: 1px solid #9a9a9a;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
}
.radio-typeC dd label {
  position: relative;
  z-index: 0;
  width: 50%;
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
  color: #9a9a9a;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.radio-typeC dd label:last-of-type {
  border-radius: 0 100px 100px 0;
}
.radio-typeC dd input:checked + label {
  color: #fff;
}
.radio-typeC dd input + label::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #116ab0;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
  transform-origin: 100% 50%;
  transform: scale(0, 1);
  transition: transform 0.377s cubic-bezier(0.777, 1, 0, 1) 0s;
}
.radio-typeC dd input:last-of-type + label::before {
  transform-origin: 0% 50%;
  border-radius: 0 100px 100px 0;
}
.radio-typeC dd input:checked + label::before {
  transform: scale(1, 1);
  transition: transform 0.377s cubic-bezier(0.777, 1, 0, 1) 0s;
}
.radio-typeA input {
  display: inline-block;
  width: 0;
  padding: 0;
  min-height: 0;
}
.radio-typeA input ~ label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 0 0 30px;
  cursor: pointer;
  font-size: 15px;
  color: #9a9a9a;
}
.radio-typeA input ~ label:before, .radio-typeA input + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: #fff;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.radio-typeA input + label:after {
  background: #116ab0;
  transform: scale(0);
  transition: all 0.333s ease-in 0s;
}
.radio-typeA input:checked + label:after {
  transform: scale(0.8);
  transition: all 0.234s cubic-bezier(0, 1.5, 0, 1) 0s;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ util ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ ::-moz-selection {
  background-color: rgba(44, 62, 88, 0.5);
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: rgba(44, 62, 88, 0.5);
  color: #fff;
  text-shadow: none;
}
.onLoadHidden {
  display: none;
}
.PCOnly {
  display: inline;
}
@media only screen and (max-width: 959px) {
  .PCOnly {
    display: none;
  }
}
.PCTabOnly {
  display: inline;
}
@media only screen and (max-width: 424px) {
  .PCTabOnly {
    display: none;
  }
}
.SDOnly {
  display: none;
}
@media only screen and (max-width: 959px) {
  .SDOnly {
    display: inline;
  }
}
.SPOnly {
  display: none;
}
@media only screen and (max-width: 424px) {
  .SPOnly {
    display: inline;
  }
}
.onTheLazy {
  opacity: 0;
  margin: 200px auto 0;
}
.onTheLazy.loaded {
  opacity: 1;
  margin: 0 auto;
  transition: opacity 1s ease-out 0s, margin 0.777s cubic-bezier(0, 0, 0, 1) 0s;
}
/*.formError {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothicWIN M",
        "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
        "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, "メイリオ",
        Meiryo, "Lucida Grande", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial,
        "Lucida Sans Unicode", verdana, Sans-Serif;
}*/
input[type="radio"] + .formError {
  position: absolute !important;
  top: 25px !important;
}
input[type="radio"] + .formError + label {
  margin-bottom: 30px;
}
.formError .formErrorContent {
  background: none;
  color: #9a9a9a;
  color: rgba(228, 21, 94, 0.5);
  font-weight: bold;
}
.baseMODE {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: calc(50% - 100px);
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.777);
  color: #9a9a9a;
  font-size: 10px;
  letter-spacing: 0;
  display: block;
  width: 200px;
  height: 20px;
  padding: 0px;
  line-height: 25px;
  text-align: center;
}
.iLikeDARK .baseMODE {
  background: rgba(0, 0, 0, 0.333);
  color: #fff;
}
.baseMODE .darkModeLabel {
  margin: 0;
  text-align: center;
}
.darkModeInitBtn {
  margin: 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: #f0f0f0;
  cursor: pointer;
}
.iLikeDARK .darkModeInitBtn {
  color: #4b4b4b;
}
.baseMODE a {
  position: absolute;
  left: calc(50% - 120px);
  bottom: -200%;
  margin: 0 0 5px;
  font-size: 10px;
  line-height: 1;
  padding: 10px;
  transition: all 0.5s linear 0s;
  transition: all 0.5s cubic-bezier(0.777, 0.333, 0.333, 1) 0s;
}
@media only screen and (max-width: 424px) {
  .baseMODE a {
    bottom: -400%;
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    background: rgba(75, 75, 75, 0.3);
  }
  .iLikeDARK .baseMODE a {
    border: 0.5px solid #fff;
  }
}
.baseMODE.ON a {
  bottom: 100%;
  transition: all 0.234s cubic-bezier(0, 1.5, 0, 1) 0s;
  transition: all 0.234s cubic-bezier(0.377, 0.777, 0.5, 1.2) 0s;
}
.darkModeIsNotInUse .darkModeLabel::after {
  content: "＊";
  position: absolute;
  top: 0;
  right: 10px;
}
.darkModeSttsPlain .darkModeLabel::before {
  content: "＃";
  position: absolute;
  top: 0;
  left: 10px;
}
.TEMP {
  position: fixed;
  z-index: 9;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  letter-spacing: 0;
}
#displayY {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.333);
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0 8px 0 0;
  line-height: 50px;
  text-align: right;
}
#displayINFO {
  bottom: 0px;
  line-height: 1;
  color: #fff;
  color: #4b4b4b;
  background: #000;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 6px 10px;
  padding: 6px 75px 40px;
  background: rgba(0, 0, 0, 0.133);
  text-align: center;
  color: #f0f0f0;
}
.sampleLink {
  color: #bababa;
  font-size: 10px;
  line-height: 3;
}
.sampleLink a {
  display: block;
  color: #bababa;
}
.sampleLink a.sampleInline {
  display: inline-block;
  margin: 0 1em;
}
.DYNAMICS.on, .DYNAMICS.on a {
  color: palevioletred;
}
.checkSwitch {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 102;
  padding: 0px 8px;
  line-height: 16px;
  min-width: 20px;
  min-height: 20px;
  background: palevioletred;
  border: 1px solid palevioletred;
  border-radius: 100px;
  opacity: 0.5;
  cursor: pointer;
}
.checkSwitch.on {
  opacity: 1;
}
.checkSwitch::after {
  content: "";
  font-size: 0px;
  letter-spacing: 0.2em;
  color: white;
  transition: all 0s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.checkSwitch.on::after {
  content: "＼動的要素を表示中／";
  font-size: 10px;
  transition: all 0.3s cubic-bezier(0, 1.5, 0, 1) 0s;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ module ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ◆◆◆アイフレーム／ライトボックス◆◆◆
---------------------------------------------------- */
.MSK {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}
.MSK.modalMode {
  cursor: default;
}
.modalCloseBtn {
  position: fixed;
  z-index: 12;
  top: 10px;
  margin-left: calc(50%);
  left: 0;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  width: 20px;
  height: 20px;
}
.modalCloseBtn a {
  background: url(../img/icon_delete-gray.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
}
.iframeLightBox {
  position: fixed;
  z-index: 11;
  top: 0px;
  box-sizing: border-box;
  width: 360px;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.MSKwh {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: 100vw;
  height: 100vh;
}
.MSKbk {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.777);
  display: block;
  width: 100vw;
  height: 100vh;
}
a.closeMenu {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: red;
  background: url(../img/menu_close.svg) no-repeat;
  background-size: 100%;
}
.modalLightBox {
  position: fixed;
  z-index: 11;
  top: 0px;
  box-sizing: border-box;
  width: auto;
  width: 100vw;
  height: auto;
  padding: 20px 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  transform: scale(0);
  transition: transform 0.777s cubic-bezier(0, 1, 0, 1.2) 0s;
  transition: transform 1s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.modalLightBox.bg_red {
  background: rgba(228, 21, 94, 0.73);
}
.modalLightBox p {
  margin: 0px auto;
  text-align: center;
}
.modalLightBox > .btn {
  margin: 10px auto 0;
}
.modalLightBox > .btn + .btn {
  margin-left: 20px;
}
.modalLightBox > .btn + .btn {
  margin-top: 10px;
  margin-left: auto;
}
.unTap {
  position: relative;
}
.unTap::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
}
.uiPager {
  position: relative;
  margin: 40px auto;
  padding-top: 30px;
  border-top: 2px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: calc(100% - (24px + 10px) * 2);
  max-width: 720px;
  /*	background: rgba(0,0,0,0.01);
  */
}
@media only screen and (max-width: 959px) {
  .uiPager {
    padding-top: 60px;
    margin: 40px auto 80px;
  }
}
.uiPager li {
  position: relative;
  display: block;
  margin: 0 1px;
  width: 24px;
  height: 24px;
}
.uiPager li a {
  display: block;
  width: 100%;
  height: 100%;
  /*	padding: 2px 4px;*/
  line-height: 24px;
  padding: 0;
  text-align: center;
  color: #ccc;
  font-size: 20px;
  /*	background: rgba(0,0,0,0.033);
  	border-radius: 5px;
  */
}
.uiPager li a.ON, .uiPager li.current a {
  color: #a1141c;
}
.uiPager .uiPrev, .uiPager .uiNext {
  position: absolute;
}
.uiPrev, .uiNext {
  top: 30px;
  left: calc(-1 * (10px + 24px));
  background-image: url(../img/ui_arrow.svg);
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: auto 17px;
  transform: rotate(180deg);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
.uiNext {
  transform: rotate(0deg);
  left: auto;
  right: calc(-1 * (10px + 24px));
}
.uiPrev.inactive, .uiNext.inactive {
  background-image: url(../img/ui_arrow_gray.svg);
}
.current::after, .inactive::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(255, 255, 255, 0.777);
  background: transparent;
  cursor: auto;
}
/*--- bx-slider ---*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}
.bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.bx-controls a:hover {
  text-decoration: none;
}
.bx-controls-direction {
  font-size: 0;
}
.bx-prev, .bx-next {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: -10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 10px;
  background-image: url(../img/ui_arrow.svg);
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: auto 50px;
  transform: rotate(180deg);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
.bx-next {
  transform: rotate(0deg);
  left: auto;
  right: -10px;
}
.bx-prev.disabled, .bx-next.disabled {
  opacity: 0.133;
  transition: all 0.5s ease-in 0s;
}
.bx-pager {
  font-size: 0;
  padding: 0;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-link {
  position: relative;
  width: 30px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .bx-pager-link {
    width: 40px;
  }
}
.bx-pager-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #fff;
}
.bx-pager-link.active::after {
  background: #000;
}
.comingsoon {
  position: relative;
}
.comingsoon a {
  font-size: 0;
  background: #9a9a9a;
}
.comingsoon::after {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  content: "工事中";
  content: "・・・coming soon・・・";
  content: "Coming Soon";
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.9);
  background: transparent;
  text-align: center;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_red .comingsoon::after {
  background: rgba(228, 21, 94, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.bg_gray .comingsoon::after {
  background: rgba(240, 240, 240, 0.5);
  color: rgba(75, 75, 75, 0.8);
}
.comingsoon.soonA::after {
  padding-top: 70px;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.pagetop a {
  display: inline-block;
  border-radius: 100%;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.pagetop a::after {
  content: "上へ";
  position: absolute;
  top: calc(-0px);
  left: 22px;
  font-size: 0px;
  color: #4b4b4b;
  text-decoration: none;
  transition: all 1s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.pagetop a:hover::after {
  top: calc(-40px);
  left: 10px;
  font-size: 12px;
}
.pagetop a img {
  width: 15px;
  height: auto;
  transform-origin: bottom center;
  transform: rotate(180deg);
  vertical-align: middle;
  margin-top: -25px;
  transition: all 1s cubic-bezier(0, 1, 0, 1) 0s;
}
.pagetop a:hover img {
  transform: rotate(180deg) scale(3);
  margin-top: 0;
  transition: all 0.777s cubic-bezier(0, 1, 0, 1.2) 0s;
}
/****************************************************/
.pagetop {
  bottom: 50px;
  right: 20px;
}
.pagetop a {
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  border: 2px solid #fff;
}
.iLikeDARK .pagetop a {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.pagetop a::after, .pagetop a:hover::after {
  content: "";
}
.pagetop a img, .pagetop a:hover img {
  transform: rotate(180deg) scale(1.5);
  margin-top: -25px;
}
/****************************************************/
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ layout ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* CommonStyle
----------------------------------------------------*/
.narrowInner {
  position: relative;
  margin: 0 auto;
  width: 266px;
}
@media only screen and (max-width: 959px) {
  .narrowInner {
    width: auto;
    max-width: 720px;
  }
}
.narrowInner dl {
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .narrowInner dl {
    max-width: 480px;
  }
}
.flexColumn {
  display: flex;
  flex-flow: column wrap;
}
.flexBox, .flexHalf, .flexTrio {
  display: flex;
  /* flex-flow: row wrap; */
  justify-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
.flexHalf > * {
  width: 50%;
}
.flexTrio > * {
  width: 33.3%;
}
.fullSize.flexTrio > * {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1.5px;
}
@media only screen and (min-width: 960px) {
  .fullSize.flexTrio > * {
    width: calc((100% - 40px) / 3);
    max-width: none;
    margin: 0;
  }
}
.fullSize {
  position: relative;
  width: calc(100vw);
  left: -10px;
}
@media only screen and (max-width: 959px) {
  .fullSize {
    /*
    	&.sdLimited {
    		max-width: 414px;
    		margin: 0 auto;
    		left: 0;
    	}
    */
  }
}
@media only screen and (min-width: 960px) {
  .fullSize {
    /*
    	&.sdLimited {
    		max-width: 720px;
    	}
    */
  }
}
.visualTEMP {
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .visualTEMP {
    width: auto;
    max-width: 720px;
  }
}
.visualBlock {
  background: rgba(236, 230, 214, 0.5);
  max-height: 375px;
  overflow: hidden;
  margin: 20px auto;
}
.visualSmart {
  max-width: 640px;
  margin: 0 auto;
}
.bg_red {
  background: #e4155e;
  color: #fff;
}
.bg_gray {
  background: rgba(154, 154, 154, 0.05);
  background: #f0f0f0;
}
.bg_plain {
  background: none;
}
.borderBottom_red, .borderBottom_gray, .borderBottom_white {
  margin: 0 auto 10px;
  border-bottom: 4px solid #116ab0;
  padding: 0 0 5px;
  text-align: center;
}
.borderBottom_gray {
  border-color: #9a9a9a;
}
.borderBottom_white {
  border-bottom: none;
  border-top: 3px solid #fff;
  text-align: left;
  padding-top: 10px;
}
/* Temp
----------------------------------------------------*/
.designRough {
  box-sizing: content-box;
  top: calc(-100vw / 4);
  margin-bottom: calc(-100vw / 4);
}
@media only screen and (min-width: 960px) {
  .designRough {
    top: calc(-100vw / 8);
    margin-bottom: calc(-100vw / 8);
  }
}
.designRough img {
  display: none;
}
/* CommonLayout
----------------------------------------------------*/
body {
  min-width: 320px;
  overflow-x: hidden;
  /*
  	@include mediaQuery(dt) {
  	&::before {
  		content: "";
  		position: fixed;
  		z-index: 12;
  		top: 0;
  		left: 0;
  		display: block;
  		width: calc((100vw - 1920px)/2);
  		width: calc((100% - 1920px)/2);
  		height: 100vh;
  	//	background: rgba(0,0,0,0.9);
  	//	background: #fff;
  		background: $green;
  		background: $gray-deep;
  	}
  	&::after {
  		content: "";
  		position: fixed;
  		z-index: 12;
  		top: 0;
  		right: 0;
  		display: block;
  		width: calc((100vw - 1920px)/2);
  		width: calc((100% - 1920px)/2);
  		height: 100vh;
  	//	background: rgba(0,0,0,0.9);
  	//	background: #fff;
  		background: $gray-deep;
  	}
  	}
  */
}
@media only screen and (min-width: 960px) {
  body::-webkit-scrollbar {
    display: none;
  }
}
.nowLoading #container {
  height: 100vh;
  position: fixed;
}
.loadingLogo {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingLogo .logo {
  position: relative;
  -webkit-animation: alphaStd 1s linear 0s 1 both, logoSplash 1.333s cubic-bezier(0.25, 0, 0, 1) 0s 1 both;
  animation: alphaStd 1s linear 0s 1 both, logoSplash 1.333s cubic-bezier(0.25, 0, 0, 1) 0s 1 both;
}
@-webkit-keyframes alphaStd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alphaStd {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logoSplash {
  0% {
    top: 20px;
  }
  100% {
    top: -10px;
  }
}
@keyframes logoSplash {
  0% {
    top: 20px;
  }
  100% {
    top: -10px;
  }
}
#wrap {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
}
#container {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
header {
  display: flex;
  flex-flow: row-reverse nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  height: auto;
  height: calc(28px + 46px);
  padding: 20px;
  padding: 28px 50px 0 130px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  position: static;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.733s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
@media only screen and (max-width: 959px) {
  header {
    padding: 0;
    height: 70px;
  }
}
.nowLoading header {
  top: -75px;
}
@media only screen and (max-width: 959px) {
  .nowLoading header {
    top: -75px;
  }
}
@media only screen and (max-width: 424px) {
  .nowLoading header {
    top: -55px;
  }
}
header h1 {
  margin: 40px 0;
}
header .btn {
  width: 218px;
  height: 50px;
  font-size: 14px;
  padding: 0 0 0px;
  color: #333333;
  background: #fff;
  position: relative;
  margin: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  transition: background 1s;
}
@media only screen and (max-width: 959px) {
  header .btn {
    width: 200px;
    height: 32px;
  }
  header .btn > span {
    height: 12px !important;
  }
  header .btn span span {
    font-size: 12px !important;
  }
}
/* [data-zone=info] header .btn {
  background: #fff;
  color: #000;
} */
/* [data-zone=info] header .btn:hover {
  background: #fff;
  opacity: 1;
  color: #111;
} */
header .btn > span {
  overflow: hidden;
  width: 100%;
  height: 14.3px;
  display: inline-block;
  letter-spacing: 0.08em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
  margin: auto;
}
header .btn span span {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
header .btn .hd-btn-tx02 {
  transform: translate(0, 110%);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header .btn .hd-btn-tx02 {
    font-size: 13.7px;
    line-height: 1.2;
  }
  /* IE11 */
}
header .btn:hover {
  color: #333333;
  background: #fff;
}
header .btn:hover .hd-btn-tx01 {
  transform: translate(0, -110%);
}
header .btn:hover .hd-btn-tx02 {
  transform: translate(0);
}
header.mvVIEW {
  position: fixed;
  top: -65px;
  opacity: 0;
  transition: opacity 1s linear 0s;
}
@media only screen and (min-width: 960px) {
  header.mvVIEW {
    top: -95px;
  }
}
header.compactHeadOpened {
  background: rgba(17, 106, 176, 0.5);
}
header.compactHead {
  background: rgba(17, 106, 176, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: -65px;
  opacity: 1;
  transition: top 1s cubic-bezier(0, 1, 0.333, 1) 0s;
}
@media only screen and (min-width: 960px) {
  header.compactHead {
    top: -95px;
  }
}
@media only screen and (min-width: 1921px) {
  header.compactHead {
    max-width: calc(1920px + 15px);
    left: calc(50vw - 43%);
    max-width: calc(1920px);
    left: calc(50vw - 50%);
  }
}
header.compactHead.INVIEW {
  opacity: 1;
  top: 0px;
  transition: top 0.5s cubic-bezier(0, 1, 0.333, 1) 0s;
}
header.mvVIEW.INVIEW {
  top: 0px;
}
header a {
  display: block;
}
header h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  width: auto;
  height: 56px;
  padding: 0px;
  line-height: 1;
  letter-spacing: 0;
  -webkit-animation: none;
  animation: none;
}
header h2::before {
  display: none;
}
header h2 a {
  color: #116ab0;
  font-size: 37px;
}
header h2 .logo {
  -webkit-animation: none;
  animation: none;
}
header h2 {
  height: auto;
  padding: 20px;
  padding: 0;
}
.logo {
  display: block;
  width: 230px;
  height: 76.67px;
  background: url(../img/logo.svg) no-repeat center 50%;
  background-size: contain;
}
@media only screen and (max-width: 424px) {
  .logo {
    width: calc(230px * 0.68);
    height: calc(76.67px * 0.68);
  }
}
.logo img {
  width: auto;
  height: 100%;
  display: none;
}
.logoTag {
  display: block;
  width: 275px;
  height: 94px;
  background: url(../img/logo+tag.svg) no-repeat center 50%;
  background-size: contain;
}
@media only screen and (max-width: 424px) {
  .logoTag {
    width: calc(357px * 0.5);
    height: calc(94px * 0.5);
  }
}
#menuSW {
  display: inline-block;
  width: 78px;
  height: 30px;
  background: url(../img/ui_menu_wh.svg) no-repeat center 50%;
  background-size: contain;
}
@media only screen and (min-width: 960px) {
  #menuSW {
    width: calc(78px * 1.25);
    height: calc(30px * 1.25);
  }
  .compactHead #menuSW {
    background: url(../img/ui_menu_wh.svg) no-repeat center 50%;
    background-size: contain;
  }
}
#menuSW a {
  height: 100%;
}
#menuSW img {
  width: auto;
  height: 100%;
  display: none;
}
#smartCTA {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
}
#smartCTA > * {
  margin: 0 0px 0 0;
}
.place.pc {
  position: absolute;
  position: fixed;
  width: 39%;
  right: -7%;
  bottom: 31%;
}
.place.sp {
  position: absolute;
  position: fixed;
  ;
  width: 62%;
  right: -3%;
  bottom: -1%;
}
.globalMenu {
  position: absolute;
  position: fixed;
  z-index: 1;
  top: 45px;
  right: 0px;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.globalMenu {
  transition: all 0.733s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.nowLoading .globalMenu {
  right: -85px;
}
.globalMenu.OPEN {
  right: -10px;
  transition: all 0.333s cubic-bezier(0, 0.73, 0, 1) 0s;
}
.mainMenu {
  font-size: inherit;
  text-align: right;
  padding: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 959px) {
  .mainMenu {
    padding-right: 5px;
    display: none;
  }
}
.mainMenu li {
  position: relative;
  margin: 0 0 2em;
  margin: 45px 0;
  margin: 0;
  margin-left: 1em;
  padding: 22px 0;
  padding: 15px 0;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .mainMenu li {
    padding: 10px 0;
  }
}
.mainMenu li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 0.04em;
  line-height: 12px;
  font-size: 0px;
}
.mainMenu li.current a {
  font-size: 14px;
  color: #FFF;
}
.mainMenu li.ON a {
  text-decoration: none;
  font-size: 14px;
  color: #FFF;
}
.mainMenu li:not(.current).ON a {
  color: #FFF;
}
.mainMenu li a::after {
  content: "";
  display: inline-block;
  /*border-radius: 100px;*/
  width: 10px;
  height: 10px;
  background: #2C3E58;
  margin: 2px;
  margin-left: 0.5em;
}
.mainMenu li.ON a::after, .mainMenu li.current a::after {
  width: 12px;
  height: 12px;
  background: #FFF;
  margin: 1px;
  margin-left: 0.5em;
}
.mainMenu li:not(.current).ON a::after {
  background: #FFF;
}
.present_fix {
  z-index: 21;
  position: fixed;
  right: 30px;
  bottom: 40px;
}
.present_fix .bl_fixedCta_img {
  display: block;
  width: 183px;
  margin: 0 auto;
  margin-bottom: -24px;
}
.el_btn {
  display: inline-block;
  position: relative;
  min-width: 260px;
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(to right, #2C3E58 0%, #2C3E58 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
footer {
  position: absolute;
  position: fixed;
  z-index: 9;
  top: 0;
  right: auto;
  left: 0;
  background: #2c3e58;
  width: 58px;
  height: calc(100vh);
  transition: all 0.733s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nowLoading footer {
  left: -60px;
}
@media only screen and (max-width: 959px) {
  .present_fix .bl_fixedCta_img {
    width: 35vw;
    margin: 0 -20px 20px 0;
  }
  .el_btn {
    position: fixed;
    width: 80%;
    margin: 10px 10%;
    min-width: auto;
    bottom: 0;
    right: 0;
  }
  footer {
    width: 1.6em;
    width: 1.4em;
    width: 20px;
  }
  .nowLoading footer {
    left: -20px;
  }
}
.copyright {
  margin: 0 auto;
  padding: 15px 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transform: rotate(90deg);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .copyright {
    margin-left: -32px;
  }
  /* IE11 */
}
@media only screen and (max-width: 959px) {
  .copyright {
    font-size: 10px;
  }
}
.foot {
  width: 100%;
  position: relative;
  padding: 80px 300px 40px 84px !important;
  text-align: center;
  margin-right: 20px;
  margin-top: -3px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}
.foot .link {
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 959px) {
  .foot {
    padding: 30px 30px 200px calc(3% + 20px) !important;
    align-items: center;
    justify-content: right;
  }
}
@media only screen and (max-width: 959px) {
  .foot p {
    width: 60%;
  }
}
@media only screen and (max-width: 959px) {
  .foot p a.logoTag {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .foot a.link_outer {
    width: 40%;
    margin: 30vw 0 0 0;
  }
}
@media only screen and (max-width: 424px) {
  .foot .link_outer {
    margin-bottom: 40px;
  }
  .foot .logo {
    margin-bottom: 20px;
  }
}
.foot, header {
  padding-right: 50px;
  padding-left: 84px;
}
@media only screen and (max-width: 959px) {
  .foot, header {
    padding-right: 10px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 424px) {
  .foot, header {
    padding-left: 16px;
  }
}
header, .globalMenu {
  background: none;
  z-index: 10;
}
/*.scrollBelow {
    position: fixed;
    z-index: 2;
    bottom: 60px;
    left: 40px;
    right: auto;
    margin: auto;
    width: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    font-size: 22px;
    transition: all 0.133s cubic-bezier(0, 1, 0, 1.05) 0s;
    transition: all 0.733s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    letter-spacing: 1px;
}

.scrollBelow a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.scrollBelow a:hover {
    text-decoration: none;
}

.scrollBelow .uiBall {
    position: relative;
    display: block;
    width: 1px;
    height: 80px;
    margin-top: 6px;
    background: #000;
}

.scrollBelow .uiBall::after {
    content: "";
    position: absolute;
    top: 0;
    top: 100%;
    left: -4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background: #000;
    -webkit-animation: slidingBall 2.5s cubic-bezier(1, 0, 0.5, 1) 0s infinite
        both;
    animation: slidingBall 2.5s cubic-bezier(1, 0, 0.5, 1) 0s infinite both;
}

@-webkit-keyframes slidingBall {
    0% {
        top: 0%;
        transform: scale(0);
        opacity: 1;
    }

    5% {
        transform: scale(1);
    }

    60% {
        top: 96%;
    }

    100% {
        top: 96%;
        opacity: 0;
    }
}

@keyframes slidingBall {
    0% {
        top: 0%;
        transform: scale(0);
        opacity: 1;
    }

    5% {
        transform: scale(1);
    }

    60% {
        top: 96%;
    }

    100% {
        top: 96%;
        opacity: 0;
    }
}

.scrollBelow.goodJob {
    opacity: 0;
}

.scrollBelow.jobStandby {
    opacity: 0;
}/*


/* ------- MaskSet ------- */
.mvUnit {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mvUnit {
    background-image: url(../img/logo_image_ie.png);
    background-size: contain;
  }
  /* IE11 */
}
.masked-element {
  width: 100% !important;
  height: 100%;
}
/*
.masked-element image {
  transform-origin: 50%;
  transform: scale(1);
  animation: growSlowAlpha 10s ease-out 0s 1 both;
} */
#wipe {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: url(#shapePath);
  clip-path: url(#shapePath);
}
#wipe img {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  #wipe img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
}
.slide {
  position: absolute;
  width: 1077px;
  height: 944px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center left;
  list-style: none;
  z-index: 0;
}
.slide.active {
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.24, 1);
  animation-timing-function: cubic-bezier(1, 0, 0.24, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.slide.inactive {
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
  -webkit-animation-name: slideout;
  animation-name: slideout;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.24, 1);
  animation-timing-function: cubic-bezier(1, 0, 0.24, 1);
}
@-webkit-keyframes slidein {
  0% {
    transform: scale(1.22);
    width: 0;
  }
  100% {
    transform: scale(1);
    width: 1077px;
  }
}
@keyframes slidein {
  0% {
    transform: scale(1.22);
    width: 0;
  }
  100% {
    transform: scale(1);
    width: 1077px;
  }
}
@-webkit-keyframes slideout {
  from {
    width: 100%;
    transform: scale(1);
  }
  to {
    width: 100%;
    transform: scale(1.22);
  }
}
@keyframes slideout {
  from {
    width: 100%;
    transform: scale(1);
  }
  to {
    width: 100%;
    transform: scale(1.22);
  }
}
@-webkit-keyframes growSlowAlpha {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes growSlowAlpha {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
  }
}
/* ------- MaskSet ------- */
.mvUnit {
  display: none;
}
[data-zone="top"] .mvSlides, [data-zone="about"] .mvAbout, [data-zone="speakers"] .mvSpeakers {
  display: block;
}
/*
.mvAbout,
.mvSpeakers {
	display: none;
}
*/
.visualJuice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 424px) {
  /*.visualJuice {
    transform-origin: 0 0;
    transform: scale(0.5);
  }*/
}
#container > .visualJuice {
  display: none;
}
@media only screen and (max-width: 424px) {
  /*.visualJuice {
    transform-origin: 0 0;
    transform: scale(0.5);
  }*/
}
#container > .visualJuice {
  display: none;
}
.visualJuice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
/*@media only screen and (max-width:424px) {
  .visualJuice {
    transform-origin: 0 0;
    transform: scale(0.5);
  }
}*/
#container > .visualJuice {
  display: none;
}
.visualJuice p {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/tg1R.svg) no-repeat center 50%;
  background-size: contain !important;
  transition: top 0.2s;
}
/*@media only screen and (max-width:424px) {
  .visualJuice p {
    left: 580px;
  }
}
*/
/* .visualJuice p:nth-of-type(2) {
  background: url(../img/tg1L.svg) no-repeat center 50%;
  background-size: contain;
}


.visualJuice p:nth-of-type(3) {
  background: url(../img/tg1B.svg) no-repeat center 50%;
  background-size: contain;
} */
.visualJuice .triangle_0 {
  top: 78px;
  left: 798px;
  width: 125px;
  height: 312px;
  background: url(../img/tg1R.svg) no-repeat center 50%;
}
.visualJuice .triangle_1 {
  top: 285px;
  left: 80px;
  width: 214px;
  height: 221px;
  background: url(../img/tg1L.svg) no-repeat center 50%;
}
.visualJuice .triangle_2 {
  top: 596px;
  left: 512px;
  width: 308px;
  height: 185px;
  background: url(../img/tg1B.svg) no-repeat center 50%;
}
.visualJuice .triangle_3 {
  top: 180px;
  left: 682px;
  width: 258px;
  height: 169px;
  background: url(../img/tg2R.svg) no-repeat center 50%;
}
.visualJuice .triangle_4 {
  top: 580px;
  left: 80px;
  width: 181px;
  height: 168px;
  background: url(../img/tg2L.svg) no-repeat center 50%;
}
.visualJuice .triangle_5 {
  top: 800px;
  left: 700px;
  width: 174px;
  height: 111px;
  background: url(../img/tg2B.svg) no-repeat center 50%;
}
.visualJuice .triangle_6 {
  top: 600px;
  right: 70px;
  width: 216px;
  height: 179px;
  background: url(../img/tg3_1.svg) no-repeat center 50%;
}
.visualJuice .triangle_7 {
  top: 800px;
  left: 45px;
  width: 320px;
  height: 240px;
  background: url(../img/tg3_2.svg) no-repeat center 50%;
}
.visualJuice .triangle_8 {
  top: 1400px;
  right: 45px;
  width: 112px;
  height: 95px;
  background: url(../img/tg3_3.svg) no-repeat center 50%;
}
.visualJuice .triangle_9 {
  top: 50%;
  right: 60px;
  width: 150px;
  height: 167px;
  background: url(../img/tg3_4.svg) no-repeat center 50%;
}
.visualJuice .triangle_10 {
  top: 60%;
  left: 45px;
  width: 175px;
  height: 96px;
  background: url(../img/tg3_5.svg) no-repeat center 50%;
}
.visualJuice .triangle_11 {
  top: 1800px;
  left: 662px;
  width: 458px;
  height: 275px;
}
@media only screen and (max-width: 424px) {
  .visualJuice .triangle_0 {
    top: 50px;
    left: 80px;
    width: 62px;
    height: 156px;
  }
  .visualJuice .triangle_1 {
    top: 350px;
    left: 10px;
    width: 107px;
    height: 110px;
  }
  .visualJuice .triangle_2 {
    top: 200px;
    left: 230px;
    width: 154px;
    height: 92px;
  }
  .visualJuice .triangle_3 {
    top: 100px;
    left: 50px;
    width: 129px;
    height: 84px;
  }
  .visualJuice .triangle_4 {
    top: 500px;
    left: 230px;
    width: 90px;
    height: 84px;
  }
  .visualJuice .triangle_5 {
    top: 800px;
    left: 150px;
    width: 87px;
    height: 55px;
  }
  .visualJuice .triangle_6 {
    top: 600px;
    left: 330px;
    width: 108px;
    height: 80px;
  }
  .visualJuice .triangle_7 {
    top: 800px;
    left: 150px;
    width: 160px;
    height: 120px;
  }
  .visualJuice .triangle_8 {
    top: 1000px;
    left: 30px;
    width: 56px;
    height: 47px;
  }
  .visualJuice .triangle_9 {
    top: 1200px;
    left: 100px;
    width: 75px;
    height: 83px;
  }
  .visualJuice .triangle_10 {
    top: 800px;
    left: 230px;
    width: 88px;
    height: 48px;
  }
  .visualJuice .triangle_11 {
    top: 1800px;
    left: 30px;
    width: 150px;
    height: 150px;
  }
}
/* CommonPageLayout
----------------------------------------------------*/
main {
  padding: 0px;
  position: relative;
  z-index: 1;
}
main > article {
  padding: 0;
}
main > article > section {
  position: relative;
  padding: 40px 0 40px;
}
main > article > section:first-of-type {
  min-height: calc(100vh);
}
.iLikeDARK main > article > section {
  color: #fff;
  background: #4b4b4b;
}
section > article {
  position: relative;
  padding: 100px 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 0 10%;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  section > article {
    padding: 30px 0% 80px 5%;
    margin: 0 auto;
    width: 90%;
  }
}
section > article > div {
  margin: 30px auto;
  padding: 40px 0;
}
@media only screen and (max-width: 959px) {
  section > article > div {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 959px) {
  #top {
    padding-left: 20px;
  }
}
/*
----------------------------------------------------*/
main li {
  padding-left: 1em;
  position: relative;
}
main li::before {
  content: "・";
  position: absolute;
  left: 0;
}
main li + li, main ul + p {
  margin-top: 2em;
}
h2 {
  display: block;
  font-size: 1.35vw;
  color: #2c3e58;
  text-align: left;
  font-weight: 700;
  padding-bottom: 0;
}
h2 span {
  position: relative;
  padding: 0 0 0 2em;
  line-height: 1;
  font-weight: bold;
  color: #2c3e58;
  letter-spacing: .1em;
}
h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1em;
  height: 2px;
  background-color: #2c3e58;
  border-radius: 2px;
}
h2 + p {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1;
  margin: 10px auto 0;
  color: #2c3e58;
  text-align: left;
}
h2 + .enFont {
  font-size: 54px;
}
h2 + .enFont + .sub span {
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  h2 {
    font-size: 5vw;
  }
  h2 + .enFont {
    font-size: 27px;
  }
  h2 + .enFont + .sub {
    font-size: 24px;
  }
}
h2 + .enFont span {
  margin-right: 0.25em;
}
h2 + .enFont .numFont {
  font-weight: 300;
}
#info h2::after {
  background: #fff;
}
#top {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
}
@media only screen and (max-width: 424px) {
  #top {
    padding-bottom: 25vh;
  }
}
.mvContents {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0 30px 0 0;
  z-index: 5;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mvContents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* IE11 */
}
@media only screen and (max-width: 959px) {
  .mvContents {
    width: 90%;
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
.mvContents h1 {
  position: relative;
  text-align: inherit;
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-animation: none;
  animation: none;
}
.mvContents h1 p {
  text-align: inherit;
}
.mvContents h1 p + p {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .mvContents h1 {
    font-size: 10.2vw;
  }
}
@media only screen and (max-width: 424px) {
  .mvContents h1 {
    font-size: 42px;
  }
}
.mvContents .marker {
  display: inline-block;
  font-size: 1.5vw;
  font-weight: 700;
  color: #FFF;
  background-color: #2DD4BF;
  padding: 2px 15px;
  margin-bottom: 20px;
}
.mvContents p {
  overflow: hidden;
  height: 1.8em;
  color: #2c3e58;
}
.mvContents p.enFont {
  height: 1em;
}
.mvContents p.cta {
  height: 60px;
}
.mvContents h3 {
  color: #2c3e58;
}
@media only screen and (max-width: 959px) {
  .mvContents .marker {
    font-size: 4.5vw;
  }
  .mvContents p {
    overflow: initial;
  }
  .mvContents p.cta {
    height: 60px;
  }
}
/*.mvContents p.cta .btn {
    margin: 0;
}
@media only screen and (max-width: 959px) {
  .mvContents p.cta .btn {
    font-size: 13px;
    line-height: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 424px) {
  .mvContents p.cta .btn {
    width: 95%;
  }
}*/
.mvContents p > * {
  display: inline-block;
  transform: translate(0, 107%) skewY(4deg);
  transition: transform 1s cubic-bezier(0.79, 0.24, 0.35, 1.01) 0s;
}
.mvContents p.cta > * {
  transform: translate(0, 113%) skewY(4deg);
}
@media only screen and (max-width: 959px) {
  .mvContents p.cta > * {
    transform: translate(0, 116%) skewY(4deg);
  }
}
.mvContents h1 p:nth-child(1).inView > * {
  transform: translate(0) skewY(0deg);
  transition-delay: 0.2s;
  color: #333333;
  /*background: -webkit-linear-gradient(270deg, #53b0e2, #0052aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.mvContents h1 p:nth-child(2).inView > * {
  transform: translate(0) skewY(0deg);
  transition-delay: 0.4s;
  color: #333333;
  /*background: -webkit-linear-gradient(270deg, #53b0e2, #0052aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
/*.mvContents h1 p:nth-child(3).inView > * {
    transform: translate(0) skewY(0deg);
    transition-delay: 0.6s;
}*/
.mvContents p.cta.inView > * {
  transform: translate(0) skewY(0deg);
  transition: transform, 0.8s cubic-bezier(0.79, 0.24, 0.35, 1.01) 0.86s, background 0.4s ease 0s, color 0.4s ease 0s;
}
.mvContents .date p.inView > * {
  transform: translate(0) skewY(0deg);
  transition-delay: 0.6s;
}
.mvContents h1 svg {
  position: absolute;
  width: 34vw;
  height: 10vw;
  bottom: -29%;
  left: 23vw;
}
@media only screen and (max-width: 1024px) {
  .mvContents h1 svg {
    width: 35.1vw;
    height: 13vw;
    bottom: -8%;
  }
}
@media only screen and (max-width: 424px) {
  .mvContents h1 svg {
    height: auto;
    width: 200px;
    left: 84px;
    bottom: -15px;
  }
}
#mv_mask .st0_ {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#mv_mask .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mvContents .btn > span {
  overflow: hidden;
  width: 100%;
  height: 14.3px;
  display: inline-block;
  letter-spacing: 0.08em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
  margin: auto;
}
.mvContents .btn span span {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.3s ease;
}
.mvContents .btn .btn-tx02 {
  transform: translate(0, 110%);
}
.mvContents .btn:hover .btn-tx01 {
  transform: translate(0, -110%);
}
.mvContents .btn:hover .btn-tx02 {
  transform: translate(0);
}
.mvContents .subtitle {
  border-bottom: #000 1px solid;
  padding-bottom: 35px;
  width: 255px;
  margin: 0 auto;
}
.mvContents .date {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 22px;
}
.mvContents .date p.title span {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
  height: 2em;
}
.mvContents .date p.day {
  color: #0052aa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 82px;
  line-height: 1;
  letter-spacing: -0.02em;
  height: auto;
  margin: 0;
}
.mvContents .date .day .slash, .mvContents .date .day .dot {
  font-size: 65px;
  font-weight: 300;
}
.mvContents .date .day .slash {
  padding-bottom: 10px;
}
.mvContents .date p.day span {
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .mvContents .date {
    margin-bottom: 20px;
  }
  .mvContents .date p.day {
    font-size: 50px;
  }
  .mvContents .date .day .slash, .mvContents .date .day .dot {
    font-size: 45px;
  }
  .mvContents .date p.title span {
    font-size: 14px;
    padding: 0 7px;
  }
}
#about {
  background: url("../img/place.png") no-repeat right center;
  background-size: 50%;
}
@media only screen and (max-width: 959px) {
  #about {
    background: url(../img/place.png) no-repeat right bottom;
    background-size: 100%;
  }
  .mvContents .date {
    font-size: 4vw;
  }
}
#about h3 {
  color: #2DD4BF;
  font-size: 1.2vw;
}
#about article .about_title {
  margin-top: 0.2em;
  font-size: 48px;
  color: #2c3e58;
  text-align: left;
  font-weight: 700;
  padding: 0;
}
#about article .about_subtitle {
  font-size: 28px;
  text-align: left;
  color: #2c3e58;
}
#about article .sub {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0.5em;
  color: #0052aa;
}
@media only screen and (max-width: 959px) {
  #about article .about_title {
    font-size: 26px;
  }
  #about article .sub {
    font-size: 16px;
  }
  #about article .about_subtitle {
    font-size: 22px;
  }
}
#about article > div {
  max-width: 750px;
  margin: 0 auto 0 0;
}
#about article > div p {
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  #about article > div {
    max-width: 680px;
  }
}
@media only screen and (max-width: 959px) {
  #about .enFont span {
    display: inline-block;
  }
  #about article > div p {
    font-size: 14px;
    text-align: left;
  }
}
.andMore {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  font-size: 15px;
  padding: 30px 15px;
  margin: 60px 0 0;
}
@media only screen and (max-width: 959px) {
  .andMore {
    font-size: 13px;
    padding: 20px 0;
  }
}
.andMore h3 {
  padding: 0 0px 20px;
  line-height: 1;
}
#speakers .flexBox {
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  #speakers .flexBox > *:nth-child(1) {
    margin-left: 14%;
  }
}
#speakers .flexBox > *:nth-child(2) {
  margin-top: 50px;
}
@media only screen and (max-width: 959px) {
  #speakers .flexBox > *:nth-child(2) {
    margin-top: 30px;
    margin-right: 14%;
  }
}
#speakers .flexBox > *:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
  #speakers .flexBox > *:nth-child(3) {
    margin-top: 30px;
    margin-left: 14%;
  }
}
@media only screen and (max-width: 959px) {
  .tblBlock article .one_person .speakers {
    display: block;
    width: 100%;
  }
}
#timetable {
  padding: 0;
  padding-bottom: 100px;
}
#timetable > article {
  padding-bottom: 0;
}
#timetable .tblBlock {
  background: url("../img/line.png") repeat-y 51px;
  padding-top: 0;
  margin-top: 40px;
}
.timeTableList {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}
.timeTableList a {
  position: relative;
  display: flex;
  align-items: baseline;
  background-color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 74px;
  max-width: 320px;
  width: 48.5%;
  margin-right: 25px;
  border-radius: 37px;
  box-shadow: 0 0 16px rgba(36, 36, 36, 0.08);
  transition: 0.3s ease;
}
.timeTableList a:nth-of-type(2n) {
  margin-right: 0;
}
.timeTableList a:after {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #8d8d8d;
  border-bottom: 2px solid #8d8d8d;
  transform: rotateZ(-45deg);
}
.timeTableList a:hover {
  text-decoration: none;
  opacity: 0.65;
}
.timeTableList a b {
  font-size: 36px;
  font-weight: 700;
  padding: 0 22px 0 30px;
}
.timeTableList a span {
  font-size: 19px;
  margin-left: 8px;
  line-height: 1;
}
.timeTableList a:first-of-type b {
  color: #41a589;
}
.timeTableList a:nth-child(2) b {
  color: #0052aa;
}
@media only screen and (max-width: 959px) {
  #timetable .tblBlock {
    background: none;
  }
  .timeTableList {
    margin-top: 30px;
  }
  .timeTableList a {
    font-size: 18px;
    line-height: 50px;
    margin-right: 3%;
  }
  .timeTableList a b {
    font-size: 22px;
    padding: 0 10px 0 15px;
  }
  .timeTableList a span {
    display: none;
  }
  .timeTableList a:after {
    width: 10px;
    height: 10px;
    top: 20px;
  }
}
.tblBlock {
  margin-bottom: 40px;
  box-shadow: 5 6 38px rgba(36, 36, 36, 0.14);
  padding-top: 60px;
}
.tblBlock:first-of-type h3 b {
  color: #41a589;
  background: linear-gradient(to right, #41a589 0%, #41a589 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tblBlock:first-of-type article > .mini_title {
  border: 3px solid #2c3e58;
  border-radius: 50%;
  display: table;
  text-align: center;
  width: 110px;
  height: 110px;
  text-align: center;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  color: #2c3e58;
  line-height: 80%;
  background: #FFF;
}
.tblBlock:first-of-type article > .time.small {
  width: 84px;
  height: 84px;
  font-size: 16px;
  margin-left: 10px;
}
.tblBlock:first-of-type article > .mini_title p {
  display: table-cell;
  vertical-align: middle;
}
.tblBlock:first-of-type article > .mini_title p span {
  display: block;
  width: 100%;
  transform: rotate(90deg);
  font-size: 12px;
  margin-top: 5px;
}
.tblBlock:first-of-type article > p::after {
  background-color: #41a589;
}
.tblBlock:nth-of-type(2) h3 b {
  color: #E0F7FA;
  background: linear-gradient(to right, #E0F7FA 0%, #A8E6CF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tblBlock:nth-of-type(2) article > p {
  border-color: #0052aa;
  text-align: left;
}
.tblBlock:nth-of-type(2) article > p span {
  color: #000;
}
.tblBlock:nth-of-type(2) article > p::after {
  background-color: #0052aa;
}
.tblBlock:nth-of-type(2) article dt span.title {
  color: #0052aa;
}
.tblBlock:last-of-type {
  margin-bottom: 0;
}
.tblBlock h3 {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  background-color: #333333;
  padding: 0 0 0 50px;
  line-height: 90px;
}
.tblBlock h3 .slash {
  font-size: 58px;
  font-weight: 300;
  padding-bottom: 10px;
}
.tblBlock h3 .dow {
  position: relative;
  font-size: 28px;
  border: 1px solid #fff;
  padding: 0px 15px;
  margin-bottom: -10px;
  margin-left: 15px;
  line-height: 34px;
  z-index: 1;
}
.tblBlock h3 b {
  position: absolute;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  top: -45px;
  right: 10px;
  z-index: 0;
}
.tblBlock h3 b span {
  font-size: 150px;
}
@media only screen and (max-width: 959px) {
  .tblBlock {
    padding-top: 30px;
  }
  .tblBlock h3 {
    font-size: 34px;
    line-height: 45px;
    padding-left: 15px;
  }
  .tblBlock h3 .slash {
    font-size: 29px;
  }
  .tblBlock h3 .dow {
    font-size: 14px;
    padding: 0px 5px;
    margin-bottom: -3px;
    margin-left: 10px;
    line-height: 16px;
  }
  .tblBlock h3 b {
    font-size: 85px;
    top: -28px;
    right: 0px;
  }
  .tblBlock h3 b span {
    font-size: 100px;
  }
  .tblBlock article dd .speakers_wrap {
    margin: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .tblBlock h3 b {
    background: none !important;
  }
}
.tblBlock article > p {
  position: relative;
  color: #fff;
  width: 192px;
  line-height: 100%;
}
.tblBlock article > p span {
  position: relative;
  font-size: 24px;
  z-index: 1;
  letter-spacing: 0;
  font-weight: normal;
}
.tblBlock article > p::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 13px;
  height: 1px;
  width: 45px;
}
.tblBlock article > dl {
  flex: 1;
  padding-left: 50px;
  padding-bottom: 60px;
}
.tblBlock article:first-of-type dl dt {
  margin-top: 0;
}
.tblBlock article:last-of-type > dl {
  padding-bottom: 0;
}
.tblBlock article dt, .tblBlock article dd {
  padding: 0;
}
.tblBlock article dt > p {
  display: table-cell;
  vertical-align: middle;
}
.tblBlock article dd {
  font-size: 23px;
  font-weight: 500;
  margin-top: -0.4em;
  margin-bottom: 15px;
  line-height: 1.35;
  width: calc(100% - 180px);
}
.tblBlock article.guest dt {
  width: 100%;
}
.tblBlock article.guest dd {
  width: 100%;
}
.tblBlock article dt.live:before {
  display: block;
  content: "LIVE";
  font-size: 18px;
  color: #fff;
  background-color: #41a58a;
  border-radius: 3px;
  line-height: 30px;
  padding: 0px 8px;
  margin-bottom: 10px;
  width: 60px;
}
.tblBlock article dt b {
  color: #d69016;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #d69016;
  display: block;
  text-align: center;
  max-width: 140px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-radius: 2px;
}
#timetable .tblBlock article.company dt .title {
  color: #d69016;
}
.tblBlock article dt b {
  color: #0052aa;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #0052aa;
  display: block;
  text-align: center;
  max-width: 140px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-radius: 2px;
}
.tblBlock article.company dt b {
  color: #d69016;
  border: 2px solid #d69016;
}
.tblBlock article dt span {
  display: block;
}
.tblBlock article dt span.sml {
  font-size: 0.8em;
  display: inline;
  letter-spacing: 0;
}
.tblBlock article dt span.right {
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  margin-top: 8px;
  margin-bottom: -6px;
}
.tblBlock article dd {
  font-size: 15px;
  padding: 0px 0 30px 0;
}
.tblBlock article dd a {
  color: #FFF;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  width: 100%;
  padding: 10px;
}
.tblBlock article dd > p {
  margin-bottom: 30px;
}
.tblBlock article dd .speakers_wrap {
  margin-bottom: 30px;
}
/*1人*/
.tblBlock article .one_person .speakers {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.tblBlock article dd .one_person img {
  max-width: 260px;
  padding: 5% 0 0 0;
}
.tblBlock article dd .one_person .person {
  width: 70%;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 0;
  margin: 10px 0;
}
.tblBlock article.guest dd .one_person .person {
  margin: 40px 15px 10px -70px;
}
.tblBlock article.guest dd .one_person .name {
  font-size: 34px;
}
/*2.3人*/
.tblBlock article .two_persons, .tblBlock article .three_persons {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.tblBlock article .two_persons .speakers, .tblBlock article .three_persons .speakers {
  margin-right: 40px;
  max-width: 260px;
}
.tblBlock article .two_persons .person, .tblBlock article .three_persons .person {
  margin-right: 20px;
}
.tblBlock article.guest dd .two_persons .name, .tblBlock article.guest dd .three_persons .name {
  font-size: 30px;
}
p.notice {
  padding: 0 0 20px 90px;
}
.tblBlock article dd .category {
  color: #2c3e58;
  border: 1px solid #2c3e58;
  font-size: 18px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.tblBlock article dt .breaktime {
  color: #2c3e58;
  font-size: 24px;
  padding-top: 16px;
}
.tblBlock article dt .title {
  color: #FFF;
  font-size: 30px;
  line-height: 180%;
}
.title .bgLRextend::before {
  background-color: #333;
}
.title .bgLRextend::after {
  background-color: #333;
}
.person .company .bgLRextend::before {
  background-color: #FFF;
}
.person .company .bgLRextend::after {
  background-color: #FFF;
}
.name > .name .bgLRextend::before {
  background-color: #FFF;
}
.name > .name .bgLRextend::after {
  background-color: #FFF;
}
.tblBlock article dt .title span {
  margin-top: 5px;
  font-size: 0.85em;
}
.tblBlock article dd .person div p.partner {
  color: #fff;
  line-height: 1.2;
  padding: 4px;
  margin-bottom: 4px;
  background: #0052aa;
  border-radius: 2px;
}
.tblBlock article dd .title {
  color: #000;
  font-size: 26px;
  line-height: 160%;
  margin-top: 10px;
}
.tblBlock article dd .title .bgappear{
  color: #fff;
}
.tblBlock article dd .person .company {
  font-size: 16px;
  margin: 0px 0 0 0;
  font-weight: 400;
  padding: 5px 0;
  display: inline-block;
}
.tblBlock article.guest dd .person .company {
  margin: 10px 0 0 0;
}
.tblBlock article dd .person .name {
  font-weight: 500;
}
.tblBlock article dd .person .name > .name {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 30px;
}
.tblBlock article dd .person .name + span {
  font-size: 30px;
}
.tblBlock article dd .person .name .keisyo {
  font-size: 20px;
}
.tblBlock article dd .person::before {
  display: none;
}
.tblBlock article dd .person div .btn {
  margin: 10px auto;
  padding: 10px 0;
}
@media only screen and (max-width: 1366px) {
  .tblBlock > div {
    padding: 0px 0px 50px 0px;
  }
  .tblBlock article > dl {
    padding-left: 30px;
  }
  .tblBlock article > p {
    width: 180px;
    text-align: left;
  }
}
@media only screen and (max-width: 959px) {
  .tblBlock > div {
    padding: 50px;
  }
  .tblBlock article {
    display: block;
  }
  .tblBlock article > p {
    width: 100%;
    border-right: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .tblBlock article > p::after {
    display: none;
  }
  .tblBlock article > p span {
    font-size: 24px;
  }
  .tblBlock article dl {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .tblBlock article dt {
    margin-top: 0;
    font-size: 20px;
  }
  .tblBlock article dt span.title {
    padding: 5px 8px;
    font-size: 24px;
  }
  .tblBlock article dt span.right {
    font-size: 18px;
    margin-top: 5px;
  }
  .tblBlock article dt span br {
    display: none;
  }
  .tblBlock article dd {
    font-size: 14px;
    padding: 20px;
  }
  .tblBlock article dd > p {
    margin-bottom: 25px;
  }
  .tblBlock article dd .person {
    width: 100%;
    font-size: 13px;
  }
  .tblBlock article.guest dd .one_person .person {
    margin: 40px 0;
  }
  .tblBlock > div {
    padding: 30px 20px;
  }
  .tblBlock article dd .person {
    display: block;
  }
  .tblBlock article dd .person .name > .name {
    padding: 0 0 5px 0;
  }
  .tblBlock article dd .person .company {
    padding: 5px 0;
  }
  .tblBlock article .one_person .speakers {
    display: block;
  }
  .tblBlock article .two_persons, .tblBlock article .three_persons {
    display: block;
  }
  .tblBlock article dt {
    width: 100%;
    font-size: 6vw;
  }
  .tblBlock article dd {
    font-size: 4vw;
    width: 100%;
  }
  .tblBlock article.guest dt {
    width: 100%;
  }
  .tblBlock article.guest dd {
    width: 100%;
  }
  p.notice {
    padding: 0 0 20px 0px;
  }
  .lecture_title {
    padding-top: 30px;
  }
  .tblBlock article dd .person .title, .tblBlock article dd .title {
    font-size: 4.8vw;
    display: inline-block;
    margin-left: 0;
  }
  .tblBlock article dd .name {
    font-size: 4.6vw;
  }
  .tblBlock article dd .name + span {
    font-size: 3.6vw;
  }
  .tblBlock article dd .person .company, .tblBlock article dd .company {
    font-size: 3.6vw;
  }
  .tblBlock article dt .breaktime {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 424px) {
  .tblBlock > div {
    padding: 20px 15px;
  }
  .tblBlock article > p {
    margin-bottom: 8px;
  }
  .tblBlock article > p span {
    font-size: 20px;
  }
  .tblBlock article dt {
    font-size: 16px;
  }
  .tblBlock article dt b {
    font-size: 14px;
    max-width: 120px;
  }
  .tblBlock article dt span.title {
    font-size: 17px;
  }
  .tblBlock article dt span.title span {
    font-size: 16px;
    margin-top: 2px;
  }
  .tblBlock article dt span.right {
    font-size: 15px;
  }
  .tblBlock article dt.live::before {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 5px;
    width: 46px;
  }
  .tblBlock article dd {
    font-size: 12px;
    padding: 0;
  }
  .tblBlock article dd .speakers {
    margin: 0;
  }
  .tblBlock article dd .speakers img {
    width: 90%;
  }
  .tblBlock article dd .speakers .person {
    width: 100%;
    font-size: 12px;
    margin: 0 0 20px 0;
  }
  .tblBlock article dd .person:last-of-type {
    margin-bottom: 0px;
  }
  .tblBlock article dt .title {
    font-size: 22px;
    line-height: 150%;
  }
  .tblBlock article dt .title br {
    display: none;
  }
}
.spUnit {
  position: relative;
  width: 30%;
  z-index: 5;
}
@media only screen and (max-width: 959px) {
  .spUnit {
    width: 70%;
    margin: 0 auto;
  }
  .tblBlock article .flexBox {
    display: block;
  }
  .tblBlock article dd .person div {
    padding-left: 0;
    flex: 1;
  }
}
@media only screen and (max-width: 424px) {
  .spUnit {
    width: 86%;
  }
}
.spUnit h3 {
  font-size: 23px;
  line-height: 1.14;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
}
@media only screen and (max-width: 959px) {
  .spUnit h3 {
    font-size: 18px;
  }
}
.spUnit h3 .title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  margin: 0.2em 0 0 0;
}
@media only screen and (max-width: 959px) {
  .spUnit h3 .title {
    font-size: 13px;
  }
}
.spUnit p + p {
  margin: 0;
}
.spUnit .spName {
  font-size: 18px;
  text-align: right;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  .spUnit .spName {
    font-size: 14px;
  }
}
.spUnit .profile .en {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 0.7em;
  text-align: right;
  font-style: italic;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) {
  .spUnit .profile .en {
    font-size: 13px;
    font-weight: 400;
  }
}
.photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 50px 50px 78px rgba(36, 36, 36, 0.42);
}
@media only screen and (max-width: 959px) {
  .photo {
    box-shadow: none;
  }
}
.photo img {
  width: 100%;
  height: auto;
}
.enName {
  font-size: 42px;
  line-height: 1;
  width: 100%;
  position: absolute;
  text-align: left;
  transform-origin: 0 0;
  transform: rotate(90deg);
  top: -14px;
  left: 108%;
  z-index: 6;
}
@media only screen and (max-width: 959px) {
  .enName {
    font-size: 33px;
  }
}
/*
.profile {
  position: relative;
  z-index: 2;
  top: -50px;
  left: 10px;
  width: 100%;
  height: auto;
  height: auto;
  padding: 25px 35px 30px;
}

@media only screen and (max-width:959px) {
  .profile {
    padding: 24px 20px 24px 30px;
  }
}

.profile p {
  font-size: 14px;
} */
/* @media only screen and (max-width:959px) {
  .profile p {
    font-size: 12px;
    line-height: 1.36;
  }
}

.profile::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: skew(-3deg, 0);
  width: calc(100% - 15px);
  left: calc(8px);
  box-shadow: 50px 50px 78px rgba(36, 36, 36, 0.42);
}

@media only screen and (max-width:959px) {
  .profile::before {
    width: 100%;
    box-shadow: none;
  }
} */
#info {
  background: #2c3e58;
  color: #fff;
  z-index: 0;
}
#info h2 span {
  color: #fff;
}
#info h2 span::before {
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  #info > article {
    width: 95%;
    margin-left: 0;
    padding-bottom: 80px;
  }
}
#info li + li, #info p + p {
  margin-top: 0;
}
#info > article {
  max-width: 1020px;
  padding-bottom: 120px;
  margin: 0 auto;
}
#info dl {
  border-top: 1px solid #fff;
  padding: 20px 40px;
  display: flex;
}
@media only screen and (max-width: 959px) {
  #info > article {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #info dl {
    padding: 20px 0;
  }
}
#info dl:last-of-type {
  border-bottom: 1px solid #fff;
}
#info dl dt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  width: 180px;
}
@media only screen and (max-width: 959px) {
  #info dl dt {
    font-size: 13px;
    width: 25%;
  }
}
#info dl dd {
  width: calc(100% - 180px);
}
@media only screen and (max-width: 959px) {
  #info dl dd {
    width: 75%;
    line-height: 1.5;
  }
}
#info dl dd a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease;
}
#info dl dd a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 959px) {
  #info dl dd > p {
    font-size: 13px;
    text-align: left;
  }
}
@media only screen and (max-width: 959px) {
  #info dl dd li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
#info .detail dd ul {
  margin-top: 1em;
}
@media only screen and (max-width: 959px) {
  #info .detail dd p br {
    display: none;
  }
  #info .detail dd li {
    font-size: 12px;
  }
}
#info .infoDate dd {
  font-size: 17px;
}
#info dd p {
  text-align: left;
}
#info dd p.access_txt {
  min-width: 350px;
}
#info dd p .sml {
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
}
#info .infoDate dd span {
  font-size: 15px;
}
#info .infoDate dd .announceTXT {
  color: #e4155e;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  #info .infoDate dd .announceTXT {
    display: inline-block;
  }
  #info dd p.access_txt {
    min-width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  #info .infoDate dd p {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
#info .cta {
  margin: 60px auto 0;
}
@media only screen and (max-width: 959px) {
  #info .cta {
    margin: 30px auto 0;
  }
}
#info .btn {
  margin: 0px auto;
  background: #fff;
  color: #000;
  transition: 0.4s ease;
  border: 1px solid #fff;
}
#info .btn:hover {
  background: #000;
  color: #fff;
}
#info .bgPH {
  width: 100%;
  height: 500px;
  background: #777;
  background: url(../img/ph_info.jpg) no-repeat center 50%;
  background-size: cover;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  transition: -webkit-filter 1.8s ease;
  transition: filter 1.8s ease;
  transition: filter 1.8s ease, -webkit-filter 1.8s ease;
}
@media only screen and (max-width: 424px) {
  #info .bgPH {
    height: 200px;
  }
}
#info .bgPH.sc-active {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
/* .formBox {
	width: 86% !important;
	margin: 0 auto 0 10% !important;
} */
/*.formBox.end {
  display: none;
}*/
.formBox.end {
  max-width: 1020px;
  padding-bottom: 120px;
  margin: 0 auto;
}
.formBox.end h3 {
  text-align: center;
}
.formBox.end p {
  text-align: center;
}
.formBox.end p a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
  .formBox {
    margin: 0 auto !important;
    width: 95%;
  }
}
@media only screen and (max-width: 959px) {
  #other {
    padding-bottom: 10px;
  }
}
#other > article {
  padding-bottom: 0;
}
#other .flexBox {
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  #other .flexBox {
    display: block;
  }
}
#other .spUnit {
  position: relative;
  width: 24%;
  max-width: 400px;
  height: auto;
  background: #fff;
  box-shadow: 50px 50px 78px rgba(36, 36, 36, 0.42);
  margin-bottom: 80px;
  z-index: 4;
}
@media only screen and (max-width: 959px) {
  #other .spUnit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
  }
}
#other .spUnit h3 {
  font-size: 14.2px;
  line-height: 1.36;
  padding: 0 0 0.5em;
  border-bottom: none;
  margin: 0 0 5px;
}
@media only screen and (max-width: 959px) {
  #other .spUnit h3 {
    font-size: 13px;
    padding: 0;
    margin: 0 0 6px;
  }
}
#other .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  position: relative;
  z-index: 3;
}
#other .photo img {
  width: 100%;
  height: auto;
}
#other .infoBlock {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 20px 25px 30px;
}
@media only screen and (max-width: 959px) {
  #other .infoBlock {
    padding: 16px 16px 20px;
  }
}
#other .infoBlock p {
  font-size: 13px;
  line-height: 1.46;
}
@media only screen and (max-width: 959px) {
  #other .infoBlock p {
    font-size: 12px;
  }
}
#other .infoBlock p span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
#other .infoBlock .cta {
  margin: 20px auto 0;
}
@media only screen and (max-width: 959px) {
  #other .infoBlock .cta {
    margin-top: 20px;
  }
}
#other .infoBlock .btn {
  width: 92%;
  max-width: 220px;
  height: 38px;
  font-size: 12px;
  margin: 0 auto;
  border: solid 1px #000;
  transition: 0.4s ease;
}
@media only screen and (max-width: 959px) {
  #other .infoBlock .btn {
    width: 80%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.fixed-banner {
  opacity: 0;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
@media only screen and (max-width: 424px) {
  .fixed-banner {
    width: 50%;
    bottom: 10px;
    right: 10px;
  }
  .fixed-banner img {
    width: 100%;
  }
}
.present .head {
  position: relative;
  background-color: #000;
  padding: 18px 50px;
}
.present .head p {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.present .head p span {
  display: inline-block;
  margin-right: 1em;
}
.present .head p span:last-of-type {
  margin-right: 0;
}
.present .head img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  cursor: pointer;
}
.present .main {
  font-size: 14px;
  text-align: right;
  padding: 40px 50px;
  background-color: #fff;
}
.present .main .inner {
  position: relative;
}
.present .main .label {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 200px;
}
.bl1 .head .date span {
  background-color: #FFF;
}
.bl1 .head .title {
  background-color: #FFF;
}
.bl2 .head .date span {
  background-color: #0052aa;
}
.bl2 .head .title {
  background-color: #0052aa;
}
.talk .head .title {
  background-color: #2DD4BF;
}
.iziModal {
  width: 90% !important;
}
.iziModal_group{
  background: #FFF;
}
.iziModal_group .head {
  position: relative;
  color: #fff;
  background-color: #333333;
  padding: 60px 50px 15px 50px;
  overflow: hidden;
  z-index: 0;
}
.iziModal_group .head p {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  z-index: 1;
  margin-top: 0;
}
.iziModal_group .head .title {
  font-size: 27px;
  padding: 2px 8px;
  margin-bottom: 10px;
}
.iziModal_group .head .title span {
  margin-bottom: 0 !important;
  font-size: 0.85em;
}
.iziModal_group .head .sml {
  font-size: 0.8em;
  display: inline;
  letter-spacing: 0;
}
.iziModal_group .head p span {
  display: inline-block;
  margin-right: 0.75em;
}
.iziModal_group .head p span:last-of-type {
  margin-right: 0;
  margin-bottom: 10px;
}
.iziModal_group .head .date {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 20px;
  line-height: 22px;
  z-index: 1;
}
.iziModal_group .head .date span {
  font-weight: 400;
  padding: 0 10px 0 50px;
}
.iziModal_group .head .date b {
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
}
.iziModal_group .head img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  cursor: pointer;
  z-index: 9999;
}
.iziModal_group .head .iweb {
  border: 1px solid #FFF;
  padding: 3px 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}
.iziModal_group .main {
  position: relative;
  overflow-y: auto;
  padding: 30px 50px;
  z-index: 1;
}
.iziModal_group .main > p {
  margin-bottom: 2em;
}
.iziModal_group .main button {
  height: 40px;
  line-height: 40px;
  width: 220px;
  transition: 0.3s ease;
  padding: 0;
}
.iziModal_group .main a {
  height: 40px;
  line-height: 40px;
  transition: color 0.3s;
}
.iziModal_group .main a:hover {
  text-decoration: none;
  color: #70acd2;
}
.modalSpeakers {
  position: relative;
  padding: 40px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
}
.modalSpeakers .title {
  position: absolute;
  top: -0.5em !important;
  left: 0 !important;
  font-size: 18px !important;
  line-height: 1;
  letter-spacing: 0;
  color: #000 !important;
}
.modalSpeakers .title::before {
  content: "";
  width: 112px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0.5em;
  right: calc(-112px - 1em);
}
.modalPerson {
  margin-bottom: 30px;
}
.modalPerson:last-of-type {
  margin-bottom: 0;
}
.modalPerson img {
  float: left;
  width: 110px;
}
.modalPerson .name {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.modalPerson .partner span {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  padding: 2px 4px;
  margin-bottom: 4px;
  background: #1bc6d1;
  border-radius: 2px;
}
.modalPerson .partner span b {
  font-weight: 400;
  display: inline-block;
}
.modalPerson p {
  font-size: 13px;
  margin: 0;
  line-height: 1.7;
  float: right;
  width: calc(100% - 128px);
}
@media only screen and (max-width: 959px) {
  .iziModal_group .head {
    padding: 60px 30px 15px 30px;
  }
  .iziModal_group .head p span {
    display: block;
    margin-right: 0;
  }
  .iziModal_group .head .date span {
    padding-left: 30px;
  }
  .iziModal_group .head .title {
    display: inline-block;
    font-size: 25px;
  }
  .iziModal_group .head .title br {
    display: none;
  }
  .iziModal_group .head p {
    font-size: 20px;
  }
  .iziModal_group .main {
    padding: 30px;
    letter-spacing: 0.04em;
    line-height: 200%;
  }
  .modalSpeakers {
    padding: 30px;
  }
  .modalPerson .sp {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .modalPerson .sp span {
    flex: 1;
  }
  .modalPerson img {
    float: none;
    margin: 10px auto;
  }
  .modalPerson p {
    float: none;
    width: auto;
  }
  .present .head {
    padding: 15px 20px;
  }
  .present .head p {
    font-size: 20px;
  }
  .present .main {
    padding: 25px;
    font-size: 13px;
  }
  .present .main .label {
    width: 30%;
    right: 20px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 424px) {
  .iziModal {
    width: 93% !important;
  }
  .iziModal_group .head {
    padding: 50px 20px 5px;
  }
  .iziModal_group .head::after {
    font-size: 85px;
    color: #353535;
    top: 5px;
    right: 30px;
  }
  .iziModal_group .head .title {
    font-size: 18px;
  }
  .iziModal_group .head p {
    font-size: 14px;
  }
  .iziModal_group .head .date {
    top: 15px;
    font-size: 15px;
    line-height: 17px;
  }
  .iziModal_group .head .date span {
    padding-left: 20px;
  }
  .iziModal_group .head .date b {
    font-size: 13px;
  }
  .iziModal_group .head img {
    width: 18px;
  }
  .iziModal_group .main {
    font-size: 12px;
    padding: 25px 20px 30px;
  }
  .iziModal_group .main button {
    width: 55%;
  }
  .modalSpeakers {
    padding: 30px 15px;
  }
  .modalPerson {
    margin-bottom: 25px;
  }
  .modalPerson .name {
    font-size: 12px;
  }
  .modalPerson p {
    font-size: 12px;
  }
  .present .head img {
    width: 18px;
  }
  .present .head p {
    font-size: 18px;
  }
  .present .head p span {
    display: block;
    margin-right: 0;
  }
  .present .main {
    padding: 10 20px;
    font-size: 12px;
  }
  .present .main .label {
    width: 36%;
    right: 10px;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 840px;
  margin: 0;
  padding: 60px 2vw 80px;
  border: 2px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  font-size: 16px;
  padding: 5px 20px;
  color: #333;
  text-align: center;
  background: #e6e6e6;
  text-decoration: none;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}
.link_area .modal_link {
  display: inline;
}
.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}
.link-area ul li.modal_link:first-child a {
  float: left;
}
.link-area ul li.modal_link:last-child a {
  float: right;
}
@media screen and (max-width: 769px) {
  .modal_box {
    padding: 50px 2vw 40px;
  }
  .link_area {
    margin: 25px auto 0;
  }
  .link_area .modal_link a {
    margin: 15px auto 0;
  }
  .link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0;
  }
  .link_area ul li.modal_link:last-child a {
    float: none;
  }
}
/*テキストアニメーション*/
.bgextend {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
}
.bgappear {
  position: relative;
  overflow: hidden;
  z-index: 5;
  -webkit-animation-name: TextAnime;
  animation-name: TextAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  padding: 0 10px;
}
@-webkit-keyframes TextAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes TextAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aos-animate .bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 110%;
  left: -10px;
  top: 0;
  z-index: 10;
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.bgLRextend::after {
  -webkit-animation-name: bgLRextendAnime2;
  animation-name: bgLRextendAnime2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 110%;
  left: -10px;
  top: 0;
  z-index: 0;
}
@-webkit-keyframes bgLRextendAnime2 {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bgLRextendAnime2 {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* モーダルCSSここから */
.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity : 0;
  position: fixed;
  z-index: 9999; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(44, 62, 88, 0.84);
  z-index: 997;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity : 1;
}

@media screen and (max-width: 769px) {
.modalWrapper {
    width: 90%;
    height: 90%;
    overflow: scroll;
}
}
/* モーダルCSSここまで */