@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

:root {
  --textcolor: #141414;
  --mainback: hsl(206, 78%, 69%);
  --subback: hsl(198, 61%, 82%);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  box-sizing: border-box;
  color: #000000;
  width: 100%;
  height: 100vh;
  font-family: "noto sans JP";
}


.content {
  overflow-y: hidden;
}

main {
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

p {
  font-size: clamp(1rem, 2vw + 1rem, 1.25rem);
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (min-width: 420px) {
  .br-sp {
    display: none;
  }
}

.inner {}

section {
  display: block;
  position: relative;
  z-index: 11;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

figure {
  display: block;
  margin: 0;
}

a:hover {}


/* bg */
/* bg */
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: -1;
}

.Paper_v2 {
  background-image:
  repeating-linear-gradient(to bottom,
    transparent 25px,
    rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px,
    transparent 27px, transparent 51px,
    rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px,
    transparent 53px, transparent 77px,
    rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px,
    transparent 79px, transparent 103px,
    rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px,
    transparent 105px, transparent 129px,
    rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px),

  repeating-linear-gradient(to right,
    transparent 25px,
    rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px,
    transparent 27px, transparent 51px,
    rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px,
    transparent 53px, transparent 77px,
    rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px,
    transparent 79px, transparent 103px,
    rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px,
    transparent 105px, transparent 129px,
    rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}

/* header */

.site-header {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100vw;
  z-index: 99;
  background-color: rgb(255 255 255 / 30%);
}

.site-header.hide {
  top: -82px;
}

.site-logo img {
  height: 20px;
  width: auto;
}

.gnav__menu {
  display: flex;
}

.gnav__menu__item {
  margin-left: 20px;
}

.site-header .gnav__menu__item a {
  color: #333;
  text-decoration: none;
}

#navArea {}

header {}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  height: 50px;
}

.top_logo {
  object-fit: contain;
  height: auto;
  width: clamp(100px, 10px, 150px);
  margin-right: 1em;
}

.top_logo img {
  width: 100%;
  height: 100%;
  margin: 0 15px;
}

.top_menu {
  margin-left: 2em;
}

.top_menu ul {
  display: flex;
}

@media screen and (max-width: 768px) {
  .top_menu ul {
    display: none;
  }
}

.top_menu li {
  padding: 0px 10px;
}


/*menu */

.menu a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #666;
  transition: color .2s ease;
  padding: 3px 0;
  text-decoration: none;
  font-weight: 600;
}

.menu a:hover {
  color: #ffffff;

}

.menu a:hover::after,
.menu a:hover::before {
  width: 100%;
  left: 0;
}

.menu a::after,
.menu a::before {
  content: '';
  position: absolute;
  top: calc(100% + 0px);
  width: 0;
  right: 0;
  height: 3px;
}

.menu a::before {
  transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
  background: #2196f3;
}

.menu a::after {
  transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #F44336;
}

/* footer */
.tks_footer {
  margin-top: 0;
  padding-bottom: 20px;
  background-color: rgb(0 171 235 / 60%);
  position: relative;
  width: 100%;
}
footer {
  padding-top: 0;
}
.tks_footer_logo {
  width: 120px;
  margin: 0 auto;
  padding: 2rem 0;
}

.tks_footer_logo a img {
  width: 50%;
  display: grid;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  .tks_footer_logo {
    width: 148px;
    padding-top: 34px;
  }
}

.tks_footer_logo a {
  width: 100%;
}

.tks_footer_fanclub {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  border-top: none;
}

@media screen and (max-width: 550px) {
  .tks_footer_fanclub {
    margin-top: 31px;
    margin-left: 0;
    margin-right: 37px;
    justify-content: unset;
    flex-direction: column;
    width: 50%;
    border-top: 1px solid #fff;
    border-left: none;
  }
}

.tks_footer_row {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  .tks_footer_row {
    margin-left: 37px;
    margin-right: 37px;
    flex-wrap: unset;
    flex-direction: column;
    border: none;
  }
}

.tks_footer_row--left,
.tks_footer_row--right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

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

  .tks_footer_row--left,
  .tks_footer_row--right {
    width: 100%;
  }
}

