@charset "UTF-8";

body {
    color: #eee;
    background-color: black;
    font: 14px/2 "Open sans", sans-serif;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    position: relative;
    cursor: none; /*もともとあるカーソルは非表示に*/
    height: 100vh;
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- PC -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width: 750px) {

a { cursor: none; /*もともとあるカーソルは非表示に*/ }
#cursor {
  position: fixed;
  /*丸の大きさと色の指定*/
  background: #fff;
  border-radius:10px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;/*真ん中にくるようにマイナスマージンで調整*/
  z-index: 1000;/*一番手前に来るように*/
  pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
}
#stalker{
  position: fixed;
  /*丸の大きさと色の指定*/
  background: #f6c744;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  margin: -20px 0 0 -20px;/*真ん中にくるようにマイナスマージンで調整*/
  z-index: 999;/*カーソルの後ろに来るように*/
  pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
}

/*----------------------   header   ----------------------*/

#sp { display: none; }

/*----------------------   header   ----------------------*/

header {
  position: fixed;
  z-index: 0;
  justify-content: space-between;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  width: 100%;
  margin: 30px auto 0;
}
header img {
  display: block;
  width: 50%;
  margin: 0 auto;
  opacity: .1;
}

/*----------------------   content01   ----------------------*/

#content01 {
  display: block;
  width: 1200px;
  margin: 40px auto;
  position: relative;
  z-index: 100;
}
#content01 .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 30px;
}
#content01 .breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 .6em; /* 記号の左右の余白 */
}
#content01 .breadcrumb li a { color: #f6c744; }
#content01 .wrap {
  width: 900px;
  margin: 200px auto 0;
  display: block;
}
#content01 h2 {
  text-align: center;
  margin: 50px auto;
  position: relative;
  font-size: 45px;
  font-family: "arial black", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #f6c744;
}
#content01 .wrap p {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: .01em;
}

/*----------------------   formWrap   ----------------------*/

  #formWrap {
    display: block;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 130px 0;
    border-radius: 40px;
    background-color: rgba(100, 100, 100, .3);
  }
  #formWrap form .formTable {
    display: block;
    width: 850px;
    margin: 0 auto;
  }
  #formWrap form .formTable th {
    width: 220px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 20px 0 0;
  }
  #formWrap form .formTable th span {
    text-align: center;
    color: white;
    margin: 0 20px 0 0;
    padding: 0 15px;
    border-radius: 50px;
    line-height: 28px;
    font-size: 12px;
    background-color: red;
    display: block;
    height: 30px;
    float: right;
  }
  #formWrap form .formTable td {
    padding: 10px 0;
    margin: 0;
    width: 600px;
    display: inline-block;
    vertical-align: top;
    color: #000;
  }
  #formWrap form .formTable input {
    width: 600px;
    height: 2.75em;
    border-style: none;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
  }
  .selectbox-001 { position: relative; }
  .selectbox-001::before,
  .selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
  }
  .selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #f6c744;
  }
  .selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .selectbox-001 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1em;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
  }
  .selectbox-001 select:focus { outline: 2px solid #f6c744; }
  form textarea {
    width: 600px;
    padding: 10px;
    display: block;
    height: 5em;
    border-style: none;
    background-color: #fff;
    border-radius: 3px;
    text-align: left;
    border: 1px solid #ccc;
  }
  input#mail_submit_button {
    width: 250px;
    height: 50px;
    border-radius: 50px;
    margin: 25px 0;
    background-color: #f6c744;
    color: white;
    text-align: center;
    transition: .5s;
  }
  input#mail_submit_button:hover {
    background-color: white;
    color: #f6c744;
    transition: .5s;
  }

/*----------------------   footer   ----------------------*/

footer {
  text-align: center;
  display: block;
  width: 60vw;
  margin: 100px auto 50px;
  padding-bottom: 30px;
}
footer img.js-fade03 {
  display: block;
  width: 10vw;
  margin: 0 auto 30px;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #fff;
  border-radius: 50%;
  transition: .5s;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 23px;
  color: #111;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -23px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top:hover {
  transition: .5s;
  opacity: .5;
}

