@charset "UTF-8";
/* #159aff */
:root {
  --primary-color: #80BDDF;
  --primary-color-rgb: 176, 217, 241;
  --primary-dark-color: #0076B6;
  --secondary-color: #E76B6B;
  --secondary-color-rgb: 231, 107, 107;
  --bg-color: #fafafa;
  --white: #fff;
  --black: #222;
  --text-color: #222;
  --yellow: #E7D76B;
  --yellow-light: #FEF7CB;
  --silver: #757575;
}

#counterContents {
  --counter-base-color: var(--silver) !important;
  --counter-bar-base-accent-color: #ccc !important;
}

#counterBar > div {
  background: var(--secondary-color) !important;
}

.contactContents dl:first-of-type dt b {
  letter-spacing: -0.02em;
}

#globalHeader__items li a::after {
  background: var(--secondary-color) !important;
}

#conceptMainPhrase {
  color: var(--text-color) !important;
}

footer {
  background: var(--primary-dark-color) !important;
}

/* CSS Document */
/* ==========================================================================================
■■■■■■　通常設定　■■■■■■
========================================================================================== */
/* ==========要素関係========== */
body {
  color: var(--text-color);
  font-family: "Noto Sans JP", sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background: var(--bg-color);
  position: relative;
}

del {
  background: rgba(0, 0, 0, 0.05);
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

p {
  text-align: justify;
  word-break: break-all;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}

i {
  margin-right: 0.5rem;
}

h1 {
  font-size: 1.7rem;
}

.links {
  margin: 1rem 0;
  color: var(--primary-color);
}
.links:hover {
  color: var(--secondary-color);
}

.links span {
  display: block;
  margin-bottom: 0.5rem;
}

.links span .linkInText {
  padding-left: 0;
}

a.linkObviousBox {
  display: inline-block;
  padding: 0.5rem 1.5rem 0.5rem;
  background: var(--white);
  color: var(--primary-color);
  margin-top: 0.5rem;
  border: 1px solid var(--primary-color);
  min-width: 400px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

a.linkObviousBox:hover {
  background: var(--primary-color);
  color: var(--white);
}

a.tdul {
  text-decoration: underline;
}

.mbShow {
  display: none;
}

.neverShow {
  display: none !important;
}

.textIndent01 {
  text-indent: 1em;
}

.fw_bld {
  font-weight: bold;
}

.d-inline-block {
  display: inline-block;
}

.border-1 {
  border: 1px solid #ccc;
}

*[disabled] {
  display: none !important;
}

/* ==========フォント関係========== */
/*-- Noto Sans 強制読み込み --*/
.ff_NS {
  font-family: "Noto Sans JP" !important;
}

.ff_NS300 {
  font-family: "Noto Sans JP" !important;
  font-weight: 300;
}

.fw100 {
  font-weight: 100;
}

.ff_Ow {
  font-family: Oswald;
}

.ff_swrbG {
  font-family: "Sawarabi Gothic";
}

.ff_swrbM {
  font-family: "Sawarabi Mincho";
}

.ff_hnnr {
  font-family: "Hannari";
}

.ff-mp1p {
  font-family: "M PLUS 1p";
}

.ff_mpr1c {
  font-family: "M PLUS Rounded 1c";
}

.ff_ubuntu {
  font-family: "Ubuntu", sans-serif;
}

.ff_kosugi {
  font-family: "Kosugi Maru", sans-serif;
}

.zenkakuDash {
  letter-spacing: -0.2em;
  width: 2em;
  margin-right: 0.5em;
}

.underline {
  background: linear-gradient(transparent 60%, var(--yellow-light) 50%);
}

/* ==========レイアウト関係========== */
/*.inner {
    width: 86%;
    margin: 0 auto;
    max-width: 1280px;
}*/
/* ==========header関係========== */
header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 999;
}

#mb_logo,
.menuBtn {
  display: none;
}

.globalHeader__inner {
  padding: 0 0 0 20px;
}

#globalHeader {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

#globalHeader__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 1rem 1.25rem;
  position: relative;
}

#globalHeader__logo {
  margin-right: auto;
  color: var(--secondary-color);
}

#globalHeader__logo h1 {
  max-width: 300px;
  line-height: 0;
}

#globalHeader__logo h1 a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#globalHeader__logo h1 a:hover {
  opacity: 0.8;
}

#globalHeader__logo h1 a img {
  display: block;
  width: 100%;
}

#globalHeader__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-right: 180px;
  padding-right: min(13vw, 180px);
  font-size: 0.9rem;
}

.globalHeader__Item {
  margin: 0 1.5rem;
  position: relative;
}

.globalHeader__Item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 1px;
  height: 25px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-26deg);
  transform: skewX(-26deg);
  background-color: #999;
}

.globalHeader__Item a {
  letter-spacing: 0.1rem;
  font-weight: 500;
}

#globalHeader__specular {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 180px;
  width: min(13vw, 180px);
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
  /*
  &::before {
  	content: "";
  	display: block;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	background: rgba(0, 0, 0, 0.1);
  	opacity: 0;
  	z-index: -1;
  	transition: opacity 0.3s ease;
  }*/
}
#globalHeader__specular::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#globalHeader__specular:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: var(--yellow);
}
#globalHeader__specular:hover::before {
  opacity: 1;
}

#globalHeader__specular a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

#globalHeader .header_rubby {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
  color: var(--primary-color);
  padding-top: 0.2rem;
  font-family: Oswald;
}

#globalHeader__specular .header_rubby {
  color: #fff;
}

/* ========== Slideshow ========== */
.bg_slideshow {
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.vegas-timer-progress {
  background: var(--primary-color) !important;
}

/* ========== mainVisual ========== */
#homeMainVisual {
  position: relative;
  /*z-index: -1;*/
}

/* #homeMainVisual #pickup {
  position: absolute;
  font-size: 1.1rem;
  bottom: 2rem;
  margin: auto;
  right: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#homeMainVisual #pickup a {
  display: block;
  min-width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 1rem 3rem;
  box-sizing: border-box;
  border-radius: 1.25rem;
  color: var(--primary-color);
  color: #fff;
  border: 1px dashed #fff;
  background: var(--primary-color);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
#homeMainVisual #pickup a i:first-of-type, #homeMainVisual #pickup a i:last-of-type {
  color: var(--yellow);
  margin: 0 0.5rem;
  display: inline-block;
}
#homeMainVisual #pickup a u {
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
#homeMainVisual #pickup a u::before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  margin: 0 auto;
  width: 110%;
  height: 3px;
  background-color: var(--yellow);
  -webkit-transform: translateY(0.1em) rotate(-0.5deg) skewY(-1deg);
          transform: translateY(0.1em) rotate(-0.5deg) skewY(-1deg);
  z-index: -1;
}
#homeMainVisual #pickup a:hover {
  background: rgba(var(--primary-color-rgb), 0.5);
} */