.tks_footer_row--left {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  .tks_footer_row--left {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.tks_footer_link {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  .tks_footer_link {
    height: 60px;
    display: table;
  }
}

.tks_footer_link a {
  padding: 16px 50px 16px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
  transition: 0.5s;
}

@media screen and (min-width: 550px) and (max-width:909px) {
  .tks_footer_link a {
    padding: 16px 53px 16px 20px;
  }
}

@media screen and (max-width: 550px) {
  .tks_footer_link a {
    font-size: 14px;
    padding: 0 40px 11px 0;
    display: table-cell;
    vertical-align: bottom;
  }
}

.tks_footer_link a:hover {
  opacity: 0.8;
}

.tks_footer_link a::before {
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 30px;
  margin: auto;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 550px) {
  .tks_footer_link a::before {
    bottom: -18px;
    right: 0;
    width: 10px;
    height: 10px;
  }
}

.tks_footer_copy {
  margin-top: 41px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  .tks_footer_copy {
    margin-top: 44px;
    font-size: 1rem;
  }
}

footer {
}

/* Humberger Menu */
nav {
  display: block;
  position: fixed;
  background-color: #ffffff;
  width: 220px;
  top: 0;
  left: -300px;
  bottom: 0;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  margin: 0;
}

nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

.toggle-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 2%;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
  opacity: 0.6;
}

.toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #666;
  transition: all 0.5s;
  border-radius: 4px;
}

.toggle-btn span:nth-child(1) {
  top: 4px;
}

.toggle-btn span:nth-child(2) {
  top: 14px;
}

.toggle-btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle-btn span {
  background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (min-width: 576px) {
  section h3 {
    line-height: 1;
  }
}

/* btn */
.btn_area_1 {
  height: 20vh;
  display: grid;
  place-items: center;
}

body {
  box-sizing: border-box;
  background: #27282c;
}


/* クリップパスボタン */
.footer-btn {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease-in-out;
  font-size: 18px;
  z-index: 10;
}

.footer-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mainback);
  z-index: -1;
  clip-path: circle(0% at 50% 50%);
  transition: 0.5s ease-in-out;
}

.footer-btn:hover {
  color: hsl(0, 0%, 100%);
  background: none;
}

.footer-btn:hover::before {
  clip-path: circle(100% at 50% 50%);
}

/* form */
input[type="text"] {
  width: 80%;
}

/* 560px未満 */
@media screen and (max-width: 559px) {
  .box {
    margin: 1rem;
  }

  .pox {
    background: rgb(0 171 235 / 30%);
    padding-bottom: 60px;
    padding-top: 12px;
  }

  table.comp th {
    border: 13px solid #ffffff;
  }

  table.comp th {
    width: 150px;
    background: #c1b8f3;
    padding: 0.4rem;
    border: unset;
    border-top: 16px solid #ffffff;
  }
}

/* 960px未満 */
@media screen and (min-width: 560px) {

  /* box */
  .pox {
    padding: 2em;
    background: rgb(0 171 235 / 30%);
    padding-bottom: 4em;
    border-radius: 8px;
  }
}

/* form */
.ren {
  line-height: 2em;
  position: relative;
  margin: 1em;
}

.ren span {
  color: white;
  top: -14px;
  position: absolute;
  margin: 1em;
  background: #42b7ef;
  border-radius: 2px;
  padding: 0px 14px;
}

table.formTable span {
  color: white;
  top: 0;
  right: 0;
  position: absolute;
  margin: 1em;
  background: #42b7ef;
  padding: 2px;
}

div#formWrap p {
  margin: 1rem;
  line-height: 2;
  font-size: 14px;
}