/*----------------------   thanks   ----------------------*/

  #thanks.sp { display: none; }
  #thanks {
    width: 800px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #thanks h3 {
    font-size: 20px;
  }
  #thanks p {
    display: block;
    width: 100%
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    padding: 20px 0;
  }
  #thanks p span {
    font-size: 12px;
    line-height: 1.75;
  }
  #thanks a {
    text-decoration: none;
    font-size: 14px;
    background-color: #f6c744;
    border: 1px solid #f6c744;
    color: white;
    text-align: center;
    display: block;
    width: 370px;
    padding: 15px 0;
    border-radius: 50px;
    margin: 100px auto 50px;
    position: relative;
    transition: .3s;
  }
  #thanks a:hover {
    background-color: rgba(0, 0, 0, 0);
    color:  #f6c744;
    border: 1px solid #f6c744;
    transition: .3s;
  }
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- sp -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (max-width: 749px) {

header#pc { display: none; }
header#sp .header img { display: none; }
/*　ハンバーガーメニューボタン　*/
.hamburger {
   display: block;
   position: fixed;
   z-index: 100;
   top: 15px;
   right: 20px;
   width: 40px;
   height: 40px;
   cursor: pointer;
   text-align: center;
   background-color: #f6c744;
   padding: 5px;
}
.hamburger span {
   display: block;
   position: absolute;
   width: 20px;
   height: 2px ;
   left: 10px;
   background: #fff;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) { top: 10px; }
.hamburger span:nth-child(2) { top: 20px; }
.hamburger span:nth-child(3) { top: 30px; }
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
   top: 15px;
   left: 11px;
   background: white;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
   top: 15px;
   background: white;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
   position: fixed;
   z-index: 99;
   top: 0;
   left: 0;
   background-color: #f6c744;
   text-align: left;
   width: 100%;
   height: 100%;
   transform: translateX(100%);
   transition: all 0.6s;
   padding: 20px 0;
}
nav.globalMenuSp ul {
   margin: 0 auto;
   padding: 70px 0 0;
   width: 100%;
}
nav.globalMenuSp ul li {
   list-style-type: none;
   padding: 0;
   width: 80%;
   display: block;
   margin: 0 auto;
   color: white;
}
nav.globalMenuSp ul li a {
   display: block;
   color: white;
   text-decoration :none;
   font-size: 4vw;
   font-family: "arial black", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
   font-weight: bold;
   line-height: 2.5;
}
nav.globalMenuSp.active {
   opacity: 100;
   display: block;
   transform: translateX(0%);
}

/*----------------------   content01   ----------------------*/

#content01 {
  display: block;
  width: 90%;
  margin: 40px auto;
  position: relative;
  z-index: 10;
}
#content01 .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 30px;
}
#content01 .breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 .6em; /* 記号の左右の余白 */
}
#content01 .breadcrumb li a { color: rgba(255, 255, 255, 0.3); }
#content01 .wrap {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#content01 h2 {
  text-align: center;
  margin: 80px auto 30px;
  position: relative;
  font-size: 12vw;
  font-family: "arial black", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #f6c744;
  line-height: 1.25;
}
#content01 .wrap p {
  font-size: 3vw;
  line-height: 1.5;
  font-feature-settings: "palt";
  padding-top: 10px;
}
/*----------------------   formWrap   ----------------------*/

  #formWrap {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 30px 0;
    border-radius: 40px;
    background-color: rgba(100, 100, 100, .3);
  }
  #formWrap form .formTable {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #formWrap form .formTable th {
    width: auto;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  #formWrap form .formTable th span {
    text-align: center;
    color: white;
    margin: 0 0 0 20px;
    padding: 0 15px;
    border-radius: 50px;
    line-height: 28px;
    font-size: 12px;
    background-color: red;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
  }
  #formWrap form .formTable td {
    padding: 10px 0;
    margin: 0;
    width: 100%;
    display: block;
    color: #000;
  }
  #formWrap form .formTable input {
    width: 100%;
    height: 2.75em;
    border-style: none;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
  }
  .selectbox-001 { position: relative; }
  .selectbox-001::before,
  .selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
  }
  .selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #f6c744;
  }
  .selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .selectbox-001 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1em;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
  }
  .selectbox-001 select:focus { outline: 2px solid #f6c744; }
  form textarea {
    width: 100%;
    padding: 10px;
    display: block;
    height: 10em;
    border-style: none;
    background-color: #fff;
    border-radius: 3px;
    text-align: left;
    border: 1px solid #ccc;
  }
  input#mail_submit_button {
    width: 70vw;
    height: 50px;
    border-radius: 50px;
    margin: 25px 0;
    background-color: #f6c744;
    color: #111;
    text-align: center;
    transition: .5s;
  }
  input#mail_submit_button:hover {
    background-color: white;
    color: #f6c744;
    transition: .5s;
  }

/*----------------------   footer   ----------------------*/

footer {
  text-align: center;
  display: block;
  width: 60vw;
  margin: 0 auto 50px;
  padding-bottom: 30px;
}
footer img {
  display: block;
  width: 50vw;
  margin: 0 auto 30px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: -50px;
  background: #f6c744;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 23px;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

  #thanks.pc { display: none; }
  #thanks {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
  }
  #thanks h3 {
    font-size: 20px;
  }
  #thanks p {
    display: block;
    width: 100%
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    padding: 20px 0;
  }
  #thanks p span {
    font-size: 12px;
    line-height: 1;
  }
  #thanks a {
    text-decoration: none;
    font-size: 14px;
    background-color: #f6c744;
    border: 1px solid #f6c744;
    color: white;
    text-align: center;
    display: block;
    width: 80px;
    padding: 15px 0;
    border-radius: 50px;
    margin: 40px auto;
    position: relative;
    transition: .5s;
  }
}
