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

html {
  scroll-behavior: smooth;
}

body {
  background-color: linear-gradient(to bottom, #FFDFD9 0%, #FFEED2 100%);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", Helvetica, sans-serif;
}

h1 {
  font-size: clamp(32px, 5vw, 75px);
  transition: font-size 0.2s ease;
  font-weight: 900;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  h1 {
    font-size: clamp(44px, 5vw, 44px);
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 80px;
  line-height: 40px;
  color: #EA5531;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
h2 .jp-title {
  font-size: 14px;
}

.ticket{
h3 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  line-height: 24px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h3 .jp-title {
  font-size: 12px;
}
}


.btn-wrap {
  padding: 0 20px;
}

a.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 300px;
  height: 50px;
  margin: 60px auto 0;
  background-color: #EA5531;
  border-radius: 50px;
  border: 1px solid #EA5531;
  color: #fff!important;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  a.more-btn {
    max-width: 300px;
    margin-top: 40px;
    width: 100%;
  }
}
a.more-btn p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  a.more-btn p {
    font-size: 20px;
  }
}
a.more-btn:hover {
  color: #EA5531;
  background-color: #fff;
  border: 1px solid #EA5531;
}

.pageTop a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #222;
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #222;
  border: 1px solid #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 8;
}
@media (max-width: 767px) {
  .pageTop a {
    right: 10px;
    bottom: 20px;
  }
}
.pageTop a img {
  width: 40px;
  height: 40px;
}
.pageTop a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}

header {
  background-color: #fff;
  color: #EA5531;
  width: 100%;
  padding-bottom: 0;
  position: fixed;
  padding: 15px 0;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    z-index: 9;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
  }
}
header .inner {
  max-width: 1240px !important;
  margin: auto !important;
  display: flex;
  max-width: none;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .inner {
    padding: 0;
    width: 100%;
    margin: 0 10px;
  }
}
header .inner .header_main {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  header .inner .header_main {
    margin-right: auto;
    padding-left: 10px;
  }
}
header .inner .header_main .siteHeading {
  padding-right: 0;
}
@media (max-width: 767px) {
  header .inner .header_main .siteHeading {
    max-width: 200px;
  }
}
header .inner .header_main .siteHeading a {
  transition: 0.3s ease-in-out;
}
header .inner .header_main .siteHeading a:visited {
  color: #fff;
}
header .inner .header_main .siteHeading a:hover {
  opacity: 0.5;
}
header .inner .header_main .forSp {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 390px) {
  header .inner .header_main .forSp {
    width: 200px;
  }
}
@media (max-width: 320px) {
  header .inner .header_main .forSp {
    width: 150px;
    display: flex;
    align-items: center;
  }
}
header .inner .header_main .forSp a {
  letter-spacing: 1px;
  display: flex;
}
header .inner #header_user {
  display: flex;
  gap: 10px;
  width: 250px;
  background-color: transparent;
  margin-left: 10px;
  height: 40px;
  padding: 0;
}
@media (max-width: 767px) {
  header .inner #header_user {
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    gap: 5px;
    margin-right: 45px;
  }
}
header .inner #header_user p {
  margin-right: 0;
  width: 120px;
  transition: 0.3s ease-in-out;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50px;
}
@media (max-width: 767px) {
  header .inner #header_user p {
    width: 60px;
    height: 30px;
  }
}
@media (max-width: 390px) {
  header .inner #header_user p {
    width: 50px;
  }
}
header .inner #header_user p .login-btn {
  background-color: #EA5531;
  transition: 0.3s;
  border: 1px solid #EA5531;
  font-weight: 700;
  color: #fff;
}
header .inner #header_user p .login-btn:hover {
  background-color: #fff;
  color: #EA5531 !important;
}
header .inner #header_user p .login-btn:visited {
  color: #fff;
}


header .inner #header_user .loglogin a{
  background-color: #EA5531;
  transition: 0.3s;
  border: 1px solid #EA5531;
  font-weight: 700;
  color: #fff;
}
header .inner #header_user .loglogin a:hover {
  background-color: #fff;
  color: #EA5531 !important;
}
header .inner #header_user .loglogin a:visited {
  color: #fff;
}


header .inner #header_user p .join-btn {
  border: #222 1px solid;
  color: #222;
  transition: 0.3s;
  font-weight: 700;
}
header .inner #header_user p .join-btn:hover {
  background-color: #EA5531;
  color: #fff;
}