#countMessage {
  position: absolute;
  z-index: 10;
  padding: 2rem 0.5rem;
  background: #FBCD3F;
  opacity: 1;
  font-weight: bold;
  margin: 1rem 0.5rem;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  /* border: 1px solid currentColor; */
}

#count {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 0.9rem;
  color: var(--white);
  z-index: 5;
}
#countWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 5rem;
  width: 12rem;
  height: 12rem;
  -webkit-clip-path: polygon(86% 9%, 100% 26%, 97% 82%, 46% 88%, 34% 100%, 32% 89%, 5% 82%, 0 70%, 0 23%, 16% 6%);
          clip-path: polygon(86% 9%, 100% 26%, 97% 82%, 46% 88%, 34% 100%, 32% 89%, 5% 82%, 0 70%, 0 23%, 16% 6%);
  background: var(--yellow);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#countWrapper::before, #countWrapper::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
}
#countWrapper::before {
  width: 24rem;
  height: 24rem;
  border-radius: 100%;
  margin: auto;
  z-index: 2;
  background: #FBCD3F;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
#countWrapper::after {
  width: 24rem;
  height: 24rem;
  background: var(--yellow);
  border-radius: 100%;
  margin: auto;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
  z-index: 3;
  -webkit-animation: none;
          animation: none;
}
#count > span {
  line-height: 1;
}
#count::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2rem;
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.3), var(--yellow));
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), var(--yellow));
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  opacity: 0.5;
}
#count #countBefore {
  display: block;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  text-shadow: 3px 3px 1px var(--yellow), -3px 3px 1px var(--yellow), 3px -3px 1px var(--yellow), -3px -3px 1px var(--yellow);
}
#count #countDay {
  font-size: 5rem;
  font-family: "Josefin Sans", sans-serif;
  font-family: "Wendy One", sans-serif;
  font-style: italic;
  text-shadow: 3px 3px 1px var(--yellow), -3px 3px 1px var(--yellow), 3px -3px 1px var(--yellow), -3px -3px 1px var(--yellow);
}
#count #countUnit {
  margin-left: 1rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

#homeMainVisual #slogan {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}

#homeMainVisual #slogan h2 {
  width: 85%;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #FFF;
}

#homeMainVisual #slogan .sloganControlled img {
  display: block;
  width: 100%;
}

#homeMainVisual #slogan p {
  color: #FFF;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
}

.infoBanners {
  padding: 5rem 5rem 0;
}

.infoBanners .infoBannarItem01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.infoBanners .infoBannarItem01 li {
  width: calc(25% - 2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 1rem;
}

.infoBanners .infoBannarItem01 li a {
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: var(--white);
  background: var(--primary-color);
  border-radius: 0.5rem;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.infoBanners .infoBannarItem01 li a > span {
  -webkit-align-self: center;
          align-self: center;
  width: 100%;
}

.infoBanners .infoBannarItem01 li a .ruby {
  letter-spacing: 0.1rem;
}

.infoBanners li a {
  display: block;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}

.infoBanners li .ruby {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.5rem;
  font-family: Oswald;
}

/* ==========リッチホバー設定========== */
/*基本設定*/
.buttonHover::before,
.buttonHover::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.buttonHover,
.buttonHover::before,
.buttonHover::after {
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*追加設定*/
.buttonHover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.buttonHover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buttonHover:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: var(--yellow-light);
}

.infoBanners .infoBannarItem01 li a:hover {
  color: var(--primary-color);

  .ruby {
    border-top: 1px solid rgba(var(--primary-color-rgb), 0.5);
  }
}

/* ==========section設定========== */
.each__section {
  padding: 5rem 0;
}

.section__title h2 {
  font-family: Oswald;
  font-size: 5rem;
  letter-spacing: 0.25rem;
}

.section__title {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  color: var(--primary-color);
}

.section__subtitle {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  color: var(--primary-color);
}

.section__subtitle h2,
.section__subtitle h3 {
  font-family: Oswald;
  font-size: 4rem !important;
  margin-bottom: 0 !important;
}

.section__title span:not(.mbDBlock) {
  display: block;
  color: var(--primary-color);
  letter-spacing: 0.2rem;
}

#secEntry .section__title span:not(.mbDBlock), 
#secContact .section__title span:not(.mbDBlock) {
  color: var(--white);
}

.section__subtitle span:not(.mbDBlock) {
  display: block;
  color: var(--primary-color);
  letter-spacing: 0.2rem;
}

#secCocept_detail {
  background: var(--secondary-color);
  width: 100%;
}

.the_inner {
  /*width: 1220px;*/
  max-width: 1180px;
  margin: 0 auto;
}

.section__omote {
  color: var(--text-color);
}

.section__ura {
  color: #FFF;
}

.section__ura .contentBox .txt {
  font-weight: 300;
}

.the_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 5rem;
}

.the_wrapper .wrap__image {
  width: 50%;
}

.the_wrapper .wrap__image picture,
.the_wrapper .wrap__image .slider,
.the_wrapper .wrap__image .video {
  padding-left: 2.5rem;
  display: block;
}

#featureWrapper .the_wrapper .wrap__image picture img {
  border: 1px solid #ccc;
}

.the_wrapper .wrap_content {
  width: 50%;
}

.contentBox h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.contentBox h4 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.contentBox .txt {
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

#featureWrapper {
  padding: 5rem 0 0;
}

#featureWrapper .txt {
  font-weight: 300;
}

#featureWrapper h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  letter-spacing: 0.2rem;
  display: table;
  position: relative;
}

/* #secInfo {
  padding-bottom: 200px;
} */

#secInfo .section__subtitle {
  margin-bottom: 2.5rem;
  color: var(--text-color);
  position: relative;
  z-index: 100;
}

#secInfo .section__subtitle h4 {
  text-align: center;
  font-family: Oswald;
  font-size: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1rem;
  color: var(--primary-color);
  display: table;
  position: relative;
}

/* #secInfo .section__subtitle h4::before, 
#secInfo .section__subtitle h4::after, 
#featureWrapper .section__subtitle h2::before, 
#featureWrapper .section__subtitle h2::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.5em;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
} */

#secInfo .section__subtitle h4::before, 
#featureWrapper .section__subtitle h2::before {
	left: 0;
  -webkit-transform: translateX(-350%) rotate(-5deg);
  transform: translateX(-350%) rotate(-5deg);
}

#secInfo .section__subtitle h4::after, 
#featureWrapper .section__subtitle h2::after {
	right: 0;
  -webkit-transform: translateX(200%) rotate(5deg);
  transform: translateX(200%) rotate(5deg);
}

#featureWrapper .wrap__image picture > img {
  width: 550px;
  height: auto;
  display: block;
}

