@charset "utf-8";
/************************************************

@5thAnniversary.css

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* 0.html5doctor.com Reset Stylesheet v1.6.1 + box-sizing:border-box */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,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,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}*,*::before,*::after{box-sizing:border-box}

svg {
  overflow: visible;
}

/*-------------------------------

1.html,body

-------------------------------*/
html {}

body {
  width: 100%;
  /* min-width: 1280px; */
  color: #584112;
  font: 16px/1em YakuHanMP,"Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: 2px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;

  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
    position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.w100 {
  width: 100%;
}

img {
  vertical-align: bottom;
}

a {
  cursor: pointer;
  transition: all ease .4s;
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  position: relative;
  z-index: 1;
}

/*-------------------------------

#bg

-------------------------------*/
#bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fff url("../img/5thAnniversary/bg_pt.webp") center top repeat;
  background-size: 512px 512px;
}

.frame {
  position: absolute;
  z-index: 0;
  width: 240px;
  height: 240px;
}

.frame-tl {
  top: 0;
  left: 0;
}

.frame-tr {
  top: 0;
  right: 0;
  transform: rotate( 90deg );
}

.frame-bl {
  bottom: 0;
  left: 0;
  transform: rotate( -90deg );
}

.frame-br {
  bottom: 0;
  right: 0;
  transform: rotate( 180deg );
}

.frame-center-left {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 10px;
  transform: translateY( -50% );
  width: 40px;
  height: 360px;
}

.frame-center-left .w100,
.frame-center-right .w100 {
  width: 100%;
  height: 100%;
}

.frame-center-right {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 10px;
  transform: translateY( -50% );
  width: 40px;
  height: 360px;
}

/*-------------------------------

#main

-------------------------------*/
#main {
}

/*-------------------------------

#top

-------------------------------*/
#top {
  height: calc((100vw / 1280px) * 800px);
  min-height: 100vh;
  position: relative;
}

.top-inner {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc((100vw / 1280px) * 800px);
}

.logo-5th {
  width: 58.90625%;
  margin: 0 auto;
  padding: .5% 0 0;
}

.logo {
  width: 46.875%;
  margin: 0 auto 0.205078125%;
}

.main-ornament {
  width: 5.46875%;
  margin: 2% auto;
}

.event-txt {
  width: 44%;
  margin: 0 auto;
}

.moriarty {
  width: 14.0625%;
  position: absolute;
  top: 1%;
  left: 7.8125%;
  z-index: 1;
}

.holmes {
  width: 24.21875%;
  position: absolute;
  top: 1%;
  right: 4.53125%;
  z-index: 1;
}
/*
#top {
  min-height: 800px;
  height: 100vh;
}

.top-inner {
  position: absolute;
  width: 1280px;
  height: 800px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.logo-5th {
  width: 754px;
  margin: 0 auto;
  padding: 16px 0 4px;
}

.logo {
  width: 600px;
  margin: 0 auto 22px;
}

.main-ornament {
  width: 70px;
  margin: 0 auto 33px;
}

.event-txt {
  width: 630px;
  margin: 0 auto;
}

.moriarty {
  width: 180px;
  position: absolute;
  top: 34px;
  left: 100px;
  z-index: 1;
}

.holmes {
  width: 310px;
  position: absolute;
  top: 32px;
  right: 60px;
  z-index: 1;
}
*/

/*-------------------------------

#about

-------------------------------*/
#about {
  font-size: 16px;
}

.about-inner {
  width: 900px;
  margin: 0 auto 100px;
  padding: 50px 0;
  background-image: url("../img/5thAnniversary/about/frame_top_pc.png"), url("../img/5thAnniversary/about/frame_bottom_pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
}

.about-txt {
  text-align: center;
}

.about-txt span {
  font-size: 80%;
}

/*-------------------------------

.contents

-------------------------------*/
.contents {
  width: 900px;
  margin: 0 auto 80px;
  padding: 10px;
  background: #c99f47 url("../img/5thAnniversary/common/bg_pt1.webp") repeat;
  background-size: 256px 256px;
}

.contents-inner {
  background-image: url("../img/5thAnniversary/common/frame_top.png"), url("../img/5thAnniversary/common/frame_bottom.png"), url("../img/5thAnniversary/common/bg_pt0.webp");
  background-size: calc(100% - 10px) auto, calc(100% - 10px) auto, 256px 256px;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center 5px, center calc(100% - 5px), center center;
  padding: 50px;
}

/*-------------------------------

#overview

-------------------------------*/
#overview {
  text-align: center;
}