header .inner #header_user .joinjoin a {
  border: #222 1px solid;
  color: #222;
  transition: 0.3s;
  font-weight: 700;
}
header .inner #header_user .joinjoin a:hover {
  background-color: #EA5531;
  color: #fff;
}


header .inner #header_user p a {
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
@media (max-width: 767px) {
  header .inner #header_user p a {
    font-weight: 400;
    font-size: 10px;
  }
}

#mainNav {
  background-color: #fff;
  margin: auto;
  padding: 0;
  top: 60px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  width: -webkit-fill-available; /* Safari / Chrome */
  width: -moz-available; /* Firefox */
  width: stretch;
  margin-right: 0;
}
@media (max-width: 1023px) {
  #mainNav {
    top: 60px !important;
  }
}
@media (max-width: 767px) {
  #mainNav {
    padding: 0;
    flex-direction: column;
    height: 100%;
    padding: 20px 0;
  }
}
#mainNav .inner {
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: auto;
  gap: 15px;
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  #mainNav .inner {
    flex-direction: column;
  }
}
#mainNav .inner li {
  margin-right: 0;
}
@media (max-width: 767px) {
  #mainNav .inner li {
    height: auto;
    overflow: visible;
    margin-left: 0;
  }
}
#mainNav .inner li a {
  color: #222;
  font-size: 20px;
  font-weight: 800;
  transition: 0.3s ease-in-out;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  #mainNav .inner li a {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  #mainNav .inner li a {
    border-top: unset;
    padding: 0;
  }
}
#mainNav .inner li a:hover {
  opacity: 0.5;
}
#mainNav .inner span {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #222;
}

