@charset "UTF-8";

/* ==============================
コメントとか
============================== */
html {
	scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing: border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
  font-family: Meiryo UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 18px;
    color:#000;
    background: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    position: relative;
  }
  a {
    text-decoration: underline;
    color: #000;
  }
  a:hover {
    color: #525ca6
  }
  .sp_only {
    display: none;
  }
  .flex{
    display: flex;
  }
  .text-xs {
    font-size: .75rem;
    line-height: 1rem;
  }
  .fsize_001 {
    font-size: 68px;
  }
  .fsize_002 {
    font-size: 40px;
  }
  .fsize_003 {
    font-size: 34px;
  }
  .fsize_004 {
    font-size: 30px;
  }
  .fsize_005 {
    font-size: 20px;
  }
  .fsize_006 {
    font-size: 27px;
  }
  .fsize_007 {
    font-size: 24px;
  }

  .bold {
    font-weight: bold;
  }
  .f_normal {
    font-weight: normal;
    }
  .text-align-left{
    text-align: left;
  }
  .text-align-right{
    text-align: right;
  }
  .mt-2rem {
    margin-top: 2rem;
  }
  .josefinsans {
    font-family: 'Josefin Sans', sans-serif;
  }
  .oswald {
    font-family: 'Oswald', sans-serif;
  }
  img,
  iframe {
    max-width: 100%;
    vertical-align: bottom;
  }
  #contet_warp {
  width: 100%;
  text-align: center;
  position: relative;
  }
  header{
    position: absolute;
    text-align: left;
    top:20px;
    right: 20px;
  }
  main {
    background-image: url(../img/animejapan_main_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
  }
  .animejapan_main {
    position: relative;
    padding: 20px 50px;
    max-width: 1420px;
    margin: auto;
  }
  .animejapan_main img {
    position: relative;
    z-index: 2;

  }
  .confetti{
    position: absolute;
    background-image: url(../img/confetti.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .aj_nav {
    background: #000;
    text-align: center;
    justify-content: center;
    position: relative;
    align-items: center;
  }
  .aj_nav::after {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -4px;
    content: "";
  }
  .aj_nav a {
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
  }
  .aj_nav a:hover {
    color: #9299cc;
  }
  .latest_info {
    padding: 100px 15px;
  }
  .latest_info h2 {
    font-weight: 800;
    font-size: 30px;
    background: #fff;
    position: absolute;
    padding: 0 10px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .latest_info_box {
    position: relative;
    max-width: 600px;
    margin: auto;
    padding: 40px 15px;
  }
  .latest_info_box::before{
    width: 100%;
    height: 13px;
    content: "";
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .latest_info_box::after{
    width: 100%;
    height: 13px;
    content: "";
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .aj_news {
    padding-top: 10px;
  }
  .aj_date {
    padding-right: 15px;
  }
  .aj_txt {
    text-align: left;
  }
  #eventinfo {
    padding: 50px 0 150px 0;
    background-image: url(../img/bottom_bg_01.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-bottom: 100px;
    position: relative;
    margin-top: -50px;
  }
  #eventinfo h2,
  #experiences h2,
  #stage_schedule h2,
  #contents h2
   {
    padding: 0 15px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  #eventinfo::after,
  #experiences::after,
  #stage_schedule::after,
  #contents::after
  {
    position: absolute;
    content:"";
    width: 100%;
    height: 1px;
    background: #000;
    top: 76px;
    display: block;
    z-index: 0;

  }
  .eventinfo_box {
    margin: 30px auto;
    max-width:800px;
    align-items: inherit;
  }
  .left_box {
    width: 25%;
    font-size: 30px;
    font-weight: bold;
    border-right: solid 1px #000;
    text-align: right;
    padding-right: 15px;
  }
  .right_box {
    width: 75%;
    text-align: left;
    padding-left: 50px;
    font-weight: 800;
  }
  .right_box p {
    padding-bottom: 10px;
  }
  .ei_link {
    font-size: 22px;
  }

  #experiences {
    padding: 50px 0 150px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-bottom: 100px;
    position: relative;
    margin-top: -50px;
  }
  .experiences_box {
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ex_child {
    width: calc(100%/3);
    padding: 10px;
    margin-top: 60px;
    position: relative;
  }
  .ex_01::before,
  .ex_02::before,
  .ex_03::before,
  .ex_04::before,
  .ex_05::before,
  .ex_06::before,
  .ex_07::before,
  .ex_08::before,
  .ex_09::before {
    position: absolute;
    top: -5px;
    left: -5px;
  }
  .ex_01::before { content: url(../img/ex_01.png);  }
  .ex_02::before { content: url(../img/ex_02.png);  }
  .ex_03::before { content: url(../img/ex_03.png);  }
  .ex_04::before { content: url(../img/ex_04.png);  }
  .ex_05::before { content: url(../img/ex_05.png);  }
  .ex_06::before { content: url(../img/ex_06.png);  }
  .ex_07::before { content: url(../img/ex_07.png);  }
  .ex_08::before { content: url(../img/ex_08.png);  }
  .ex_09::before { content: url(../img/ex_09.png);  }

  .ex_child_inner {
    background-color: #eeeeee;
    background-image: url(../img/ex_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 330px;
    height: 100%;
  }
  .ex_child h3 {
    text-align: center;
    padding: 40px 10px 0 10px;
    font-weight: bold;
  }
  .ex_meets01 {
    display: block;
    font-size: 25px;
    padding: 15px 0;
  }
  .ex_meets02 {
    font-size: 18px;
    color: #fff;
    background: #ff4177;
    margin: auto;
    padding: 1px 12px;
    border-radius: 10px;
    font-weight: 300;
}
  .ex_meets03 {
    display: block;
    color: #fff;
    font-size: 25px;
    padding: 15px 0;
    color: #fff;
  }
  .ex_meets04 {
    display: block;
    font-size: 25px;
    padding: 33px 0 15px 0;
    color: #fff;
  }
  .ex_thum {
    padding: 15px;
  }
  .ex_thum img {
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 60%);
  }
  .ex_spe_content,
  .ex_meets_content {
    text-align: left;
    padding: 0 15px 15px 15px;
  }
  .ex_spe_content h4,
  .ex_meets_content h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 2em;
  }
  .ex_txt {
    font-size: 16px;
    line-height: 1.5em;
  }
  .ex_links {
    padding: 15px 0;
  }
  .ex_spe_content .ex_links {
    border-bottom: 1px dotted #8b8b8b;
  }
  .ex_links span {
    color: #fff;
    font-weight: 300;
    background: #000;
    font-size: 14px;
    padding: 1px 8px;
  }
  .ex_links a {
  font-size: 16px;
  }
  #stage_schedule {
    padding: 50px 0 150px 0;
    background-image: url(../img/bottom_bg_02.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-bottom: 100px;
    position: relative;
    margin-top: -50px;
  }
  .stage_schedule_box {
    max-width: 1280px;
    margin: auto;
    text-align: center;
    padding: 150px 15px;
  }
  .stage_schedule_inner {
    border: solid 2px #000;
    padding: 20px;
    margin-top: 30px;
  }
  .stage_schedule_detail {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stage_summary {
    align-items: center;
  }
  .stage_thum {
    width: 30%;
  }
  .stage_name_txt {
    width: 70%;
    padding: 0 15px;
    text-align: left;
  }
  .stage_name_txt h3,
  .stage_name_txt h4 {
    display: block;
    width: 100%;
    font-weight: 800;
  }
  .stage_name_txt h3 {
    border-bottom: solid 1px #000;
    font-size: 48px;
    padding-top: 22px;
  }
  .stage_name_txt h4 {
    font-size:36px;
    padding-top: 25px;
  }
  .ss_detail{
    padding: 35px 15px;
    width: 50%;
  }
  .ss_detail_2{
    padding: 35px 15px;
    width: 70%;
  }
  .ss_detail h3,
  .ss_detail_2 h3 {
    font-weight: 800;
    border: solid 1px #000;
    padding: 8px 15px;
    text-align: left;
  }
  .ticket_distribution {
    font-size: 15px;
    display: block;
    padding-top: 9px;
    font-weight: normal;
    border-top: dotted 1px;
  }
  .ss_artist {
    justify-content: center;
  }
  .ss_artist_item {
    padding: 20px 5px;
  }
  .ss_artist_item img {
    width: 100%;
    max-width: 130px;
  }
  .ss_artist_item span {
    display: block;
    font-weight: bold;
    font-weight: 800;
    padding-top: 10px;
  }
  .ss_artist_inner {
    padding-top: 10px;
    align-items: center;
    text-align: left;
  }
  .ss_artist_ttl {
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 1em;
    width: 80px;
    text-align: center;
  }
  .ss_artist_name {
    width: calc(100% - 80px);
  }
  .ss_artist_cmt {
    text-align: left;
    padding-top: 20px;
  }
  .cmg_soon {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.5em;
    margin-top: 150px;
  }
  .cmg_soon_jp {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  #contents {
    position: relative;
    padding: 50px 0 150px 0;
    position: relative;
    margin-top: -50px;
  }
  .contents_box {
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .contents_box_inner {
    padding: 10px;
    width: calc(100%/4);
  }
  .contents_box_child {
    border: solid 1px #000;
    background: #f7f7f7;
    height: 100%;
  }
  .contents_box_txt {
    text-align: left;
    padding: 15px 10px;
  }
  .contents_box_txt h3 {
    font-weight: bold;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 0;
  }
  .contents_box_txt a {
    font-weight: 500;
    font-size: 14px;
  }
  .contents_box_txt span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
  }
.chanel_links {
  padding: 15px;
}
.footer_inner {
  background: #1e2451;
  color: #bbc2e5;
  font-size: 12px;
  padding: 65px 0;
  line-height: 1.5em;
}
.pagetop {
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 10;
}
.fa-youtube {
  color: #FF0A00;
}
.fa-twitter {
  color: #1D9BF0;
}

/* ==============================
タブレット
============================== */
@media screen and (max-width: 1024px) {

  .ex_meets01 {
    font-size: 20px;
  }
  .ex_meets02 {
    font-size: 16px;
  }
  .ex_meets03 {
    font-size: 20px;
  }
  .ex_meets04 {
    font-size: 20px;
  }
  .ss_detail,
  .ss_detail_2 {
    padding: 35px 10px;
  }
  .ss_artist_item img {
    max-width: 100px;
  }

  .ss_artist_item span {
    font-size: 14px;
  }
  .stage_schedule_box {
    padding: 60px 15px;
  }
}

/* ==============================
SP_yoko
============================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .sp_only {
  display: block;
}
  .aj_nav a {
    font-size: 14px;
    padding: 10px 3px;
    width: calc(100%/4);
  }
  .ex_child {
    width: 100%;
  }
  .cmg_soon {
    font-size: 48px;
    margin-top: 50px;
  }
  .contents_box_inner {
    padding: 10px;
    width: calc(100%/2);
  }
  .fsize_001 {
    font-size: 40px;
  }
  .fsize_002 {
    font-size: 27px;
  }
  .fsize_003 {
    font-size: 25px;
  }
  .fsize_004 {
    font-size: 28px;
  }
  .fsize_005 {
    font-size: 16px;
    line-height: 18px;
    display: block;
  }
  .fsize_006 {
    font-size: 24px;
  }
  .fsize_007 {
    font-size: 20px;
  }
  .left_box {
    width: 30%;
  }
  .right_box {
    width: 70%;
    padding-left: 30px;
  }
  .ei_link {
    font-size: 18px;
}
  #eventinfo h2,
  #experiences h2,
  #stage_schedule h2,
  #contents h2
   {
    max-width: 250px;
  }
  #eventinfo::after, #experiences::after, #stage_schedule::after, #contents::after {
    top: 65px;
  }
  #eventinfo,
  #experiences,
  #stage_schedule,
  #contents {
    margin-bottom: 50px;
    padding: 50px 0 50px 0;
  }
  .pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  }
  .experiences_box,
  .contents_box {
  padding: 10px;
  }
  .ss_detail,
  .ss_detail_2 {
    width: 100%;
    padding: 35px 10px 0;
  }
  .ss_artist_item img {
    max-width: 130px;
  }
  .stage_name_txt h3 {
    font-size: 28px;
  }
  .stage_name_txt h4 {
    font-size:20px;
    padding-top: 15px;
  }
  .ss_detail_2 .ss_artist {
    flex-wrap: wrap;
  }
  .ss_detail_2 .ss_artist_item{
    width: calc(100%/3);
  }



}


/* ==============================
SP_tate
============================== */
@media screen and (max-width: 414px) {
  main {
    background-size: 150%;
  }
  .animejapan_main {
    padding: 20px;
  }
  .aj_nav a {
    font-size: 11px;
  }
  .right_box {
    padding-left: 15px;
  }
  .fsize_001 {
    font-size: 30px;
  }
  .fsize_004 {
    font-size: 20px;
  }
  .left_box {
    font-size: 25px;
  }
  .stage_schedule_inner {
    padding: 15px;
  }
  .ss_detail {
    padding: 35px 0 0;
  }
  .stage_thum{
    width: 45%;
  }
  .stage_name_txt {
    width: 55%;
  }
  .stage_name_txt h3 {
    font-size: 20px;
  }
  .stage_name_txt {
    padding: 0 0 0 10px;
  }
  .stage_name_txt h4 {
    font-size:16px;
    padding-top: 15px;
  }
  .ss_artist_inner {
    padding-top: 5px;
    align-items: center;
  }
  .ss_artist {
    flex-wrap: wrap;
  }
  .ss_artist_item,
  .ss_detail_2 .ss_artist_item {
    width: calc(100%/2);
  }
}