#featureWrapper .wrap__image .video > video {
  width: 550px;
  height: auto;
  display: block;
}
#featureWrapper .wrap__image .video p {
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin: 1rem auto;
}
#featureWrapper .wrap__image .video p b {
  display: table;
  font-size: 1rem;
  position: relative;
  margin: auto;
  /*
  background: $common-text-color;
  color: $common-text-light-color;
  display: table;
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;*/
}
#featureWrapper .wrap__image .video p b::before, #featureWrapper .wrap__image .video p b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 1px;
  height: 25px;
  background-color: currentColor;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
#featureWrapper .wrap__image .video p b::before {
  left: -30px;
  -webkit-transform: skewX(-26deg);
          transform: skewX(-26deg);
}
#featureWrapper .wrap__image .video p b::after {
  right: -15px;
  -webkit-transform: skewX(-26deg) translateX(0%);
          transform: skewX(-26deg) translateX(0%);
}

#featureWrapper .wrap__image .slider {
  position: relative;
}
#featureWrapper .wrap__image .slider .goToID {
  position: absolute;
  right: 20px;
  bottom: -30px;
  height: 20px;
  line-height: 0.5;
  -webkit-transform: translateY(50%) scale(150%);
          transform: translateY(50%) scale(150%);
}

#featureWrapper .wrap__image .slick {
  background: #fff;
}

#featureWrapper .wrap__image .slick-dots {
  bottom: -40px;
}

#featureWrapper .wrap__image .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

#featureWrapper .contentType_02 .wrap__image picture,
#featureWrapper .contentType_02 .wrap__image .video,
#featureWrapper .contentType_02 .wrap__image .slider {
  padding-right: 2.5rem;
  padding-left: 0;
}

#featureWrapper .contentType_02 .wrap__image .slider {
  padding-right: 0;
}

#conceptTheFearture .wrap_content h3 {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-family: Oswald;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}
#conceptTheFearture .wrap_content h3 .featuresFigure {
  font-size: 4rem;
  margin-left: 0.5rem;
}

#conceptTheFearture .wrap_content h4 {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}

#conceptTheFearture .wrap_content h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: var(--text-color);
  border-bottom: 1px dotted #999999;
}

#conceptTheFearture .txt {
  font-size: 1rem;
  color: var(--text-color);
  margin-bottom: 1rem;
}

#conceptTheFearture .txt .point_ttl {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

#conceptTheFearture .txt .entry_sort {
  font-weight: 600;
}

#conceptTheFearture .txt .entry_sort_desc {
  display: block;
  padding-left: 3.15rem;
}

#conceptTheFearture .txt.notes {
  font-size: 0.9rem;
  line-height: 1.4;
  text-indent: -1rem;
  padding-left: 1rem;
}

#conceptTheFearture .txt.memo {
  border-top: 1px dotted #999999;
  font-size: 0.9rem;
  line-height: 1.6;
  padding-top: 1rem;
  margin-top: 1rem;
}

#conceptTheFearture .txt.memo li {
  text-indent: -1em;
  padding-left: 1em;
}

#conceptTheFearture .txt.memo2 {
  background: #efefef;
  border: 1px dotted #999999;
  font-size: 0.9rem;
  padding: 1rem;
  margin: 1rem 0;
}

#conceptTheFearture .small {
  font-size: 0.9rem;
}

#conceptTheFearture #point03 .small {
  font-size: 0.8rem;
}

#conceptTheFearture .small li {
  text-indent: -1em;
  padding-left: 1em;
}

#conceptTheFearture .warmup {
  text-align: end;
}

#conceptTheFearture .warmup h5{
  text-align: center;
}

#conceptTheFearture .warmup ol {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-bottom: 1rem;
}

#conceptTheFearture .warmup ol li {
  text-align: left;
  width: 50%;
}

#conceptTheFearture #point02 .wrap__image picture a {
  transition: opacity 0.3s ease;
}

#conceptTheFearture #point02 .wrap__image picture a:hover {
  opacity: 0.8;
}

#conceptTheFearture #point02 .wrap__image p {
  margin-top: 1rem;
}

#conceptTheFearture #point02 .wrap__image p a {
  font-size: 0.9rem;
  color: var(--primary-color);
  text-decoration: underline;
  transition: color 0.3s ease;
}

#conceptTheFearture #point02 .wrap__image p a:hover {
  color: var(--secondary-color);
}

#conceptTheFearture #point03 .txt.memo span.indent {
  display: block;
  text-indent: -3rem;
  padding-left: 3rem;
}

#conceptTheFearture #point04 .sponsors {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dotted #999999;
}

#conceptTheFearture #point04 .sponsors strong {
  font-size: 1rem;
}

#conceptTheFearture #point04 .sponsors ul li {
  padding: 6px 0;
}

#conceptTheFearture #point04 .sponsors ul li .markNotes {
  font-size: 1rem;
  margin-bottom: 3px;
}

#conceptTheFearture #point04 .sponsors ul li a {
  color: var(--primary-color);
  text-decoration: underline;
  transition: color .3s ease;
}

#conceptTheFearture #point04 .sponsors ul li a:hover {
  color: var(--secondary-color);
}

#conceptMainPhrase {
  margin: 5rem auto;
  padding: 0 5rem;
  color: var(--primary-color);
  background: url("../images/silverribbon/cocetp_bg.png") no-repeat;
  background-position: center 5%;
}
#conceptMainPhrase p {
  font-size: 1.05rem;
  line-height: 2;
  letter-spacing: -0.05rem;
  margin-bottom: 1.6rem;
}
#conceptMainPhrase ol {
  list-style: decimal;
  line-height: 2;
  padding: 2rem 2rem 2rem 3.5rem;
  border: 5px solid rgba(var(--secondary-color-rgb), 0.25);
  border-radius: 3px;
}
#conceptMainPhrase ol li {
  line-height: 2;
}
#conceptMainPhrase i.fab {
  font-size: 2rem;
}
#conceptMainPhrase .lineWrap01 {
  text-align: center;
  border-radius: 10px;
  margin-top: 3rem;
}
#conceptMainPhrase .lineWrap01 b {
  margin-right: 0.5em;
  padding: 1rem 2rem;
}
#conceptMainPhrase .lineWrap01Inner {
  display: inline-block;
  border: 5px solid #efefef;
  padding: 1rem 1rem;
  border-radius: 10px;
}
#conceptMainPhrase .lineWrap01 img {
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}

/*----- ふわっとfadeIn -----*/
.effect-fade.effect-scroll {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translatey(200px);
            transform: translatey(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translatey(200px);
            transform: translatey(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}
/*----- ３つの特徴 ----- */
#pointIntro h3 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 5rem;
  letter-spacing: 0.2rem;
}

#pointIntro h3 span.figures {
  display: inline-block;
  font-size: 5rem;
  padding: 0 0.2rem;
}

