@charset "UTF-8";

:root {
  --red: #dc143c;
  --white: #fff;
  --primary-color: #1c4388;
  --secondary-color: #e483c6;
}

/* CSS Document */
/* ==========================================================================================
■■■■■■　通常設定　■■■■■■
========================================================================================== */
/* ==========要素関係========== */
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  /*background: #EDEDED;*/
  position: relative;
  background: #dbe9ec;
  /*きれいなブルー */
}

a {
  text-decoration: none;
}

p {
  text-align: justify;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}

i {
  margin-right: 0.5rem;
}

h1 {
  font-size: 1.7rem;
}

.links {
  margin: 1rem 0;
}

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

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

a.linkObviousBox {
  display: inline-block;
  padding: 0.3rem 1.5rem 0.5rem;
  background: #FFFFFF;
  color: #1c4388;
  margin-top: 0.5rem;
  border: 1px solid #1c4388;
}

a.linkObviousBox:hover {
  background: #1c4388;
  color: #FFF;
}

.mbShow {
  display: none;
}

.neverShow {
  display: none !important;
}

.fw_bld,
strong {
  font-weight: bold;
}

.faLink .fa,
.faLink .fas,
.faLink .fab {
  display: inline-block;
  width: 1.5em;
  text-align: center;
}

*[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;
}

/* ==========レイアウト関係========== */
/*.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.85);
}

#globalHeader__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  padding: 1rem;
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
}

#globalHeader__logo {
  margin-right: auto;
  color: #1c4388;
  width: 20%;
}

#globalHeader__logo img {
  height: 51.5px;
}

#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;
  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.05rem;
  font-weight: 500;
}

#globalHeader__specular {
  background: rgb(228, 131, 198);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 180px;
  font-size: 0.9rem;
}

#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;
}

#globalHeader .header_rubby {
  display: block;
  font-weight: 300;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #1c4388;
  padding-top: 0.2rem;
  font-family: Oswald;
}

#globalHeader__specular .header_rubby {
  color: #FFFFFF;
}

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

.vegas-timer-progress {
  background: rgb(228, 131, 198) !important;
}

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

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

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

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

/*#homeMainVisual #slogan h2 {
    color: #FFF;
    font-size: 5rem;
    line-height: 0.7;
    margin-bottom: 1.2rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #FFF;
    text-shadow: -3px 5px 0 rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1rem;
}
#homeMainVisual #slogan h2 #sloganEnphasis {
    display: block;
    font-size: 10rem;
}*/
#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 0rem 0;
  background: rgba(var(--primary-color-rgb), 0.1);
}

.infoBanners .infoBannarItem01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.infoBanners .infoBannarItem01 li {
  width: calc(25% - 1rem);
  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: 0.5rem;
}

.infoBanners .infoBannarItem01 li:nth-of-type(even) a {
  background: #3062bb;
}

.infoBanners .infoBannarItem01 li.clear {
  width: 100%;
  padding: 0;
}

.infoBanners .infoBannarItem01 li a {
  width: 100%;
  padding: 1.5rem 0.8rem;
  display: block;
  background: #1c4388;
}

.infoBanners li a {
  padding: 2rem 5rem;
  display: block;
  text-align: center;
  color: #FAFAFA;
  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 #FAFAFA;
  padding-top: 0.5rem;
}

/* ==========リッチホバー設定========== */
/*基本設定*/
.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:hover {
  color: #3062bb !important;
}

.buttonHover:hover .ruby {
  border-color: currentColor !important;
}

.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: yellow;
}

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

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

.section__title {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.section__subtitle {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.section__subtitle h3 {
  font-family: Oswald;
  font-size: 4rem !important;
  letter-spacing: 1rem;
  margin-bottom: 0 !important;
}

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

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

#secCocept_detail {
  background: #1c4388;
  width: 100%;
}

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

.section__omote {
  color: #1c4388;
}

.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 {
  padding-left: 2.5rem;
  display: block;
  position: relative;
}

.the_wrapper .wrap__image picture span {
  position: absolute;
  left: 2.5rem;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(150%);
  text-align: center;
}

.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: 2;
  letter-spacing: 0.05rem;
}

#featureWrapper {
  padding: 5rem 0 0;
}

