@charset "utf-8";

/* スマートフォン */

/*---------------------
    common
---------------------*/

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

  .w600_dis {
    display: none !important;
  }

}

* {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.005em;
}

html, body {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 360px;
  font-size: 62.5%;
}

html {
  overflow: overlay;
}

html::-webkit-scrollbar {
  width: 16px;
}

html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

body {
  background-color: #fff;
  color: #000;
}

main {
  margin-bottom: 70px;
}

a, button {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover, button:hover {
  opacity: 0.7;
}

#header_nav_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
}

#header_nav_overlay.hamburger {
  visibility: visible;
}

.common_atc01 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 380px;
}

.common_vid01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common_atc02 {
  margin-bottom: 35px;
}

.common_o_s {
  overflow-y: scroll;
}

.common_o_s::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.common_o_s::-webkit-scrollbar-track {
}

.common_o_s::-webkit-scrollbar-thumb {
  background: #BFBEBE;
}

.common_p01 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.common_p02 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}

.common_h201 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.common_h201_spn01 {
  font-size: 1.5rem;
}

.common_h301 {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #003e8c;
  margin-bottom: 20px;
}

.common_h301::after {
  content: "";
  border-bottom: 2px solid;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}

.common_li01:nth-of-type(n + 2) {
  margin-top: 20px;
}

.common_img01 {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 480 / 360;
  object-fit: cover;
}

.common_frm01 {
  padding: 20px 10px;
  border: 1px solid;
}

.common_div02 {
  margin-bottom: 20px;
}

.common_lbl01 {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

.common_spn01 {
  background-color: #FF0000;
  padding: 2px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
}

.common_ipt01 {
  width: 100%;
  font-size: 1.3rem;
  border: 1px solid;
  padding: 5px;
  display: block;
}

.common_div03 {
  margin-bottom: 20px;
}

.common_tar01 {
  width: 100%;
  font-size: 1.3rem;
  height: 200px;
  border: 1px solid;
  padding: 5px;
}

.common_atc03 {
  margin-bottom: 30px;
}

.common_h302 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
}

.common_div04 {
  height: 340px;
  margin-bottom: 15px;
  border: 1px solid;
  padding: 5px;
}

.common_p03 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.common_sct01 {
  margin-bottom: 10px;
}

.common_h401 {
  font-size: 1.2rem;
}

.common_p04 {
  font-size: 1.2rem;
}

.common_li02 {
  font-size: 1.2rem;
  list-style: disc;
  margin-left: 15px;
}

.common_p05 {
  font-size: 1.2rem;
  text-align: center;
}

.common_btn01 {
  margin: 0 auto;
  display: block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
  width: 175px;
  height: 50px;
  border-radius: 25px;
  background-color: #003e8c;
}

#scroll_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  animation: 2s ease-in-out infinite scroll_top_amt01;
}

@keyframes scroll_top_amt01 {
  0% {
    opacity: 0.6;
    transform: translateY(-10px);
  }

  50% {
    opacity: 0.8;
    transform: translateY(0px);
  }

  100% {
    opacity: 0.6;
    transform: translateY(-10px);
  }
}

.cf-turnstile {
  text-align: center;
}

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

header {
  background-color: rgba(200, 200, 200, 0.8);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.header_div01 {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.header_div01_a01 {
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 33;
}

#header_nav {
  position: fixed;
  z-index: 32;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

#header_nav.hamburger {
  padding-top: 70px;
  transform: translateY(0%);
}

.header_nav_ul01 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #666464;
}

.header_nav_li01 {
  width: 50%;
  height: 50px;
  border-bottom: 1px solid #666464;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_nav_li01:nth-of-type(odd) {
  border-right: 1px solid #666464;
}

.header_nav_li02.w599_dis {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #666464;
}

#hamburger {
  position: relative;
  width: 35px;
  cursor: pointer;
  z-index: 33;
  height: 70px;
}

#hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 3px #666464;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#hamburger span:nth-of-type(1) {
  top: 22px;
  right: 0;
}

#hamburger span:nth-of-type(2) {
  top: 33.5px;
  right: 0;
}

#hamburger span:nth-of-type(3) {
  top: 45px;
  right: 0;
}

#hamburger.hamburger span:nth-of-type(1) {
  top: 34px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.hamburger span:nth-of-type(2), #hamburger.hamburger span:nth-of-type(3) {
  top: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

footer {
  padding: 10px 0;
  background-color: #000;
  color: #fff;
}

.footer_sml01 {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

/*---------------------
    home
---------------------*/

.grecaptcha-badge {
  bottom: 80px!important;
}

#home_atc01 {
  margin-bottom: 20px;
}