#pointIntro .wideBgControl:nth-child(1) {
  padding-bottom: 3rem;
  background: var(--primary-color);
}
#pointIntro *[id^=point_] {
  color: var(--white);
}

#pointIntro #point_01 {
  position: relative;
  z-index: 10;
  padding-top: 2.5rem;
}

#pointIntro #point_01 h3 .mbCtrl {
  letter-spacing: 0;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.eachPointContents h4 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
}

.eachPointContents .the_wrapper > .wrap_content {
  padding: 0;
}

.eachPointContents .btn {
  margin: 3rem 0 0;
}

.eachPointContents .btn a {
  display: inline-block;
  background: #fff;
  padding: 1rem 2rem;
  width: auto;
  color: var(--primary-color);
  letter-spacing: 0.05rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eachPointContents .btn a:hover, 
.wideBgControl:nth-child(2) .eachPointContents .btn a:hover  {
  background: var(--secondary-color);
  color: var(--white);
}

.wideBgControl:nth-child(2) .eachPointContents .btn a {
  color: var(--primary-dark-color);
}

#pointIntro #point_02 > .eachPointContents {
  position: relative;
  z-index: 10;
  /*padding-top: 100px;
     padding-bottom: 50px;*/
}

#pointIntro .wideBgControl:nth-child(even) .wrap_content {
  margin-left: 5rem;
}

#pointIntro .wideBgControl:nth-child(odd) .wrap_content {
  margin-right: 5rem;
}

#pointIntro #point_03 > .eachPointContents {
  position: relative;
  z-index: 10;
  padding-top: 2.5rem;
}

#pointIntro #point_03 {
  background: var(--primary-color);
}

#pointIntro .wideBgControl:nth-child(3) {
  background: var(--primary-color);
}

#pointIntro .wideBgControl:nth-child(1) {
  padding-bottom: calc(10vw + 10px);
  padding-top: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
}

#pointIntro .wideBgControl:nth-child(1)::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 10vw solid var(--primary-color);
  border-left: 100vw solid var(--bg-color);
}

#pointIntro .wideBgControl:nth-child(1)::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid var(--primary-dark-color);
  border-right: 100vw solid transparent;
}

#pointIntro .wideBgControl:nth-child(2) {
  background: var(--primary-dark-color);
  padding-bottom: calc(5vw + 10px);
  position: relative;
  overflow: hidden;
}

#pointIntro .wideBgControl:nth-child(2)::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid var(--primary-color);
  border-right: 100vw solid transparent;
}

#pointIntro .wideBgControl:nth-child(3) {
  padding-bottom: calc(5vw + 10px);
  position: relative;
  overflow: hidden;
}

#pointIntro .wideBgControl:nth-child(3)::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid var(--bg-color);
  border-left: 100vw solid var(--primary-color);
}

/*--- ナナメ設定ここまで ---*/
#secOutline {
  padding-top: 0;
}

#secOutline #outlineTable {
  background: #FFF;
  padding: 5rem;
  color: var(--text-color);
}

#secOutline #outlineTable table {
  width: 100%;
}

#secOutline #outlineTable th,
#secOutline #outlineTable td {
  border-collapse: collapse;
  padding: 2rem 4rem;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  letter-spacing: 0.08rem;
  word-break: break-all;
}

#secOutline #outlineTable tr:nth-child(1) {
  border-top: 1px solid #CCCCCC;
}

#secOutline #outlineTable th {
  width: 20%;
  color: var(--primary-color);
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

#secOutline #outlineTable tr:nth-child(even) {
  background: #FEFEFE;
}

#secOutline #outlineTable td {
  line-height: 1.8;
}
#secOutline #outlineTable td a {
  color: var(--primary-color);
  border-bottom: 1px solid currentColor;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secOutline #outlineTable td a:hover {
  color: var(--secondary-color);
}
#secOutline #outlineTable td b {
  font-weight: 500;
  color: var(--primary-color);
}

#secOutline #outlineTable table td > ul > li {
  margin-bottom: 0.8rem;
  text-align: justify;
}

#secOutline #outlineTable table td > ul > li dt {
  font-weight: 600;
}

#secOutline #outlineTable table td > ul > li dd > ul > li {
  margin-bottom: 0.5rem;
}

#secOutline #outlineTable table td li span.ctrl {
  padding-left: 0.8rem;
}

#secOutline #outlineTable table td li .sizes,
#secOutline #outlineTable table td li .pics {
  width: 80%;
  padding: 0.8rem 0 0 0.8rem;
}

#secOutline #outlineTable table td li .sizes .size,
#secOutline #outlineTable table td li .pics .pic {
  display: block;
}

#secOutline #outlineTable table td .oldData {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

#secOutline #outlineTable table td .newData {
  font-weight: 600;
  color: red;
}

#secOutline #outlineTable .goodsDetail {
  background: #FFF;
  padding: 0;
}

#secOutline #outlineTable .goodsDetail table {
  width: 100%;
  margin-bottom: 1rem;
}

#secOutline #outlineTable .goodsDetail td {
  border-collapse: collapse;
  padding: 0.5rem;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
}

#secOutline #outlineTable .goodsDetail td:nth-child(1) {
  padding-left: 0;
}

#secOutline #outlineTable .goodsDetail tr:nth-child(1) {
  border-top: none;
}

#secOutline #outlineTable .goodsDetail tr:nth-child(even) {
  background: none;
}

#secOutline small span{
  display: block;
  text-indent: -1rem;
  padding-left: 1rem;
}

#secOutline #outlineTable td a.linkInText {
  font-size: 0.9rem;
  border-bottom: none;
}

.giftsNumer .gift {
  display: block;
  position: relative;
}

.giftsNumer .txt {
  margin-bottom: 1rem;
}

.giftsNumer .txt.memo {
  border-top: 1px dotted #999999;
  line-height: 1.6;
  padding-top: 1rem;
  margin-top: 1rem;
}

.giftsNumer li h5 {
  font-size: 1.2rem;
  margin-bottom:1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #999999;
}

.giftsNumer .small {
  font-size: 0.9rem;
}

.giftsNumer .small li {
  text-indent: -1rem;
  padding-left: 1rem;
}

.giftsNumer li p.txt {
  letter-spacing: 0.08rem;
}

.giftsNumer .giftImgList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}

.giftsNumer .giftImgList li {
  width: calc((100% - 2rem) / 3);
  border: 1px solid #ddd;
  
}

.giftsNumer .giftImgList li a {
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3 ease !important;
}

.giftsNumer .giftImgList li a:hover {
  opacity: 0.7;
}

#secOutline #outlineTable ul.notes li {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}

#secFlow {
  background: #FFF;
}

/*.contentBox__header {
	position: relative;
	padding-bottom: 55px;
}

.contentBox__header::after {
	position: absolute;
    left: 9px;
    bottom: -5px;
    z-index: 2;
    content: '';
    display: block;
    background-color: #FFF;
    margin: 6px 0 15px 0;
    width: 1px;
    height: 40px;
    animation: elasticus 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}*/