#formWrap {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  border-spacing: 8px;
  margin: 0 auto;
}

table.formTable td,
table.formTable th {
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  padding: 1.4em;
  position: relative;
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

/* contact
------------------------------------------------------------ */

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.contact .innar {}

.contact .read {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.contact table {
  width: 100%;
}

.contact th {
  width: 25%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 17px;
  vertical-align: top;
  position: relative;
}

.contact td {
  width: 75%;
  padding: 10px;
  padding-left: 30px;
  font-size: 14px;
}

.contact th::after {
  display: inline-block;
  width: 50%;
  max-width: 60px;
  background: #999999;
  color: #fff;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  top: 16px;
  right: 0;
  margin: auto;
  height: 22px;
  margin-left: 18px;
  padding-top: 6px;
  margin-right: 12px;
}

.contact .form__required::after {
  content: "必須";
  background: #42b7ef;
}

.contact td p {
  margin: 10px;
}

.confirm {
  padding: 2em;
  background: #fff2e2;
  padding-bottom: 4em;
}

.confirm .innar {
  padding: 0 1em;
  max-width: 1000px;
  margin: 1em auto 0;
  line-height: 2rem;
}

.confirm .read {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.confirm table {
  width: 100%;
}

.confirm th {
  font-size: 16px;
  vertical-align: top;
  padding: 1.4em;
  position: relative;
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  border: 1px solid #ccc;
}

.confirm td {
  width: 75%;
  padding: 10px;
  padding-left: 30px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.confirm th::after {
  display: inline-block;
  width: 50%;
  max-width: 60px;
  background: #999999;
  color: #fff;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  top: 16px;
  right: 0;
  margin: auto;
  height: 22px;
  margin-left: 18px;
  padding-top: 6px;
  margin-right: 12px;
}

.confirm .form__required::after {
  content: "必須";
  background: #42b7ef;
  margin-top: 8px;
}

.confirm td p {
  margin: 10px;
}

.thanks {
  padding: 2em;
  background: #fff2e2;
  padding-bottom: 4em;
}

.thanks .innar {
  padding: 0 1em;
  max-width: 1000px;
  margin: 1em auto 0;
  line-height: 2rem;
}

input[type="text"],
textarea,
input[type="number"],
input[type="tel"],
input[type="email"] {
  border-radius: 4px;
  padding: 6px 10px;
  background: #eeeeee;
  border: solid 1px #575757;
  font-size: 14px;
}

input::placeholder {
  color: #959392;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.2rem;
}

select {
  width: 50%;
  border-radius: 4px;
  height: 50px;
  font-size: 14px;
  background: #eeeeee;
  border: solid 1px #575757;
  padding: 0 4px;
}

input[type="email"] {
  width: 95%;
}

input[type="tel"] {
  margin-right: 1em;
  width: 95%;
}

input[type="text"] {
  width: 95%;
}

textarea {
  width: 95%;
  resize: auto;
}

.form_btn {
  max-width: 310px;
  margin: 30px auto;
}

.form_btn input {
  color: #575757;
  background: #efefef;
  border: none;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 8px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  border: solid 1px;
}

.form_btn input:hover {
  color: #fff;
  background-color: #575757;
}

.form_btn input.not_approval {
  background-color: #e5e5e5;
  color: #000;
}

.form_btn input.not_approval:hover {
  background-color: #e5e5e5;
}

.innerlist_addressnumber input {
  width: 26%;
}

.addressnum_btn {
  background: #05adbe;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  text-align: center;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  input[type="tel"] {
    width: 92%;
  }

  input[type="email"] {
    width: 92%;
  }

  input[type="text"],
  textarea {
    width: 95%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }

  .confirm {
    padding: 1em;
  }

  .confirm th {
    width: 87%;
  }

  .confirm td {
    width: 95%;
    margin-bottom: 6px;
  }
}