#home_h1 {
  position: absolute;
  top: 105px;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0f0f0f;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 12px rgba(255, 255, 255, 0.6), 0px 0px 20px rgba(255, 255, 255, 0.4);
  width: 360px;
}

.home_atc02_h201 {
  text-align: center;
}

.home_atc02_p01 {
  margin: 20px 20px 0;
}

.home_div01 {
  background-image: url("../img/home/bg_home01@2x.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.home_atc03_div01 {
  padding: 35px 10px;
  background-color: #000;
  color: #fff;
}

.home_atc03_ul01 {
  padding: 10px;
  height: 200px;
  color: #000;
  background-color: #fff;
}

.home_atc03_li01 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.home_tim01 {
  font-size: 1.2rem;
}

.home_a01 {
  text-decoration: underline;
  font-size: 1.4rem;
}

#home_atc04 {
  margin: 0 10px 35px;
}

.home_atc04_h301 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.home_atc04img01 {
  margin-bottom: 20px;
}

.home_atc04_ul01 {
  padding-left: 20px;
}

.home_atc04_li01 {
  list-style-type: disc;
  font-size: 1.4rem;
}

.home_atc04_li01:nth-of-type(n + 2) {
  margin-top: 5px;
}

.home_atc05_div01 {
  background-image: url("../img/home/bg_home01@2x.jpg");
  padding: 35px 10px 30px;
  margin-bottom: 30px;
}

.home_atc05_sct01 {
  text-align: center;
}

.home_atc05_h401 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#home_atc05 .common_p01 {
  text-align: left;
}

.home_atc05_div02 {
  margin-bottom: 20px;
}

.home_atc05_img01 {
  margin-bottom: 20px;
}

.home_atc05_h501 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.home_atc05_spn01 {
  font-size: 1.3rem;
}

.home_atc05_fct01 {
  font-size: 1.4rem;
}

.home_atc05_h402 {
  margin: 30px 0 20px;
  font-size: 1.8rem;
  
}

.home_atc05_ul02 {
  text-align: left;
  height: 200px;
  padding: 10px;
  border: 1px solid #000;
}

.home_atc05_li02:nth-of-type(n + 2) {
  margin-top: 20px;
}

.home_atc05_sct02 {
  text-align: center;
  margin: 0 10px;
}

.home_atc05_sct02 .common_h301 {
color: #d61237;
}

#home_atc06 {
  color: #fff;
  background-color: #000;
  padding: 35px 10px;
}

.home_atc06_div01 iframe {
  margin-bottom: 30px;
}

.home_atc06_h301 {
  margin-bottom: 10px;
}

.home_atc06_add01 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.home_atc06_div02 .common_p01:last-of-type {
  margin-bottom: 0;
}

#home_atc07 {
  margin: 0 10px 70px;
}

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

#thanks_atc01 {
  padding: 120px 0 50px;
  background-color: #fff;
  text-align: center;
}

.thanks_atc01_h1 {
  margin-bottom: 10px;
}

.thanks_atc01_spn01 {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}

.thanks_atc01_btn01 {
  color: #fff;
  margin: 30px auto 0;
  display: block;
  border-radius: 33px;
  background-color: #262D42;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-indent: 0.2em;
  width: 300px;
  height: 65px;
  font-size: 2.4rem;
}

/*---------------------
    wakudoki
---------------------*/

#wakudoki_sct01 {
  margin-bottom: 70px;
}

#wakudoki_h1 {
  position: absolute;
  top: 80px;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #E67B29;
  text-shadow: 
    1px  1px 0px #ffffff, -1px  1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 0px 0px 4px rgba(255, 255, 255, 0.8),  0px 0px 12px rgba(255, 255, 255, 0.6), 0px 0px 20px rgba(255, 255, 255, 0.4);
  width: 360px;
}

.wakudoki_sct01_spn01 {
  color: #fff;
  font-size: 1.5rem;
  display: block;
  text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
}

.wakudoki_sct01_spn02 {
  color: #555;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0px 0px 6px #fff, 0px 0px 12px #fff;
}

.wakudoki_sct01_spn03 {
  color: #19006d;
}

#wakudoki_sct02 {
  position: relative;
}

.wakudoki_h201 {
  font-size: 2rem;
  color: #003e8c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.wakudoki_sct02_sct01 {
  margin: 0 10px 20px;
  padding: 15px 10px 10px;
  border: 1px solid #000;
  background-color: #fffef5;
}

.wakudoki_sct02_h301 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 2rem;
}

.wakudoki_sct02_ul01 {
  padding-left: 20px;
}

.wakudoki_sct02_li01 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  list-style: disc;
  position: relative;
  font-size: 1.4rem;
}