.contentBox__header span {
  font-size: 3rem;
  font-family: Oswald;
  font-weight: bold;
}

.mentalhealthday_banner a {
  transition: .3s ease;
}

.mentalhealthday_banner a:hover {
  opacity: .8;
}

#flowchart {
  padding: 5rem;
}

.flowchart__items {
  color: var(--text-color);
  counter-increment: step;
}

.flowchart__items dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
}

.flowchart__items + .flowchart__items {
  margin-top: 3rem;
}

.flowchart__items dt {
  font-family: Oswald;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 5rem;
  color: var(--primary-color);
  min-width: 10%;
  white-space: nowrap;
}
.flowchart__items dt::after {
  content: "0" counter(step);
  font-size: 3rem;
  margin-left: 0.5rem;
  white-space: nowrap;
  vertical-align: -0.05em;
}
.flowchart__items:nth-of-type(n+10) dt::after {
  content: counter(step);
}

.flowchart__items dt span {
  font-size: 3rem;
  vertical-align: -0.05em;
}

.flowchart__items dd {
  border-left: 1px solid #CCC;
  padding-left: 5rem;
}

.flowchart__items dd h5 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  /* color: var(--primary-color); */
  letter-spacing: 0.05rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.flowchart__items .linkInText {
  color: var(--primary-color);
  transition: color 0.3s ease;
}

.flowchart__items .linkInText:hover {
  color: var(--secondary-color);
}

.notes {
  font-size: 0.85rem;
}

.beer {
  color: goldenrod;
}

#faqLists {
  padding: 5rem;
  background: #FFF;
}

.faq__items {
  color: var(--text-color);
}

.faq__items + .faq__items {
  margin-top: 1rem;
}

.faq__items dl {
  position: relative;
  line-height: 1.8;
  padding: 2rem 3rem;
  background: rgba(0, 0, 0, 0.05);
}

.faq__items .question {
  padding-left: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  height: 4rem;
  font-weight: 500;
  color: #454545;
  font-size: 1.2rem;
}

.faq__items .question::before {
  content: "Q.";
  color: var(--primary-color);
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Oswald;
}

.faq__items .answer {
  padding-left: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  height: auto;
  text-align: justify;
}

.faq__items .answer::before {
  content: "A.";
  color: var(--secondary-color);
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Oswald;
}

/*----- FAQ アコーディオン部分 -----*/
.faq__items .questionWrapper {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

/*アイコンの＋と×*/
.faq__items .questionWrapper::before,
.faq__items .questionWrapper::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--primary-color);
}

.faq__items .questionWrapper::before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq__items .questionWrapper::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faq__items .questionWrapper.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq__items .questionWrapper.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq__items .answerWrapper {
  display: none;
  /*はじめは非表示*/
  margin-bottom: 1rem;
}

/* ENTRY */
#secEntry {
  background: var(--primary-color);
}

#entryDetail {
  padding-bottom: 5rem;
}

#entryDetail .section__title {
  color: #fff;
  margin-bottom: 5rem;
}

.entryboxWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.entry__title {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
  width: 50%;
  margin: 0 auto 3rem;
  position: relative;
  background: #FFF;
  z-index: 1;
  padding: 1rem 2rem;
  color: var(--primary-color);
  -webkit-clip-path: polygon(32px 0%, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
  clip-path: polygon(32px 0%, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
}

.entry__title h4 {
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.entry__title span {
  letter-spacing: 0.1rem;
  font-weight: 300;
}

.entryPeriod,
.eventPeriod,
.howToEntry {
  /*padding: 2.5rem 5rem;*/
  /*border: 1px solid #FFF;*/
  margin-bottom: 5rem;
  text-align: center;
}

.entryPeriod p,
.eventPeriod p {
  font-size: 1.6rem;
  font-family: Oswald;
  letter-spacing: 0.25rem;
  text-align: center;
}
.entryPeriod p > span,
.eventPeriod p > span {
  font-size: 1.6rem;
}

.entryPeriod p.memo,
.eventPeriod p.memo {
  font-size: 0.9rem;
}

.howToEntry .txts {
  margin: 0 auto 3rem;
  width: 70%;
}

.howToEntry .txts p {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-weight: 300;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.howToEntry p {
  font-size: 1rem;
  margin: 0 auto 3rem;
  width: 80%;
  letter-spacing: 0.1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
}

.youbi {
  display: inline-block;
  margin-left: -1rem;
  margin-right: -0.5rem;
}

.outerlink a.linkInText {
  padding: 0 0.5rem;
}

a.linkInText {
  text-decoration: underline;
  transition: color 0.3s ease;
}

.txt a.linkInText {
  color: var(--primary-color);
}
.txt a.linkInText:hover {
  color: var(--secondary-color);
}
.txt b:not(.normal) {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  background: -webkit-linear-gradient(bottom, rgba(var(--secondary-color-rgb), 1) 1px, rgba(var(--secondary-color-rgb), 0.2) 1px, rgba(var(--secondary-color-rgb), 0.2) calc(0.5rem + 1px), rgba(var(--secondary-color-rgb), 0.3) calc(0.5rem + 1px), rgba(var(--secondary-color-rgb), 0.3) calc(0.5rem + 2px), rgba(255, 255, 255, 0) calc(0.5rem + 2px));
  background: linear-gradient(360deg, rgba(var(--secondary-color-rgb), 1) 1px, rgba(var(--secondary-color-rgb), 0.2) 1px, rgba(var(--secondary-color-rgb), 0.2) calc(0.5rem + 1px), rgba(var(--secondary-color-rgb), 0.3) calc(0.5rem + 1px), rgba(var(--secondary-color-rgb), 0.3) calc(0.5rem + 2px), rgba(255, 255, 255, 0) calc(0.5rem + 2px));
}

.entrybox_items {
  -webkit-flex-basis: 47%;
          flex-basis: 47%;
  border: 1px solid #fff;
  margin: 0 1.5%;
}

.entrybox_items a {
  display: block;
  padding: 2rem;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.entrybox_items a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  mix-blend-mode: multiply;
  z-index: -2;
}
.entrybox_items a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.entrybox_items a:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: var(--yellow);
}

.entrybox_items h5 {
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}

.entrybox_items h5 i {
  padding-left: 0.8rem;
}

.entrybox_items .entryLink img {
  width: 80%;
}

/*----- 利用規約 -----*/
#secTerms {
  background: #FFF;
}

.termWrapper {
  padding: 5rem;
  color: var(--text-color);
}

.term__items {
  line-height: 1.8;
  letter-spacing: 0.05rem;
  padding-left: 1rem;
  text-indent: -1.1rem;
  font-weight: 300;
}

.term__items i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.term__items + .term__items {
  margin-top: 1.2rem;
}

.termWrapper ul {
  padding: 1rem;
}

.termWrapper h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  letter-spacing: 0.08rem;
  color: var(--primary-color);
  position: relative;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.termWrapper h4::before,
.termWrapper h4::after {
  content: "／";
  height: 1.8rem;
  width: 1rem;
  color: var(--primary-color);
  font-weight: 100;
}

.termWrapper h4::before {
  left: 0;
  margin-right: 0.5rem;
}

.termWrapper h4::after {
  margin-left: 0.5rem;
}

.termWrapper p {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-weight: 300;
}

.termList,
.termPrivacy {
  margin-bottom: 5rem;
}

#secContact {
  background: var(--primary-color);
}

#secContact .section__title {
  color: var(--white);
}

