/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/* 62.5%に設定して1remを10pxにする */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 1.5;
}

#xcover {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  /* background-color: #ffffff;
    z-index: -19; */
}


.event {
  /* position: relative;
    padding: 0px 0 40px 0;
    background-size: 10%;
    margin: 0 auto;
    text-align: center;
    width: 90%; */
  z-index: 2;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-wrappar {
  position: revert;
}

.pc-wrappar::before,
.pc-wrappar::after {
  content: "";
  position: fixed;
  display: block;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: calc((100% - 320px) / 2);
  height: 20vh;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  z-index: 30;
}

footer {
  padding: 0px 0 20px 0;
}

/* .pc-contents */
.pc-contents {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    background-image:url("../images/choco_back_pc.png");
}

.pc-contents::after {
  content: "";
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  background-color: #FFDBF0;

  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}


.ScrollDisplay {
  display: none !important;
  /* SPの時スクロールしたら出てくる要素を消す */
}

.pc-contents-inner {
  width: min(80%, 420px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.pc-contents .right,
.pc-contents .left {
  width: calc((100% - 360px) / 2);

}

.pc-contents .logo {
  margin-top: 40px;
  position: relative;
  width: 60%;
  left: 0;
  top: 0;
}

.pc-contents .menu-area {
  position: relative;
  margin-top: 10px;
}

.pc-contents .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: none;
}

.pc-contents .menu-box {
  width: calc(50% - 10px);
}

.map {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.pc-contents .top-btn {
  display: inline-block;
  width: auto;
  position: relative;
  bottom: 0;
  z-index: 3000;
  right: 0;
  background-color: #183EAA;
  border-radius: 50px;
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.pc-contents .top-btn a {
  padding: 14px 40px 14px 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
}

.pc-contents .top-btn a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pc-contents .sns {
  padding: 20px 0 14px 0;
  margin: 40px auto 0 auto;
  width: 80%;
}

.pc-contents .sns::before {
  content: "";
  display: block;
  width: 80px;
  height: 30px;
  background-image: url(../images/point-C.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.pc-contents .sns p {
  background-color: #A9EBFF;
  font-size: 16px;
  color: #183EAA;
  display: inline-block;
}

.pc-contents .sns ul {
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pc-contents .sns li {
  width: 52px;
  height: 52px;
  border-radius: 50px;
}

.pc-contents .sns li a::before {
  content: "";
  width: 52px;
  height: 52px;
  background-size: 28px;
}

.pc-contents .scroll {
  position: fixed;
  width: 16px;
  bottom: 8vw;
  left: calc((100% - 380px) / 2);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.pc-contents .sns.border-frame {
  border-radius: 0;
  border-top: 2px solid #183EAA;
  border-bottom: 2px solid #183EAA;
  border-right: none;
  border-left: none;
  position: relative;
}

.event-A {
  margin-top: -40px;
}

.top-img {
  /* position: relative; */
  z-index: 0;
  position: relative;
  top: 0;
}

.nami {
  width: 120%;
}



/* 左　メニュー */
.menu-box a {
  padding: 0;
  width: 100%;
}

.menu-box {
  border: 2px solid #183EAA;
}

.pc-contents .menu {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
}

/* .menu-box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
} */

.story{
    margin-top: 30px;
    font-size: 2.0em;
    line_height:1.0;
}


ul.tabekaien {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    display: table;
    background-color: #FFF;
    color: #682513;
}


li.tabetbl5 {
    list-style: none;
    width: 10%;
    height: 80px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #682513;
    border-right-color: #682513;
    border-left-color: #682513;
    position: relative;
    display: table-cell;
}

li.tabetbl6 {
    list-style: none;
    width: 45%;
    height: 80px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #682513;
    border-right-color: #682513;
    position: relative;
    display: table-cell;
}

li.tabetbl7 {
    list-style: none;
    width: 10%;
    height: 80px;
    float: left;
    border:2px solid #682513;
    position: relative;
    display: table-cell;}

li.tabetbl8 {
    list-style: none;
    width: 45%;
    height: 80px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #682513;
    border-bottom-color: #682513;
    border-right-color: #682513;
    position: relative;
    display: table-cell;
}

.white_back{
	width: 80%;
	padding: 1em 2em;
	background-color: #FFF;
	margin: 1em auto;
	border-radius: 25px;
          font-family: 'seurat';

}

.white_back h2{
	width: 60%;
	margin: -4em auto 0;
	
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
}

.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title {
    padding:  15px;
    display: block;
    color: #FFF;
    background: #682513;
    border-radius: 35px;
    text-align: center;
    font-size: 1.4em;
    width: 95%;
    margin: 0 auto;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 2px;
    height: 0.75em;
    background-color: #FFF;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.btn {
    background: #682513;
    padding: 15px;
    border-radius: 35px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}