@charset "utf-8";
/* CSS Document */

/*ベースはじまり*/

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333333;
  font-size: 15px;
  font-family: sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html{ scroll-behavior: smooth;}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0;}

img { vertical-align: middle;}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #3583aa;
  text-decoration: none;
}

a:hover { text-decoration: underline;}
a img:hover { opacity: 0.8;}

.bold{ font-weight: bold;}
.center{ text-align: center;}
.red{ color: #DC0509;}

.pc{ display: initial;}
.sp{ display: none;}

/*ベースおわり*/

/*headerはじまり*/

header {
  width: 100%;
  max-height: 120px;
  margin: 0 auto;
  background: -moz-linear-gradient(top,#ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  background: -webkit-linear-gradient(top,#ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  background: linear-gradient(to bottom,#ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
}

.logo {
  text-align: center;
}

.logo img{
  max-width: 1000px;
  width: 100%;
}


/*headerおわり*/

/*メインコンテンツ（ベース）はじまり*/

#wrap {
  padding: 30px 0 35px;
  box-shadow: 0px 2px 4px #eae8e1 inset;
}

.content {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*メインコンテンツ（ベース）おわり*/

/*メインコンテンツはじまり*/

.sidebar {
  -webkit-flex: 1;
  flex: 0 0 230px;
  max-width: 230px;
  width: 100%;
  margin: 0 20px 0 20px;
}

.sidebar ul {
  text-align: left;
  font-size: 16px;
  margin-bottom: 25px;
}

.sidebar li {
  letter-spacing: 1px;
  font-weight: 600;
  list-style: none;
}

.sidebar a:hover {
  text-decoration: none;
}

.sidebar-etc h4 {
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #333;
  border-left: 10px solid #F3736B;
  border-bottom: 2px solid #F3736B;
}

.sidebar-etc img{
  width: 100%;
  margin-bottom: 10px;
}

.gnavi li a {
  display: inline-block;
  max-width: 230px;
  width: 100%;
  font-weight: 600;
  line-height: 50px;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  transition: .3s;
  border-bottom: 1px solid #F6836E;
  position: relative;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
}

.gnavi li a small{
	font-size: 14px;
}

.gnavi li a:hover {
  color: #666;
  background: -moz-linear-gradient(left, #ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  background: -webkit-linear-gradient(left, #ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  background: linear-gradient(to right, #ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  filter: contrast(120%);
  background-repeat: no-repeat;
  border-bottom: 1px solid #FCA273;
}

.main {
  -webkit-flex: 1;
  flex: 1;
  max-width: 680px;
  width: 100%;
  margin: 0 20px 0 10px;
}

.info h2 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #fff;
  background-color: #F06368;
}

.info h3 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 12px;
  margin: 10px 0;
  border-bottom: 2px solid #F3736B;
}

.info h4 {
	letter-spacing: 1px;
	padding-left: 12px;
	margin-bottom: 3px;
  color: #ED5466;
}

.info h4.dia{
  position: relative;
  padding-left: 20px;
}

.info h4.dia::before{
  content: "\025c6";
  position: absolute;
  left: 0;
  color: #F99270;
}

.info p {
  padding-left: 22px;
}

/* large */

.font-l { font-size: 1.8rem;}
.font-l.large{ font-size: 2.0rem;}

/* ※・◆ */

.info p.top {
  margin-top: -15px;
}

.info p.bottom {
  margin-bottom: 20px;
}

.info .plus {
  margin: 0 0 5px 22px;
  position: relative;
}

.info .dia,.info .circle {
  margin: 0 0 5px 12px;
  position: relative;
}

.info .plus::before,
.info .dia::before,.info .circle::before {
  position: absolute;
  top: 0;
  left: 0;
}

.info .plus{
  padding-left: 25px;
}

.info .plus::before{
  content: "※";
}

.info .dia::before{
  content: "\025c6";
}

.info .circle::before{ content: "\025cf";}

/* 注意・案内 */

.info-contact{
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
  margin: 10px 0 20px;
  padding: 10px;
}

.info-contact p{
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

.info-plus{
  outline: 2px solid #F3736B;
  border: 4px double #F3736B;
  margin: 10px auto 20px;
  padding: 10px 15px;
}

.info-plus p{
  padding: 0 10px;
  margin: 0;
}

.info-red{
  border: 3px solid #DC0509;
  margin: 10px auto 20px;
  padding: 10px 15px;
}

.info-red h3{
  color: #DC0509;
  border-bottom: 2px solid #DC0509;
}

.info-red h4{
  color: #DC0509;
}

/*メインコンテンツおわり*/

/*ボタン設定--まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0;
/*justify-content: space-around; 枠からはみ出たら有効にする */
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto;
}

.btn-box .btn-w{
  max-width: 600px;
  width: 100%;
}

.btn-box a{
  margin-bottom: 10px;
}

.btn-box img{
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}

.btn-box span{
  font-size: 1.4rem;
}

.btn-1,
a.btn-1 {
	background-color: #F06368; /* 色設定 */
  border: 4px double #fff;
}

.btn-1:hover,
a.btn-1:hover {
	background-color: #FCA273; /* 色設定 */
}

.btn-2,
a.btn-2 {
	background-color: #F3736B; /* 色設定 */
  border: 4px double #fff;
}

.btn-2:hover,
a.btn-2:hover {
	background-color: #FFB276; /* 色設定 */
}

.btn-login,
a.btn-login {
  width: 230px;
  padding: 10px 5px;
  font-size: 1.6rem;
}

.btn-login .red,
a.btn-login .red{
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
}

/* ボタン設定 おわり */

/*メインコンテンツ（jizen）はじまり*/

.jizen {
	margin-bottom: 40px;
}

.jizen .imp-box{
  margin: 10px 20px 10px 20px;
}

.jizen table{
  max-width: 680px;
  width: 100%;
  margin: 10px auto 25px;
  border-spacing: 0;
  background-color: #FFF;
  border-collapse: collapse;
	text-align: center;
}

.jizen table th{
  border: 1px solid #666;
  padding: 10px 0;
  color: #333;
  background-color: rgba(252,162,115,0.5);
}

.jizen table td{
  border: 1px solid #666;
  text-align: left;
  padding: 10px 20px;
}

.jizen table th:first-child {
  width: 50px;
}

.jizen table td:last-child {
 width: 430px;
 text-align: left;
}

.jizen .maney table {
  max-width: 300px;
}

.jizen .maney table th {
  width: 200px;
}

.jizen .maney table td {
  text-align: center;
}

.jizen .time table {
  max-width: 680px;
}

.jizen .time table th {
  background-color: rgba(255,178,118,0.5);
}

.jizen .time table th:first-child {
  width: 130px;
  padding: 0 5px;
}

.jizen .time table th:nth-of-type(2) {
  width: 240px;
}

.jizen .time table th:last-child {
  width: 240px;
}

.info table td ul{
  margin: 0 auto;
}

.info table td ul li{
  margin-left: 20px;
}

.info table td p {
  margin: 0 0 0 -20px;
}

.info table td p.plus{
  margin: 0px;
}

.info ul li {
  margin: 0 0 0 40px;
}

.info ul{
  margin: 0 auto 20px;
}

.box {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 20px;
  padding: 10px 5px;
  border: 3px double #F3736B;
}

.marker {
  background-color: #F3736B;
}

/*メインコンテンツ（jizen）おわり*/

/* 参加登録フロー はじまり */

.jizen .important{
  width: 85%;
  margin: 10px auto;
  border: 2px double #DC0509;
  text-align: left;
  /* border-radius: 10px; */
}

.jizen .important p{
  padding: 10px 20px;
  margin: 0;
  font-weight: bold;
  color: #DC0509;
}

.jizen .important ul li{
  color: #DC0509;
  padding: 0;
  margin-left: 45px;
  font-weight: bold;
  line-height: 1.5;
}

.jizen .imp-box{
  margin: 10px 30px;
  padding: 10px;
  background-color: rgba(252,162,115,0.5);
  border-radius: 10px;
}

.jizen .imp-box dt{
  float: left;
  font-weight: bold;
  margin-right: 0;
}

.jizen .imp-box dd{ /* ※＜重要＞ */
  margin-left: 80px;
  font-weight: bold;
}

.jizen .imp-box .imp dd{ /* ＜重要＞ */
  margin-left: 70px;
}

.flow p{
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 20px;
}

.flow p.plus{
  margin-left: 40px;
}

.flow{
  max-width: 100%;
  width: 100%;
  margin: 20px auto;
}

.flow-box{
  max-width: 680px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px auto 20px;
}

.flow-arrow{
  display: inline-block;
  vertical-align: middle;
  color: #F6ADB6;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 10px auto 20px;
}

.btn-flow,
a.btn-flow,
button.btn-flow{
	background: #F6ADB6;
  border: none;
  width: 420px;
  height: 70px;
  padding: 1rem 2rem;
  font-size: 1.7rem;
  border-radius: 1.0rem;
  font-weight: 600;
  line-height: 20px;
  cursor: default;
  color: #333;
}

.btn-flow span,
a.btn-flow span,
button.btn-flow span{
  font-size: 1.3rem;
  font-weight: 500;
}

.flow ul li{
  margin-left: 60px;
}

@media screen and (max-width: 1280px) {
  .jizen .important{
    width: 90%;
  }

  .flow{
    max-width: 100%;
  }

  .period dt,.period dd{ display: block;}
  .period dd{ width: 100%;}

}

/* 参加登録フロー おわり */

/* 登録期間はじまり  */
.period{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 20px;
  padding-bottom: 5px;
  line-height: 2;
  font-weight: 600;
}

.period dl{
  margin: 5px 0; /* 左寄せの場合はauto→0 */
  padding: 0;
}

.period dt{
  display: inline-block;
  border-bottom: 1px solid #FCA273;
  color: #666;
  padding: 5px 10px;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
}

.period dd{
  display: inline-block;
  margin-left: 0;
  padding: 5px 20px;
  vertical-align: top;
}

/* 登録期間おわり  */


/* arrowはじまり */

/*リンクを右下に固定*/
#arrow {
  position: fixed;
  bottom: 8%;
  right: 1%;
  z-index: 2;
   /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#arrow a {
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*円の形状（spは50px）*/
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  outline: 1px solid #fff;
  background: -moz-linear-gradient(top, #ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  background: -webkit-linear-gradient(top, #ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  background: linear-gradient(to bottom, #ED5466,#F06368,#F3736B,#F6836E,#F99270,#FCA273,#FFB276,#fff);
  color: #fff;
}

#arrow a:hover {
  filter: contrast(120%);
}