.contactWrapper {
  margin: 0 auto;
  width: 80%;
  padding: 0 5rem 0;
}

.contactContents {
  text-align: center;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
}
.contactContents dl + h4 {
  margin-top: 4rem;
}

.contactContents h4 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
  border: 1px solid var(--white);
}

.contactContents dt {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.08rem;
  font-weight: 700;
}
.contactContents dt > b {
  display: inline-block;
  font-weight: 700;
}

.contactContents dt > span {
  display: block;
  font-size: 1rem;
}

.contactContents li {
  margin-bottom: 2rem;
  font-weight: 300;
}

.contactContents li.address {
  letter-spacing: 0.2rem;
}

.contactContents li.tel,
.contactContents li.mail {
  font-size: 2.1rem;
  font-family: Oswald;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.contactContents li.tel > div,
.contactContents li.mail > div {
  font-size: 1rem;
  margin: 1rem 0;
  color: var(--white);
}

.contactContents li div li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

footer {
  font-family: Oswald;
  letter-spacing: 0.2rem;
  padding: 1rem 0;
  color: var(--white);
}

footer p {
  text-align: center;
}

/*----- テキストナビゲーション
-左から右に線が伸びる（下部）-----*/
#globalHeader__items li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  display: block;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/*
#globalHeader__items li.current a,
#globalHeader__items li a:hover{
	color: var(--secondary-color);
}*/
#globalHeader__items li a::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  /*左上基点*/
}

/*現在地とhoverの設定*/
#globalHeader__items li.current a::after,
#globalHeader__items li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/*----- スクロールダウン
-縦線が動いてスクロールを促す- -----*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  margin-top: 30px;
  /*全体の高さ*/
  height: 30px;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #FFF;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 2s ease-in-out infinite;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0.5;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 1;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0.5;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 1;
  }
}
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: var(--primary-color);
  border: 1px solid #FFF;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
#page-top a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#page-top a:hover::before {
  opacity: 1;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 9000;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
#page-top i {
  margin: 0;
}

.banners {
  margin: 0 5rem 5rem;
}

.banners ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
}

.banners ul li {
  width: calc(25% - 1rem);
  background: var(--bg-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.banners ul li a {
  padding: 1.5rem 0.8rem;
  display: block;
  width: 100%;
  color: var(--primary-color);
}

.banners ul li .ruby {
  display: block;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid !important;
}

.information {
  margin: 0 5rem 0;
  background: var(--white);
  padding: 2rem 2rem;
  border-radius: 0.5rem;
}
.information .linkInText {
  color: var(--primary-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.information .linkInText:hover {
  color: var(--secondary-color);
}
.information dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  color: var(--text-color);
}
.information dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.information dl[data-new=true] dd::before {
  content: "NEW";
  display: inline-block;
  background: var(--secondary-color);
  color: var(--white);
  margin-right: 0.5rem;
  padding: 0rem 1rem;
  font-size: 0.8rem;
  vertical-align: text-top;
  border-radius: 3px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
.information dl dt {
  margin-right: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  min-width: 13rem;
}
.information dl dt::after {
  content: "/";
  padding-left: 1rem;
}

/* ----- ボタン風リンク ----- */
.Btn-ish a {
  padding: 0.5rem 1rem;
  /*border: 1px solid var(--secondary-color);*/
  letter-spacing: 0.1rem;
  display: inline-block;
  width: 50%;
  text-align: center;
  margin-bottom: 1rem;
  background: var(--secondary-color);
  color: #FFF;
  outline: none;
}

/* ----- modaal ----- */
.modaal-outer-wrapper .modaal-container {
  max-width: 640px !important;
}

/* ----- FS RESULT -----*/
.fsResult {
  margin: 0 5rem;
}

.fsResult .section__subtitle {
  margin-bottom: 2.5rem;
  color: var(--primary-color);
}

.fsResult .section__subtitle h4 {
  text-align: center;
  font-family: Oswald;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

#imagelightbox {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2) !important;
}

#taikaiResultOutputArea {
  margin: 3rem 0;
}

.taikaiResultOutputTitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1rem;
  color: var(--primary-color);
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.slick-slide {
  float: none;
  height: auto;
  /*	padding: 0 .5rem;*/
}
.slick-slide img {
  width: 100%;
  max-width: 100%;
}

.slick-slider {
  margin-bottom: 3rem;
}

.slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  /*height: 100%;*/
  min-height: 8rem;
  padding: 0.5rem 1rem;
  color: var(--secondary-color);
  /*background-color: rgb(0 0 0 / 17%);*/
  background: var(--bg-color);
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.slider .slick .slick-dots li {
  /*
  width: 50px;
  height: 20px;
  margin-left: 1px;
  margin-right: 1px;*/
  /*		margin-left: 1px;
  margin-right: 1px;*/
}
.slider .slick .slick-dots li button::before {
  color: var(--primary-color);
  font-size: 12px;
}
.slider .slick .slick-dots li.slick-active button::before {
  color: var(--primary-color);
}
.slider .slick-prev {
  left: 1rem;
}
.slider .slick-prev::before {
  content: "\f053";
}
.slider .slick-next {
  right: 1rem;
}
.slider .slick-next::before {
  content: "\f054";
}
.slider .slick-prev, .slider .slick-next {
  z-index: 100;
}
.slider .slick-prev::before, .slider .slick-next::before {
  font-size: 2rem;
  color: var(--primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.slick figure {
  position: relative;
}
.slick figure figcaption {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 1.25rem;
  line-height: 1.5;
  color: var(--secondary-color);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

a[data-slider-goto] {
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0);
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  /*	display: inline;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;*/
}

.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.gallery-list-item {
  width: 16.6666666667%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.gallery-list-item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.gallery-list-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery-list-item a:hover img {
  opacity: 0.4;
}

.gallery-list-item[data-direction=row] img {
  height: 100%;
}

.gallery-list-item[data-direction=column] img {
  width: 100%;
}

#secBanners01 {
  background: #FFFFFF;
}

#secBanners01 .bannersItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
}

#secBanners01 .bannersItems li {
  width: calc(16.6666666667% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#secBanners01 .bannersItems li:nth-child(6n),
#secBanners01 .bannersItems li:last-child {
  margin-right: 0;
}

#secBanners01 .bannersItems li img {
  border: 1px solid #CCC;
}

#secBanners01 .section__title {
  margin-left: -1rem;
  margin-right: -1rem;
}

#sponsors .bannersItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 2rem;
}
#sponsors .bannersItems li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
#sponsors .bannersItems li > span,
#sponsors .bannersItems li a {
  display: block;
  border: 1px solid #eee;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, border 0.3s ease;
  transition: opacity 0.3s ease, border 0.3s ease;
}
#sponsors .bannersItems li > span img,
#sponsors .bannersItems li a img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
#sponsors .bannersItems li a:hover {
  opacity: 0.8;
  border: 1px solid rgba(var(--primary-color-rgb), 0.5);
}
#sponsors .sponsors01 .bannersItems {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0.5rem 0;
  position: relative;
}
#sponsors .sponsors01 .bannersItems::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 1rem);
  height: 100%;
  border-top: 2px solid var(--silver);
  border-bottom: 2px solid var(--silver);
  z-index: -1;
  pointer-events: none;
}
#sponsors .sponsors01 .bannersItems li {
  width: calc(50% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  /*&:nth-child(2n),
  &:last-child {
  	margin-right: 0;
  }*/
}
#sponsors .sponsors01 .bannersItems li > span,
#sponsors .sponsors01 .bannersItems li a {
  width: 100%;
  border-width: 50px 100px;
}
#sponsors .sponsors02 .bannersItems li {
  width: calc(25% - 1rem);
  /*&:nth-child(5n),
  &:last-child {
  	margin-right: 0;
  }*/
}
#sponsors .sponsors02 .bannersItems li > span,
#sponsors .sponsors02 .bannersItems li a {
  border-width: 5px;
}
#sponsors .sponsors03 .bannersItems {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
#sponsors .sponsors03 .bannersItems li {
  width: calc(16.6666666667% - 1rem);
}
#sponsors .sponsors03 .bannersItems li > span,
#sponsors .sponsors03 .bannersItems li a {
  color: #333;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