#featureWrapper h3 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 5rem;
  letter-spacing: 0.2rem;
}

#featureWrapper .section__subtitle h3:before {
  content: "/";
  left: 0;
  height: 1.8rem;
  width: 1rem;
  margin-right: 1rem;
  color: #1c4388;
  font-weight: 100;
}

#featureWrapper .section__subtitle h3:after {
  content: "/";
  right: 0;
  height: 1.8rem;
  width: 1rem;
  margin-left: 1rem;
  color: #1c4388;
  font-weight: 100;
}

.section__subtitle h4 {
  text-align: center;
  font-family: Oswald;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1rem;
  color: #1c4388;
}

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

#featureWrapper .contentType_02 picture span {
  left: 0;
  right: 2.5rem;
}

#conceptTheFearture .wrap_content h3 {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-family: Oswald;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  /*袋文字*/
  -webkit-text-stroke: 1px #1c4388;
  text-stroke: 1px #1c4388;
  color: #FFF;
}

#conceptTheFearture .wrap_content h4 {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Kosugi Maru", sans-serif;
}

#conceptTheFearture .wrap_content h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  color: #333;
  border-bottom: 1px solid #333;
}

#conceptTheFearture .txt {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
  text-align: justify;
  letter-spacing: -0.01em;
}

#conceptTheFearture .txt .notes {
  line-height: 1.8;
  display: block;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  /*border-radius: 10px;
  border-top: 1px solid #1c4388;
  	color: #1c4388;
  	background: #fff;
  	padding: 10px 20px;*/
}

#conceptTheFearture .txt .notes02,
#secOutline #outlineTable table td .notes02 {
  line-height: 1.8;
  display: block;
  margin: 1rem 0;
  padding: 1rem;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.5);
}

#conceptTheFearture .txt .notes02 b,
#secOutline #outlineTable table td .notes02 b {
  /* font-weight: normal; */
  color: var(--primary-color);
}

#conceptTheFearture .txt .notes02 b {
  font-size: 1rem;
}

#secOutline #outlineTable table td .notes02 b {
  font-size: 0.9rem;
}

#conceptMainPhrase {
  margin: 5rem auto;
  padding: 0 5rem;
  background: url("../images/bg/cocetp_bg.png") no-repeat;
  background-position: center;
}

#conceptMainPhrase p {
  font-size: 1.1rem;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
  color: #333;
}

/*----- ふわっと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) {
  background: #1c4388;
  padding-bottom: 3rem;
}

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

.eachPointContents h4 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-family: "Kosugi Maru", 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: yellow;
  padding: 1rem 2rem;
  width: auto;
  color: #333;
  letter-spacing: 0.05rem;
}

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

#pointIntro #point_02 {
  background: #3062bb;
}

#pointIntro .wideBgControl:nth-child(2) {
  background: #3062bb;
}

#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: #1c4388;
}

#pointIntro .wideBgControl:nth-child(3) {
  background: #1c4388;
}

/*---　背景ナナメの設定 ---*/
#pointIntro .wideBgControl:nth-child(1) {
  background: #1c4388;
  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 #1c4388;
  border-left: 100vw solid #dbe9ec;
}

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

#pointIntro .wideBgControl:nth-child(2) {
  background: #3062bb;
  padding-bottom: calc(10vw + 10px);
  /*padding-top: calc( 10vw + 10px );*/
  position: relative;
  overflow: hidden;
}

#pointIntro .wideBgControl:nth-child(2):after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #1c4388;
  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 #dbe9ec;
  border-left: 100vw solid #1c4388;
}

/*--- ナナメ設定ここまで ---*/
#secOutline #outlineTable {
  background: #FFF;
  padding: 5rem;
  color: #333;
}

#secOutline #outlineTable table {
  width: 100%;
  table-layout: fixed;
}

#secOutline #outlineTable th,
#secOutline #outlineTable td {
  border-collapse: collapse;
  padding: 2rem 5rem;
  font-weight: 300;
  border-bottom: 1px solid #1c4388;
  text-align: left;
  letter-spacing: 0.08rem;
  line-height: 1.8;
}

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

#secOutline #outlineTable th {
  width: 25%;
  font-weight: 700;
  color: #1c4388;
  padding-right: 0;
  font-size: 1.1rem;
  vertical-align: top;
}