/*　上に上がる動き　*/

#arrow.upmove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#arrow.downmove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/* arrowおわり */

/*footerはじまり*/

footer {
  width: 100%;
  text-align: center;
  background-color: #F3736B;
  color: #fff;
  padding: 20px 0;
}

footer small {
  font-size: 15px;
}

/*footerおわり*/

@media screen and (max-width: 820px) {

  body{
    font-size: 14px;
  }

  .pc{
    display: none;
  }
  
  .sp{
    display: initial;
  }

  .main{
    width: 100%;
    margin: 20px 20px 0;
  }

    /* large */
  .font-l{  font-size: 1.6rem;}
  .font-l.large {  font-size: 1.8rem;}

  /* menuはじまり */

  /* ハンバーガー はじまり */

  .menu-btn {
    height: 50px;
    width: 55px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 0px;
    right: 5px;
  }

  /* ×に変化 */
  .menu-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
  }

  .menu-btn span:nth-of-type(1){
    top: 15px;
  }

  .menu-btn span:nth-of-type(2){
    top: 23px;
  }

  .menu-btn span:nth-of-type(3){
    top: 31px;
  }

  .menu-btn.active span:nth-of-type(1){
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

  .menu-btn.active span:nth-of-type(2){
    opacity: 0;
  }

  .menu-btn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  /* ハンバーガー おわり */

  /* ナビゲーション（メニュー） */

  .menu{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    left: -120%;
    width: 80%;
    height: 100vh;
    background: #fff;
  /*ぼかし*/
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    /*動き*/
    transition: all 0.7s;
  }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  .menu.panelactive{
    opacity: 1;
    z-index: 999;
    left: 0%;
  }

  /*ナビゲーションの縦スクロール*/
  .menu.panelactive .menu-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  .menu ul{
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 10%;
    left: 30%;
    transform: translate(-30%,-10%);
  }

  .menu.panelactive ul{
    display: block;
  }

  /*リストのレイアウト設定*/

  .menu li{
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #F6836E;
  }

  .menu li a{
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px 2px;
  text-transform: capitalize;  /* 大文字・小文字指定  */
  letter-spacing: 0.1em;
  color: #333;
  }

  .menu li a:hover::before{
  left: -15px;
  padding: 5px 0;
  }

  /* ナビゲーション（メニュー）おわり */

  /* menuおわり */

  /* button */

  .btn,
  a.btn,
  button.btn{
    font-size: 2.5rem;
  }

  /* jizenはじまり*/

  .jizen .maney table th {
    width: auto;
  }

  .jizen table td:last-child {
    width: auto;
   }

  /* jizenおわり */

  /* フローはじまり */

  .btn-flow,
  a.btn-flow,
  button.btn-flow{
    width: 85%;
    height: auto;
    padding: 2rem 2rem;
    font-size: 1.7rem;
  }

  /* フローおわり */

  /* arrow */

  #arrow a{
    width: 50px;
    height: 50px;
  }

  /* arrow end */

}

@media screen and (max-width: 500px) {

  .jizen .imp-box dt{
    float: none;
  }

  .jizen .imp-box dd{
    margin: 0 0 10px 10px;
  }
}