#sponsors .sponsors03 .bannersItems li > span span,
#sponsors .sponsors03 .bannersItems li a span {
  display: block;
  margin: auto;
  text-align: center;
}

#sponsors .section__title {
  margin-left: -1rem;
  margin-right: -1rem;
}

.dlLists01 dt {
  font-weight: bold;
  /*		border-bottom: 1px solid #eee;*/
}
.dlLists01 dt::before {
  content: "【";
}
.dlLists01 dt::after {
  content: "】";
}
.dlLists01 dt i {
  font-style: normal;
  margin-right: 0;
}
.dlLists01 dd {
  font-weight: 300;
}
.dlLists01 dd + dt {
  margin-top: 0.5rem;
}
.dlLists01 dd b {
  font-weight: 600;
}

.numberLists01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.numberLists01 li {
  display: block;
  position: relative;
  padding-left: 3em;
}
.numberLists01 li > i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
}

#secAmbassadors {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#secAmbassadors::before, #secAmbassadors::after {
  position: absolute;
  top: 11.5rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  pointer-events: none;
  -webkit-clip-path: polygon(0% 5vw, 5vw 5vw, 5vw 0%, 100% 0, 100% calc(100% - 5vw), calc(100% - 5vw) calc(100% - 5vw), calc(100% - 5vw) 100%, 0 100%);
          clip-path: polygon(0% 5vw, 5vw 5vw, 5vw 0%, 100% 0, 100% calc(100% - 5vw), calc(100% - 5vw) calc(100% - 5vw), calc(100% - 5vw) 100%, 0 100%);
}
#secAmbassadors::before {
  z-index: -1;
  /*		top: calc(11.5rem + 3px);
  width: calc(80% - 3px);
  height: calc(80% - 3px);*/
  /*		background: repeating-linear-gradient(135deg,
  		transparent,
  		transparent 10px,
  		blue 10px,
  		blue 20px,
  		transparent 0);*/
  border-left: 6px solid rgba(21, 154, 255, 0.2);
  border-right: 6px solid rgba(21, 154, 255, 0.2);
  /*		border-image: repeating-linear-gradient(135.01deg,
  		rgba(#fff, 0),
  		rgba(#fff, 0) 10px,
  		var(--bg-color) 10px,
  		var(--bg-color) 20px,
  		transparent 0) 100 100;*/
}
#secAmbassadors::after {
  z-index: -2;
  border-top: 6px solid rgba(21, 154, 255, 0.2);
  border-bottom: 6px solid rgba(21, 154, 255, 0.2);
  /*		border-image: repeating-linear-gradient(135deg,
  		rgba(#fff, 0),
  		rgba(#fff, 0) 2px,
  		tint($primary-color, 80%) 2px,
  		tint($primary-color, 80%) 20px) 1;*/
}
#secAmbassadors h2 {
  -webkit-hyphens: auto;
          hyphens: auto;
}

#secAmbassadors .ambassadors {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  /*
  &::before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  	display: block;
  	content: "";
  	width: 1px;
  	height: 100%;
  	background: #eee;
  }*/
}
#secAmbassadors .ambassadors .ambassador {
  width: 50%;
  padding: 2rem 4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  overflow: hidden;
}
#secAmbassadors .ambassadors .ambassador h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#secAmbassadors .ambassadors .ambassador h3 a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #159aff;
}
#secAmbassadors .ambassadors .ambassador h3 a:hover {
  color: #159aff;
}
#secAmbassadors .ambassadors .ambassador h3 span.iconWrap {
  margin: auto;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
}
#secAmbassadors .ambassadors .ambassador h3 span.iconWrap i.fab {
  margin: 0;
}
#secAmbassadors .ambassadors .ambassador p {
  font-size: 1rem;
  margin-bottom: 1rem;
  height: 100%;
  color: var(--text-color);
}
#secAmbassadors .ambassadors .ambassador figure {
  padding: 0 2rem;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  text-align: right;
  /*
  &::before,
  &::after {
  	position: absolute;
  	display: block;
  	content: "";
  	width: 200px;
  	height: 100%;
  }

  &::before {
  	top: 0;
  	right: 0;
  	z-index: -1;
  	background: $primary-color;
  	transform: skewX(-26deg) translateX(-25%);
  }

  &::after {
  	top: 0;
  	left: 0;
  	z-index: -2;
  	background: darken($primary-color, 10%);
  	background:
  		linear-gradient(-140deg, rgba(#fff, 0) 70%, rgba($secondary-color, 1)),
  		linear-gradient(-114deg, #fff, #fff);
  	//			background: linear-gradient(-66deg, black 30%, gray 30%, gray 60%, green 60%);
  	transform: skewX(-26deg) translateX(25%);
  }*/
}
#secAmbassadors .ambassadors .ambassador figure figcaption a {
  position: absolute;
  right: 0rem;
  bottom: -1rem;
  color: #fff;
  background: #159aff;
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  white-space: nowrap;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#secAmbassadors .ambassadors .ambassador figure figcaption a:hover {
  color: #159aff;
  background: #fff;
}
#secAmbassadors .ambassadors .ambassador figure figcaption a i.fab {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  vertical-align: 0.01em;
}
#secAmbassadors .ambassadors .ambassador figure img {
  display: block;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#secAmbassadors .ambassadors .ambassador figure::before {
  position: absolute;
  display: block;
  content: "";
  width: 90%;
  height: 100%;
  margin: auto;
  top: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  background: #0080e1;
  background: -webkit-linear-gradient(230deg, rgba(255, 255, 255, 0) 70%, #159aff), -webkit-linear-gradient(230deg, #159aff, #fff 60%);
  background: linear-gradient(-140deg, rgba(255, 255, 255, 0) 70%, #159aff), linear-gradient(-140deg, #159aff, #fff 60%);
  -webkit-transform: skewX(-26deg) translateX(0%) scale(0.9);
          transform: skewX(-26deg) translateX(0%) scale(0.9);
}

#secMovie .movies {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#secMovie .movies .movie {
  width: 50%;
  margin: 0 auto;
  padding: 0 20px;
}
#secMovie .movies .youtube {
  border-radius: 0.5rem;
}