#secOutline #outlineTable tr:nth-child(even) {
  background: rgba(28, 67, 136, 0.05);
}

/*
#secOutline #outlineTable table td li {
	margin-bottom: 0.8rem;
	text-indent: -1rem;
	padding-left:1rem; 
	text-align: justify;
}
*/
#secOutline #outlineTable td>a {
  border-bottom: 1px solid currentColor;
}

#secOutline #outlineTable td a {
  color: var(--primary-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#secOutline #outlineTable td a:hover {
  color: var(--secondary-color);
}

#secOutline #outlineTable table td li {
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  display: block;
  position: relative;
  line-height: 1.8;
}

#secOutline #outlineTable table td li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#secOutline #outlineTable table td ul.square01 li,
#secOutline #outlineTable table td ul.square02 li {
  padding-left: 1.25rem;
}

#secOutline #outlineTable table td ul.square01 li::before {
  content: "■";
}

#secOutline #outlineTable table td ul.square02 li::before {
  content: "◆";
}

#secOutline #outlineTable table td li>span {
  text-indent: 0;
}

#secOutline #outlineTable table td li>.campaignDetail span {
  padding-left: 0;
  text-indent: 1rem;
}

#secOutline #outlineTable table td li span.gifts {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}

#secOutline #outlineTable table td li span {
  font-size: 0.9rem;
  display: inline-block;
}

#secOutline #outlineTable table td li b {
  font-size: 1rem;
}

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

#secOutline #outlineTable .goodsDetail table {
  width: calc(100% + 2rem);
  margin: 0 -0.5rem 2rem;
}

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

#secOutline #outlineTable .goodsDetail td img {
  border: 1px solid #fff;
}

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

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

#secOutline #outlineTable .goodsDetail .notes {
  margin-top: -1rem;
  margin-bottom: 2rem;
  padding-left: 1em;
  text-indent: -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;
}

#flowchart {
  padding: 5rem;
}

.flowchart__items {
  color: #333;
}

/*
.flowchart__items:after {
    display: block;
    width: 50px;
    height: 50px;
    border-top: 1px solid #1c4388;
    border-right: 1px solid #1c4388;
   transform: rotate(135deg);
   content: "";
	margin: 1rem auto;
}
*/
.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-size: 1.5rem;
  margin-right: 5rem;
  color: #1c4388;
  min-width: 10%;
}

.flowchart__items dt span {
  font-size: 3rem;
}

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

.flowchart__items dd h5 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #1c4388;
  letter-spacing: 0.05rem;
}

.notes {
  font-size: 0.85rem;
}

.beer {
  color: goldenrod;
}

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

.faq__items {
  color: #333;
}

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

.faq__items dl {
  position: relative;
  line-height: 1.8;
  padding: 2rem 3rem;
  background: rgba(219, 233, 236, 0.3);
}

.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: #1c4388;
  font-size: 1.2rem;
}

.faq__items .question:before {
  content: "Q.";
  color: #1c4388;
  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: #f25834;
  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: #1c4388;
}

.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: #1c4388;
}

#entryDetail {
  padding-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 2rem;
  position: relative;
  background: #FFF;
  z-index: 1;
  padding: 1rem 2rem;
  color: #1c4388;
  -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;
}

.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.mbDBlock,
.eventPeriod p span.mbDBlock {
  font-size: 1.6rem;
}

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

.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;
}

a.linkInText {
  padding: 0 0.5rem;
  text-decoration: underline;
}

a.linkInText.p0 {
  padding: 0;
}

a.linkInText .far,
a.linkInText .fas {
  margin-right: 0.25em;
}

a.linkInText:hover {
  color: var(--secondary-color) !important;
}

.entrybox_items {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  padding: 2rem;
  border: 1px solid #CCC;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}

.entrybox_items h5 {
  margin-bottom: 2rem;
  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: #333;
}

.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.15rem;
  color: #1c4388;
  position: relative;
}

.termWrapper h4:before {
  content: "／";
  left: 0;
  height: 1.8rem;
  width: 1rem;
  margin-right: 0.5rem;
  color: #1c4388;
  font-weight: 100;
}

