@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('./button.css');
@import url('./menu.css');
@import url('./form.css');
@import url('./inp.css');
@import url('./footer.css');

:root{
	--header: 60px;
	scroll-padding: var(--header);
}

html {
  box-sizing: border-box;
  font-size: 17px;
  color:#333;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smooth: auto;
  line-height: 1.5;
  overflow-x: hidden;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 22px;
  }
}

*, *::after, *::before {
  box-sizing: inherit;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

main {
  margin: 65px auto 0;
  padding: 0;
  max-width: 800px;
}

section {
  position: relative;
  display: block;
  margin:0 10px 2rem 10px;
}

@media screen and (min-width: 800px) {
  section {
    width:800px;
    margin: 0 auto 2rem auto;
  }
}

h1,h2,h3,h4{
  margin: 0;
  padding: 0;
  font-weight: bold;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 0.9rem;
}

p {
  margin:0;
}

ul,ol {
  margin: 0;
  padding-inline-start: 1.8rem;
}

strong {
/* 30%下線にマーカー表示 */
    font-weight: 400;
    background: linear-gradient(transparent 70%, #ffcccc 0%);
}

hgroup{
  margin-bottom:1rem;
}

.headbox{
  width: 100%;
  text-align: center;
}

.normal_image{
  width: 100%;
}

.info_normal{
  color:#00F;
  font-size:0.8rem
}

.info_red{
  color:red;
}

#top {
  padding: 0;
  margin: 0;
}

#message .message_doc{
  margin:0.5rem;
  padding:0.2rem 0.8rem;
  box-shadow: 5px 5px #191970;
  background: #d3266d;
  color:#fff;
}

#message .message_doc_head{
}

#message .message_info{
  border-radius: 10px;
  padding:0.5rem;
  margin:0.8rem;
  border: dashed 2px #773d50;/*線*/
  color:#f33;
  font-size:0.9rem;
}

#info .date{
  font-size:1.5rem;
}

#info .date_unit{
  font-size:1.3rem;
}

#info .date_week{
  color:#F00;
}

#info .time{
  font-size:1.5rem;
}

#info .time_sub_head{
  width:7.5rem;
  display: inline-block;
}

#info .timetable{
  margin:0.5rem 0;
}

#info .venue_map{
  width:100%;
  max-width:550px;
  margin:0.5rem auto;
}

#info .price_list{
  line-height: 1.2;
}

#info .price_num{
  font-size:1.5rem;
}

#info .price_type{
  width:7.5rem;
  display: inline-block;
}

#info .price_box{
  display: flex;
  flex-wrap:wrap;
  line-height: 1.2;
  align-items:center;
}

#team .team_list{
  padding:0.2rem 0.5rem;
  margin: 0.5rem 0;
  border-radius: 10px;/*角の丸み*/
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #d3266d;
  color:#FFF;

}
#team .team_label{
  width:5rem;
  background: #fff;
  color:#d3266d;
  padding:0.1rem 0.3rem;
  font-size:0.7rem;
  font-weight:bold;
  border-radius: 5px;/*角の丸み*/
  text-align: center;

}
#team .team_name{
}
#team .team_cosplay{
  font-size:0.8rem;
}
#team .team_music{
  font-size:0.8rem;
}

#team .team_photograph{
  font-size:0.8rem;
}


.section_title_en{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color:#ff5555;
  font-size:1.4rem;
  text-align: center;
}

.section_title_jp{
  font-weight: 700;
  font-size:0.9rem;
  color:#ff5555;
  text-align: center;
}

.about_head{
  font-weight: 700;
  color:#ff5555;
  text-align: center;
}

.venue_name{
  font-size:1.1rem;
}

.venue_address{
  font-size:0.9rem;
  margin-left:0.5rem;
}

.time_sub ul{
  list-style: none;
  padding-inline-start: 1rem;
}

.changingroom_list{
  margin-left:0.5rem;
}

.changingroom_type{
  width:5.5rem;
  display: inline-block;
}

.trainroot_list{
  font-size:0.9rem;
}

.trainroot_list ol{
  padding-inline-start: 1rem;
}

.header {
  background-color: white;
  max-width:inherit;
  min-width:inherit;
  height: 60px;
  position: fixed;
  inset: 0;
  margin: 0 auto;
  z-index: 2;
}

.log_image{
  margin:2px 0 0 5px;
  width:100px;
}

/* pafo */
.formbox{
  padding:0.2rem 0.5rem;
  margin: 0.5rem 0;
  border-radius: 10px;/*角の丸み*/
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #EEF;
}

.formbox_bottom_space{
    margin-bottom:1.5rem;
}

.formbox_info{
  margin:0;
  font-size:0.9rem;
}

.formbox_cnt{
  color:#000;
  font-weight: bold;
}

.formbox_confirmation{
    background: #EFF;
}

.formbox_cancel{
    background: #FFE;
}

.formbox_cancel_a{
    color: #F00;
}

.formbox_inquiry{
    background: #EFF;
}

/* ------ボタン系定義------ */
.form_button {
  margin: 0.5rem;
}

.form_button a {
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 350px;
    padding: 10px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    font-weight: bold;
}

.form_button a {
    background: #FFF;
    border: solid 2px #555;
    font-size:1.2rem;
}

.form_button a:hover {
    background: #555;
    color: #FFF;
}

.form_button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.form_button a:hover:after {
    border-color: #FFF;
}


.side_line {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.side_line:before, .side_line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #ff5555;
}

.side_line:before {
  left:0;
}
.side_line:after {
  right: 0;
}