#conceptTheFearture .movie {
  width: 50%;
}

#conceptTheFearture .contentType_01 .movie { padding-left: 2.5rem; }
#conceptTheFearture .contentType_02 .movie { padding-right: 2.5rem; }

.movie p {
  text-align: center;
  color: var(--text-color);
  line-height: 1.5;
  width: 80%;
  margin: 1rem auto 1.5rem;
}

.movie p b {
  display: table;
  font-size: 1.1rem;
  position: relative;
  margin: auto;
}

.movie p b::before, .movie p b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 1px;
  height: 25px;
  background-color: currentColor;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.movie p b::before {
  left: -30px;
  -webkit-transform: skewX(-26deg);
          transform: skewX(-26deg);
}

.movie p b::after {
  right: -15px;
  -webkit-transform: skewX(-26deg) translateX(0%);
          transform: skewX(-26deg) translateX(0%);
}

#secMovie .movies .video {
  height: 500px;
  text-align: center;
}

#secMovie .movies .video video {
  height: 100%;
}

.movie .message p.txt {
  text-align: left;
  line-height: 1.6;
  width: 100%;
  margin: 0;
}

.movie .message p.txt.memo {
  border-top: 1px dotted #999999;
  font-size: 0.9rem;
  padding-top: 1rem;
  margin-top: 1rem;
}

.movie .message .sns {
  font-size: 0.9rem;
  margin-top: 0.7rem;
}

.movie .message a {
  transition: color 0.3s ease;
}

/* for YouTube */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .comingSoon */
.comingSoon {
  position: relative;
  z-index: 100;
}
.comingSoon > *:not(.visible) {
  visibility: hidden;
}
.comingSoon::before {
  content: "";
  display: block;
  border-top: 5px solid rgba(var(--secondary-color-rgb), 0.25);
  border-left: 5px solid rgba(var(--secondary-color-rgb), 0.25);
  border-right: 5px solid rgba(var(--secondary-color-rgb), 0.25);
  border-bottom: 5px solid rgba(var(--secondary-color-rgb), 0.25);
  padding: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  inset: -100%;
  margin: auto;
  background: rgba(var(--secondary-color-rgb), 0.25);
  border-radius: 10px;
}
.comingSoon::after {
  position: absolute;
  inset: 0;
  margin: auto;
  text-align: center;
  content: "COMING SOON";
  width: 100%;
  height: 1em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

/* The Modal (background) */
.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 20000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  /* Black w/ opacity */
}
.modal.show {
  opacity: 1;
  pointer-events: all;
}

/* Modal Content/Box */
.modal-content {
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 10vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  position: relative;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  background: var(--primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  /* Could be more or less, depending on screen size */
  /* The Close Button */
}
.modal-content p {
  color: #fff;
  font-weight: 900;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
}
.modal.show .modal-content p {
  opacity: 1;
  -webkit-transform: scale(1.5) rotate(-5deg);
          transform: scale(1.5) rotate(-5deg);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.modal-content .close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  height: 1em;
  line-height: 1;
  cursor: pointer;
}
.modal-content .close:hover,
.modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */

.logoWheel {
  pointer-events: none;
  overflow: hidden;
  position: relative;
  height: 200px;
  background-color: #9E9E9E;
  -webkit-transition: background-color 1s, border 1s;
  transition: background-color 1s, border 1s;
  --animationspeed: 45s;
  --animationdelay: calc(var(--animationspeed) / 2);
}
.logoWheelBase {
  background: var(--white);
  -webkit-transform: scale(1.05) rotate(-3deg);
          transform: scale(1.05) rotate(-3deg);
}
.logoWheelWrapper {
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 1;
  padding: 100px 0;
  margin: 0 0 -300px;
}
#secOutline + .logoWheelWrapper {
  margin: -50px 0 -200px;
  padding: 100px 0 150px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#secOutline + .logoWheelWrapper .logoWheelBase {
  -webkit-transform: scale(1.05) rotate(3deg);
          transform: scale(1.05) rotate(3deg);
}
.logoWheel .logoSlide {
  background-color: rgba(255, 255, 255, 0);
  background-size: contain;
  position: absolute;
  -webkit-animation-duration: var(--animationspeed);
          animation-duration: var(--animationspeed);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 2000px;
  min-width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.logoWheel .logoSlide > span {
  display: block;
  z-index: 50;
}
.logoWheel .logoSlide > span:nth-of-type(odd) img {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: swingCustom;
          animation-name: swingCustom;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.logoWheel .logoSlide > span:nth-of-type(even) img {
  animation-direction: reverse;
}
.logoWheel .logoSlide > span img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 50px 0;
}
.logoWheel .logoSlide:last-of-type {
  content: "";
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.logoWheel .logoSlide[data-transition=true] {
  -webkit-transition: background-color 1s, border 1s, -webkit-transform 1s ease;
  transition: background-color 1s, border 1s, -webkit-transform 1s ease;
  transition: background-color 1s, border 1s, transform 1s ease;
  transition: background-color 1s, border 1s, transform 1s ease, -webkit-transform 1s ease;
}
.logoWheel .logoSlide[data-transition=false] {
  -webkit-transition: none;
  transition: none;
}
@-webkit-keyframes slidelogo {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slidelogo {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slidelogo2 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slidelogo2 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}