.overview-inner {

}

.overviw-block {
}

.overview-ornament {
  margin: 30px auto;
  width: 40px;
}

.contents-ttl {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
  padding: 0 2em;
  color: #c99f47;
  position: relative;
  display: table;
}

.contents-ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c99f47;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contents-ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c99f47;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.overviw-txt {
  font-size: 24px;
  font-weight: 400;
}

.overviw-txt span {
  font-size: 14px;
}

.overviw-block .notes {
  margin: 40px auto;
}

.notes {
  font-size: 12px;
}

/*-------------------------------

#ticket

-------------------------------*/
#ticket {

}

.ticket-block {
  margin: 40px auto 0;
}

.ticket-ttl {
  border-left: 4px solid;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  font-size: 110%;
}

.ticket-ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #584112;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.ticket-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 50px;
  margin: 0 0 10px;
  color: #fff;
  background: #C99F47;
  background: linear-gradient(340deg, rgba(201, 159, 71, 1) 0%, rgba(201, 159, 71, 1) 50%, rgba(204, 164, 80, 1) 50%, rgba(204, 164, 80, 1) 100%);
}

.ticket-notes {
  font-size: 13px;
  background: rgba(201, 159, 71, 0.1);
  padding: 20px;
  margin: 20px 0 0;
}

.notes-list {
  margin: 0 0 2em;
}

.bold {
  font-weight: bold;
}

li.notes-item {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

li.notes-item::first-letter {
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.link {
  color: #C99F47;
  text-decoration: underline;
}

#footer {
  text-align: center;
  padding: 100px 0 0;
}

.bnr {
  width: 300px;
  margin: 0 auto 80px;
}

.footer-logo {
  width: 720px;
  margin: 0 auto 20px;
}

#cc {
  font-size: 12px;
  color: #C99F47;
  padding: 0 0 10px;
}

.sahre-container {
  text-align: center;
  margin: 0 auto 100px;
}

.share-txt {
  color: #C99F47;
  font-size: 12px;
}

.share-container-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.share-box {
}

.share-btn {
  font-size: 40px;
  color: #C99F47;
}