.termWrapper h4:after {
  content: "／";
  height: 1.8rem;
  width: 1rem;
  margin-left: 0.5rem;
  color: #1c4388;
  font-weight: 100;
}

.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: #1c4388;
}

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

.contactContents {
  text-align: center;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
}

.contactContents h4 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
  border: 1px solid #FFF;
}

.contactContents dt {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.08rem;
  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;
  letter-spacing: 0.2rem;
  color: rgb(228, 131, 198);
}

.contactContents li.tel>div,
.contactContents li.mail>div {
  font-size: 1rem;
  margin: 1rem 0;
  color: #FFF;
}

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

footer {
  font-family: Oswald;
  letter-spacing: 0.2rem;
  padding: 1rem 0;
}

footer p {
  text-align: center;
  color: #1c4388;
}

/*----- テキストナビゲーション
-左から右に線が伸びる（下部）-----*/
#globalHeader__items li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

#globalHeader__items li.current a,
#globalHeader__items li a:hover {
  color: #1c4388;
}

#globalHeader__items li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -30px;
  left: 0;
  /*線の形状*/
  width: 90%;
  height: 2px;
  background: rgb(228, 131, 198);
  /*アニメーションの指定*/
  -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: #1c4388;
  border: 1px solid #FFF;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 9999;
  /*はじめは非表示*/
  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;
}

.information {
  margin: 0 5rem 8rem;
  background: var(--white);
  padding: 2rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid #1c4388;
}

.information .linkInText {
  color: #1c4388;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.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: #1c4388;
}

.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(--red);
  color: var(--white);
  margin-right: 0.5rem;
  padding: 0rem 1rem;
  font-size: 0.8rem;
  border-radius: 3px;
}

.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 #1c4388;*/
  letter-spacing: 0.1rem;
  display: inline-block;
  /*    width: 50%; */
  text-align: center;
  margin-bottom: 1rem;
  background: #1c4388;
  color: #FFF;
  outline: none;
  min-width: 70%;
}

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

.modaal-gallery-item {
  width: 100%;
  max-width: 640px !important;
  max-height: 640px !important;
  overflow: hidden;
}

.modaal-gallery-item img {
  width: 100%;
  max-width: 640px !important;
  display: block;
}

.modaal-wrapper {
  overflow: hidden;
}

/* ----- common class ----- */
*[disabled] {
  display: none !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.modaal-outer-wrapper {
  overflow: hidden;
}

.fa-file-pdf {
  color: var(--red);
}

/* ----- Ambassadors ----- */
#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: 87%;
  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;
  border-left: 6px solid rgba(28, 67, 136, 0.2);
  border-right: 6px solid rgba(28, 67, 136, 0.2);
}
#secAmbassadors::after {
  z-index: -2;
  border-top: 6px solid rgba(28, 67, 136, 0.2);
  border-bottom: 6px solid rgba(28, 67, 136, 0.2);
}
#secAmbassadors h2 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  letter-spacing: 0.2rem;
}

#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;
}
#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 span {
  font-size: 1.35rem;
  padding-left: 5px;
}
#secAmbassadors .ambassadors .ambassador h3 a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #1c4388;
}
#secAmbassadors .ambassadors .ambassador h3 a:hover {
  color: rgb(228, 131, 198);
}
#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: #333;
}
#secAmbassadors .ambassadors .ambassador figure {
  padding: 0 2rem;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  text-align: right;
}
#secAmbassadors .ambassadors .ambassador figure figcaption a {
  position: absolute;
  right: 0rem;
  bottom: -1rem;
  color: #fff;
  background: rgb(228, 131, 198);
  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: rgb(228, 131, 198);
  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: #1c4388;
  background: -webkit-linear-gradient(230deg, rgba(255, 255, 255, 0) 70%, rgb(228, 131, 198)), -webkit-linear-gradient(230deg, #1c4388, #fff 60%);
  background: linear-gradient(-140deg, rgba(255, 255, 255, 0) 70%, rgb(228, 131, 198)), linear-gradient(-140deg, #1c4388, #fff 60%);
  -webkit-transform: skewX(-26deg) translateX(0%) scale(0.9);
          transform: skewX(-26deg) translateX(0%) scale(0.9);
}