@media (max-width: 767px) {
  /* ハンバーガーの初期状態 */
  #navSwitcher {
    position: fixed;
    top: 18px;
    right: 10px;
    background-color: transparent;
    border-color: #222;
    padding: 0;
  }
  #navSwitcher span {
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #222;
    height: 3px;
  }
  #navSwitcher a {
    border-color: #222;
    border-width: 3px;
  }
  /* メニュー非表示時 */
  #mainNav {
    position: fixed;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9;
    pointer-events: none;
    transform: translateY(10px);
    z-index: 11;
  }
  #mainNav ul {
    width: 100vw !important;
    background-color: #222;
    padding-top: 50px;
  }
  #mainNav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  #mainNav ul li a {
    width: -moz-fit-content;
    width: fit-content;
  }
  /* メニュー表示時 */
  .menuOpen #mainNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100vh;
    transform: translateY(0px);
  }
  .menuOpen #mainNav ul {
    background-color: #fff;
  }
  .menuOpen #mainNav .inner span {
    display: none;
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
}
#wrapper .fv {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
#wrapper .fv .slider {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
}
#wrapper .fv .slider .slider-img {
  width: 100%;
  height: 100vh;
}
#wrapper .fv .slider .slider-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
#wrapper .fv .slider .slider-img01::after {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  background-color: #222;
  opacity: 0.5;
  z-index: 0;
}
@media (max-width: 767px) {
  #wrapper .fv .slider .slider-img02 img {
    -o-object-position: 55% center;
       object-position: 55% center;
  }
}
@media (max-width: 767px) {
  #wrapper .fv .slider .slider-img03 img {
    -o-object-position: 80% center;
       object-position: 80% center;
  }
}
#wrapper .fv .slider .slider-img04::after {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  background-color: #222;
  opacity: 0.3;
  z-index: 0;
}
@media (max-width: 767px) {
  #wrapper .fv {
    height: 100vh;
  }
}
#wrapper .fv .fv-wrap {
  margin: auto;
  z-index: 1;
  position: relative;
  text-align: center;
  inset: 0;
}
#wrapper .fv .fv-wrap .fv-logo {
  margin: auto;
  max-width: 700px;
  margin-bottom: 40px;
}
#wrapper .fv .fv-wrap .fv-logo img {
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-logo img {
    max-width: 365px;
  }
}
#wrapper .fv .fv-wrap .fv-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-btn {
    flex-direction: column;
  }
}
#wrapper .fv .fv-wrap .fv-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 60px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-btn a {
    margin: auto;
    width: 250px;
    font-size: 18px;
  }
}
#wrapper .fv .fv-wrap .fv-btn .fv-login-btn {
  background-color: #EA5531;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
}
#wrapper .fv .fv-wrap .fv-btn .fv-login-btn:hover {
  background-color: #fff;
  color: #EA5531;
}
#wrapper .fv .fv-wrap .fv-btn .fv-join-btn {
  background-color: #fff;
  color: #222;
  border: #222 1px solid;
  font-weight: 700;
  transition: 0.3s;
}
#wrapper .fv .fv-wrap .fv-btn .fv-join-btn:hover {
  background-color: #EA5531;
  color: #fff;
  border: #222 1px solid;
}
#wrapper .shape {
  position: absolute;
  width: 180px;
}
@media (max-width: 767px) {
  #wrapper .shape {
    width: 60px;
  }
}
#wrapper .top_news {
  padding: 120px 10px;
  margin: auto;
  background: linear-gradient(to bottom, #FFDFD9 0%, #FFEED2 100%);
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .top_news {
    padding: 80px 10px;
  }
}
#wrapper .top_news .bg01 {
  left: 10px;
  top: 50px;
}
#wrapper .top_news .bg02 {
  transform: rotate(230deg);
  bottom: 50px;
  right: 10px;
}
#wrapper .top_news .news-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 1000px;
  margin: auto;
  padding: 100px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #wrapper .top_news .news-wrap {
    padding: 50px 20px;
  }
}
#wrapper .top_news .news-wrap .container {
  display: flex;
  flex-direction: column;
}
#wrapper .top_news .news-wrap .container hr {
  border-top: 0.3px solid #EBEBEB;
  margin: 0;
}
#wrapper .top_news .news-wrap .container .news-item {
  display: flex;
  padding: 20px 0 20px 10px;
  flex-direction: row;
  gap: 30px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #222;
  cursor: pointer;
}
@media (max-width: 767px) {
  #wrapper .top_news .news-wrap .container .news-item {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
}
#wrapper .top_news .news-wrap .container .news-item:active {
  color: unset;
}
#wrapper .top_news .news-wrap .container .news-item:hover {
  background-color: #fff;
}
#wrapper .top_news .news-wrap .container .news-item:hover .date, #wrapper .top_news .news-wrap .container .news-item:hover .article, #wrapper .top_news .news-wrap .container .news-item:hover .cat-wrap .cat-item {
  color: #222;
  opacity: 0.7;
}
#wrapper .top_news .news-wrap .container .news-item:hover .cat-wrap .cat-item {
  border-color: #fff;
}
#wrapper .top_news .news-wrap .container .news-item .date {
  font-size: 14px;
  font-weight: 300;
}
#wrapper .top_news .news-wrap .container .news-item .article {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #wrapper .top_news .news-wrap .container .news-item .article {
    font-size: 14px;
  }
}
#wrapper .ticket {
  padding: 120px;
}
@media (max-width: 1023px) {
  #wrapper .ticket {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  #wrapper .ticket {
    padding: 80px 10px;
  }
}
#wrapper .ticket .container .ticket-wrap {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
#wrapper .ticket .container .ticket-wrap .ticket-top {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #wrapper .ticket .container .ticket-wrap .ticket-top {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}
#wrapper .ticket .container .ticket-wrap .ticket-top, #wrapper .ticket .container .ticket-wrap .ticket-bottom {
  width: 100%;
  display: grid;
  max-width: 970px;	grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(310px, 310px));
  gap: 32px 20px;
  justify-content: center;
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item {
  display: flex;
  padding: 10px;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #222;
  text-decoration: none;
  transition: 0.4s ease-in-out;
  min-width: 100px;
  max-width: 310px;
  text-align: left;
  box-shadow: 0px 3px 10px rgba(234, 85, 49, 0.3);
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item:hover, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item:hover {
  box-shadow: 0px 0px 0px rgba(234, 85, 49, 0.3);
  transform: translateY(-5px);
  border: 1px solid #EA5531;
  background-color: #EA5531;
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item:hover h3, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item:hover h3 {
  color: #fff;
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item:hover p, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item:hover p {
  color: #fff;
}
@media (max-width: 767px) {
  #wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item {
    width: 100%;
    max-width: 310px;
    padding: 20px 10px;
    margin: auto;
  }
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item .sp-only, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item .sp-only {
  display: none;
}
@media (max-width: 450px) {
  #wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item .sp-only, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item .sp-only {
    display: block;
  }
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item .ticket-img, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item .ticket-img {
  height: 170px;
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item .ticket-img img, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item .ticket-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item h3, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item h3 {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 767px) {
  #wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item h3, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item h3 {
    font-size: 16px;
  }
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item p, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item p {
  text-align: left;
  font-size: 13px;
}
#wrapper .ticket .container .ticket-wrap .ticket-top .ticket-item .pre-order, #wrapper .ticket .container .ticket-wrap .ticket-bottom .ticket-item .pre-order {
  margin-top: 10px;
  color: #EA5531;
}
@media (max-width: 767px) {
  #wrapper .ticket .container .ticket-wrap .ticket-bottom {
    display: none;
  }
}
#wrapper .goods {
  position: relative;
  padding: 120px 10px;
  background: linear-gradient(to bottom, #FFEED2 0%, #FFDFD9 100%);
  text-align: center;
}
@media (max-width: 767px) {
  #wrapper .goods {
    padding: 80px 10px;
  }
}
#wrapper .goods .bg03 {
  transform: rotate(290deg);
  left: 10px;
  top: 50px;
}
#wrapper .goods .bg04 {
  transform: rotate(180deg);
  bottom: 50px;
  right: 10px;
}
#wrapper .goods .goods-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 1000px;
  margin: auto;
  padding: 100px;
  border-radius: 50px;
}
#wrapper .goods .goods-wrap p {
  font-size: 16px;
}
@media (max-width: 767px) {
  #wrapper .goods .goods-wrap {
    padding: 50px 20px;
  }
}
#wrapper .sns-sec {
  width: 100vw;
  background-color: #fff;
  margin: auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  #wrapper .sns-sec {
    flex-direction: column;
  }
}
#wrapper .sns-sec .wrapper {
  display: flex;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper .sns-sec .wrapper a {
  padding: 1px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}