.wakudoki_sct02_li01:nth-last-of-type(n + 2) {
  border-bottom: 1px solid #000;
}

.wakudoki_sct02_li01:nth-last-of-type(n + 2)::after {
  content: "";
  position: absolute;
  width: 15px;
  bottom: -1px;
  left: -15px;
  border-bottom: 1px solid #000;
}

.wakudoki_sct02_div02 {
  position: absolute;
  top: 0;
  width: 100%;
}

.wakudoki_sct02_div03 {
  position: relative;
  width: 360px;
  margin: 0 auto;
}

.wakudoki_sct02_img01 {
  position: absolute;
  top: 10px;
  left: 20px;
}

.wakudoki_sct02_img02 {
  position: absolute;
  top: 0;
  right: 20px;
}

.wakudoki_sct02_ifm01 {
  margin-top: 30px;
}

.wakudoki_sct02_div01 {
  background-image: url(../img/wakudoki/bg_wakudoki01@2x.jpg);
  padding: 20px 0 35px;
}

.wakudoki_sct02_sct02 {
  margin: 0 10px 40px;
  text-align: center;
}

.wakudoki_sct02_sct03 {
  margin: 0 10px;
  text-align: center;
}

.wakudoki_sct02_sct03 .common_p01 {
  text-align: left;
}

.wakudoki_li01:nth-of-type(n + 2) {
  margin-top: 20px;
}

#wakudoki_sct03 .wakudoki_h201 {
  color: #d61237;  
}

#wakudoki_sct03 .common_p01 {
  margin: 0 10px 20px;
}

.wakudoki_sct03_sct01 {
  text-align: center;
}

.wakudoki_sct03_sct01:nth-last-of-type(n + 2) {
  margin-bottom: 40px;
}

.wakudoki_sct03_div01 {
  background-image: url("../img/wakudoki/bg_wakudoki02@2x.png");
  background-position: center;
  background-size: cover;
  padding: 20px 10px 40px;
  margin-bottom: 20px;
  position: relative;
}

.wakudoki_sct03_sct01 .common_h301 {
  color: #d61237;
}

.wakudoki_sct03_div02 {
  color: #fff;
  text-align: left;
}

.wakudoki_sct03_div03 {
  display: flex;
}

.wakudoki_sct03_dt01 {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.wakudoki_sct03_dd01 {
  font-size: 1.4rem;
}

.wakudoki_sct03_ol01 {
  padding-left: 20px;
}

.wakudoki_sct03_li01 {
  list-style: decimal;
  font-size: 1.4rem;
}

.wakudoki_sct03_ul01 {
  padding-left: 20px;
}

.wakudoki_sct03_li02 {
  list-style: square;
  font-size: 1.4rem;
}

.wakudoki_ul01 {
  margin: 0 10px;
}

.wakudoki_sct03_img01 {
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.wakudoki_sct03_img02 {
  margin-bottom: 10px;
}

#wakudoki_sct04 {
  padding: 35px 10px;
  background-color: #000;
  text-align: center;
}

#wakudoki_sct04 .wakudoki_h201 {
  color: #fff;  
}

.wakudoki_sct04_ul01 {
  margin-bottom: 20px;
}

.wakudoki_sct04_li01:nth-last-of-type(n + 2) {
  margin-bottom: 30px;
}

.wakudoki_sct04_img01 {
  margin-bottom: 10px;
}

.wakudoki_sct04_fct01 {
  color: #fff;
  font-size: 1.8rem;
}

.wakudoki_sct04_p01 {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

#wakudoki_sct05 {
  margin: 0 10px;
  position: relative;
}

.wakudoki_sct05_img01 {
  position: absolute;
  top: 130px;
  left: 10px;
}

.wakudoki_sct05_img02 {
  position: absolute;
  top: 100px;
  right: 0px;
}

.wakudoki_a01 {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  animation: 2s ease-in-out infinite scroll_top_amt01;
}

@keyframes scroll_top_amt01 {
  0% {
    opacity: 0.8;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0.8;
    transform: translateY(-10px);
  }
}

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

#thanks_atc01 {
  padding: 120px 0 50px;
  background-color: #fff;
  text-align: center;
}

.thanks_atc01_h1 {
  margin-bottom: 10px;
}

.thanks_atc01_spn01 {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}

.thanks_atc01_btn01 {
  margin: 30px auto 0;
  display: block;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
  width: 175px;
  height: 50px;
  border-radius: 25px;
  background-color: #003e8c;
}

/*---------------------
    index
---------------------*/

#index_sec01 {
  padding-top: 120px;
  margin: 0 10px;
}