/************************************************

SP

************************************************/
@media all and (max-width:768px) {

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }

  /*-------------------------------

  #wrapper

  -------------------------------*/
  #wrapper {
    /*overflow-x: hidden;*/
  }

  /*-------------------------------

  #bg

  -------------------------------*/
  #bg {
  }

  .frame {
    width: 34vw;
    height: 34vw;
  }


  .frame-center-left {
    left: .6vw;
    width: 12.8vw;
    height: 64vw;
  }


  .frame-center-right {
    right: .6vw;
    width: 12.8vw;
    height: 64vw;
  }

  /*-------------------------------

  #main

  -------------------------------*/
  #main {
  }

  /*-------------------------------

  #top

  -------------------------------*/
  #top {
    height: 100vh;
    min-height: auto;
    position: relative;
  }

  .top-inner {
    position: absolute;
    /* margin: 0; */
    top: 0;
    left: 0;
    right: 0;
    /* bottom: auto; */
    height: 148vw;
  }

  .top-contents {
    position: relative;
    z-index: 2;
  }

  .logo-5th {
    width: 98vw;
    margin: 0 auto 3.6vw;
    padding: .5vw 0 0;
  }

  .logo {
    width: 90vw;
    margin: 4.8vw auto;
  }

  .main-ornament {
    width: 16.4vw;
    margin: 0 auto;
  }

  .event-txt {
    width: 80vw;
    margin: 5vw auto 15vw;
  }

  .moriarty {
    width: 26.8vw;
    top: 3vw;
    left: 11.4vw;
  }

  .holmes {
    width: 46.3vw;
    top: 3vw;
    right: .6vw;
  }


  /*-------------------------------

  #about

  -------------------------------*/
  #about {
    font-size: 3.5vw;
    letter-spacing: 0;
  }

  .about-inner {
    width: 90vw;
    margin: 0 auto 15vw;
    padding: 5%;
    background-color: #fff;
    border: 1px solid #584112;
    background-image: url("../img/5thAnniversary/about/frame_top_sp.png"), url("../img/5thAnniversary/about/frame_bottom_sp.png");
    background-size: 98% auto;
    background-repeat: no-repeat;
    background-position: center 1vw, center calc(100% - 1vw);
  }

  .about-txt {
    text-align: center;
  }

  .about-txt span {
    font-size: 80%;
  }

  /*-------------------------------

  .contents

  -------------------------------*/
  .contents {
    width: 90vw;
    margin: 0 auto 10vw;
    padding: 2vw;
  }

  .contents-inner {
    background-image: url("../img/5thAnniversary/common/frame_top.png"), url("../img/5thAnniversary/common/frame_bottom.png"), url("../img/5thAnniversary/common/bg_pt0.webp");
    background-size: calc(100% - 10px) auto, calc(100% - 10px) auto, 256px 256px;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center 5px, center calc(100% - 5px), center center;
    padding: 5%;
  }

  /*-------------------------------

  #overview

  -------------------------------*/
  #overview {
    text-align: center;
    letter-spacing: 1px;
  }

  .overview-inner {

  }

  .overviw-block {
  }

  .overview-ornament {
    margin: 4vw auto;
    width: 8vw;
  }

  .contents-ttl {
    font-size: 4.8vw;
    margin: 0 auto 3vw;
  }

  .contents-ttl::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c99f47;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contents-ttl::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c99f47;
    position: absolute;
    left: 0;
    bottom: -3px;
  }

  .overviw-txt {
    font-size: 4.8vw;
    font-weight: 400;
  }

  .overviw-txt span {
    font-size: 50%;
  }

  .overviw-block .notes {
    margin: 8vw auto 4vw;
  }

  .notes {
    font-size: 2.8vw;
  }

  /*-------------------------------

  #ticket

  -------------------------------*/
  #ticket {
    font-size: 3.2vw;
  }

  .ticket-block {
    margin: 8vw auto 0;
  }

  .ticket-ttl {
    border-left: 4px solid;
    margin: 0 0 3vw;
    padding: 0 0 0 2vw;
    font-size: 110%;
  }

  .ticket-ttl::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #584112;
    position: absolute;
    left: 0;
    bottom: -8px;
  }

  .ticket-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    margin: 0 0 10px;
    color: #fff;
    background: #C99F47;
    background: linear-gradient(340deg, rgba(201, 159, 71, 1) 0%, rgba(201, 159, 71, 1) 50%, rgba(204, 164, 80, 1) 50%, rgba(204, 164, 80, 1) 100%);
  }

  .ticket-notes {
    font-size: 2.8vw;
    background: rgba(201, 159, 71, 0.1);
    padding: 5%;
    margin: 4vw 0 0;
  }

  .notes-list {
    margin: 0 0 2em;
  }

  .bold {
    font-weight: bold;
  }

  li.notes-item {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }

  li.notes-item::first-letter {
    font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }

  .link {
    color: #C99F47;
    text-decoration: underline;
  }

  #footer {
    text-align: center;
    padding: 15vw 0 0;
  }

  .bnr {
    width: 70vw;
    margin: 0 auto 10vw;
  }

  .footer-logo {
    width: 90vw;
    margin: 0 auto 4vw;
  }

  #cc {
    font-size: 2.4vw;
    color: #C99F47;
    padding: 0 0 10vw;
  }

  .sahre-container {
    text-align: center;
    margin: 0 auto 10vw;
  }

  .share-txt {
    font-size: 2vw;
  }

  .share-container-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .share-box {
  }

  .share-btn {
    font-size: 40px;
    color: #C99F47;
  }


}