#wrapper .sns-sec .wrapper a img {
  max-height: 28px;
  max-width: 28px;
}
@media (max-width: 1023px) {
  #wrapper .sns-sec .wrapper a {
    width: 40px;
    height: 40px;
  }
}
#wrapper .sns-sec .wrapper a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */

/*---------------------------------
更新履歴メニュー名非表示
---------------------------------*/
#mainNav li:nth-child(6){
display:none;
}

/*---------------------------------
高さ調整
---------------------------------*/

@media (min-width: 768px) {
#wrapper .mainSection {
  padding: 110px 100px;
}

#wrapper .ticket_detail .mainSection {
  padding: 110px 100px;
}

#wrapper .photopage .mainSection {
  padding: 110px 100px;
}

#wrapper .faqpage .mainSection {
  padding: 0px 100px;
}


}
@media (max-width: 767px) {
.mainSection{
  padding: 80px 10px;
    }

 .faqpage .mainSection{
  padding: 0px 10px;
    }
}

.topicPath{
  display: none;
    }


@media (min-width: 768px) {
  .news {
    margin: 100px 0 80px;
  }
}

@media (max-width: 767px) {
  .news {
    margin: 50px 0 64px;
  }
}

/*FAQ
*************************/
summary {
  display: block;
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  cursor: pointer;
}
.faq_wrapper summary {
  margin-bottom: 0.3em;
  padding: .4em 16px .4em 0;
  font-size: 100%;
  border-bottom: solid 1.5px gray;
}
.faq_wrapper {
    word-break: break-all;
}
.faq_wrapper a {
  line-height: 1.4;
  font-weight: 500;
  color: var(--gray4)!important;
  transition: 0.3s;
  text-decoration: none;
  text-decoration: underline;
}
.faq_wrapper a:hover {
  opacity: 0.7;
  text-decoration: none!important;
}
.faq_answer {
  background-color: #FFEED2;
  padding: 0.5em 1em;
  margin-bottom: .5em;
}
.faq_wrapper h3 {
  margin-top: .5em;
  margin-bottom: 0;
}
.faq_menu li {
  display: inline-block;
}
p.faqf {
    margin-bottom: 0px;
    font-weight: 700;
}
/*FAQ
*************************/

.newsList {
  margin-bottom: 48px;
  border-top: none;
}

.newsItem {
  border: 1px solid gray;
  margin-bottom: 32px;
}

  .orderHistory th, .orderHistory td {
    border-bottom: 1px solid #cccccc;
  }

.newsItem h3 span {
  font-size: 146.2%;
}

.newsItem .personTag .menu_a {
  background-color: #FFDFD9;
}

.newsItem .personTag .menu_c {
  background-color: #FFEED2;
}

/*リンク
*************************/
a:link, a:visited {
    color: #000000;
text-decoration: none;
}
a:hover {
  opacity: 0.5; 
}
.btnEntryGroup a {
    color: #fff!important;
}
.newsItem a h3 {
    text-decoration: none;
}