@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

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:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

html {
  font-size: 62.5%
}

body {
  margin: 0 auto;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%
}

@media print, screen and (max-width:767px) {
  body {
    min-width: auto;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
  }
}

@media print, screen and (min-width:768px) and (max-width:1200px) {
  body {
    overflow-x: scroll;
    width: 1200px
  }
}

@media print, screen and (max-width:767px) {
  img {
    width: 100%;
    height: auto
  }
}

* {
  box-sizing: border-box;
  zoom: 1
}

a {
  color: #000;
  text-decoration: none
}

.st-container {
  box-sizing: border-box;
  overflow: hidden
}

.pc_b {
  display: block!important
}

@media print, screen and (max-width:767px) {
  .pc_b {
    display: none!important
  }
}

.pc_i {
  display: inline!important
}

@media print, screen and (max-width:767px) {
  .pc_i {
    display: none!important
  }
}

.pc_ib {
  display: inline-block!important
}

@media print, screen and (max-width:767px) {
  .pc_ib {
    display: none!important
  }
}

.sp_b {
  display: none!important
}

@media print, screen and (max-width:767px) {
  .sp_b {
    display: block!important
  }
}

.sp_i {
  display: none!important
}

@media print, screen and (max-width:767px) {
  .sp_i {
    display: inline!important
  }
}

.sp_ib {
  display: none!important
}

@media print, screen and (max-width:767px) {
  .sp_ib {
    display: inline-block!important
  }
}

@media print, screen and (min-width:768px) {
  #siteHeader {
    display: none
  }
}

@media print, screen and (max-width:767px) {
  #siteHeader {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    position: relative;
    z-index: 44444444!important;
    position: fixed!important;
    top: 0!important
  }
  #siteHeader #siteHeaderInner {
    padding: 2.08333vw;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #siteHeader #siteHeaderInner .social-list {
    display: none!important
  }
  #siteHeader #siteHeaderInner .social-list-sp {
    font-size: 0
  }
  #siteHeader #siteHeaderInner .social-list-sp li {
    width: 6.25vw;
    display: inline-block
  }
  #siteHeader #siteHeaderInner .social-list-sp li+li {
    margin: 0 0 0 1.30208vw
  }
  #siteHeader #siteHeaderInner .btn {
    width: 20.83333vw;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 27.34375vw
  }
  #siteHeader #siteHeaderInner .btn a {
    width: 20.83333vw;
    padding: 1.5625vw 0;
    display: block;
    font-size: 3.125vw;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.21428;
    background: #bd0100;
    border-radius: 5px;
    border: 1px solid #bd0100;
    transition: .3s
  }
  #siteHeader #siteHeaderInner .global-navi-trigger {
    width: 6.77083vw;
    padding: 5.20833vw 0;
    position: absolute;
    right: 2.60417vw;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  #siteHeader #siteHeaderInner .global-navi-trigger span {
    width: 100%;
    margin: 0 auto;
    height: .65104vw;
    display: inline-block;
    transition: .4s;
    position: absolute;
    right: 0;
    border-radius: .32552vw;
    background-color: #cfb481
  }
  #siteHeader #siteHeaderInner .global-navi-trigger span:nth-of-type(1) {
    top: 25%
  }
  #siteHeader #siteHeaderInner .global-navi-trigger span:nth-of-type(2) {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  #siteHeader #siteHeaderInner .global-navi-trigger span:nth-of-type(3) {
    bottom: 25%
  }
  #siteHeader #siteHeaderInner .global-navi-trigger.active {
    z-index: 20000;
    tap-highlight-color: transparent
  }
  #siteHeader #siteHeaderInner .global-navi-trigger.active span:nth-of-type(1) {
    top: 50%;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
  }
  #siteHeader #siteHeaderInner .global-navi-trigger.active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  #siteHeader #siteHeaderInner .global-navi-trigger.active span:nth-of-type(3) {
    bottom: 50%;
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    box-shadow: none
  }
  #siteHeader #siteHeaderInner .global-navi-trigger.active:after {
    content: ''
  }
  #siteHeader #siteHeaderInner .global-navi-trigger:after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9.76562vw;
    content: 'MENU';
    color: #cfb481;
    font-size: 3.125vw;
    letter-spacing: .1em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: all .4s
  }
}

footer {
  background: #fff
}

@media print, screen and (min-width:768px) {
  footer .inner {
    margin: 0 auto;
    padding: 60px 0 70px;
    position: relative
  }
}

@media print, screen and (max-width:767px) {
  footer .inner {
    padding: 7.8125vw 0 9.63542vw
  }
}

@media print, screen and (min-width:768px) {
  footer .inner .btn {
    width: 374px;
    margin: 0 auto 20px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .btn {
    width: 71.61458vw;
    margin: 0 auto 3.90625vw;
    text-align: center
  }
}

@media print, screen and (min-width:768px) {
  footer .inner .btn+.btn {
    margin: 0 auto 60px
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .btn+.btn {
    margin: 0 auto 10.41667vw
  }
}

@media print, screen and (min-width:768px) {
  footer .inner .btn a {
    padding: 12px 20px 12px 35px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #c93;
    border: 1px solid #c93;
    background: #fff;
    border-radius: 25px;
    display: block;
    letter-spacing: .14em;
    transition: .3s
  }
  footer .inner .btn a:hover {
    color: #fff;
    background: #c93
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .btn a {
    padding: 2.60417vw 5.20833vw 2.60417vw 7.8125vw;
    font-size: 3.125vw;
    font-weight: 700;
    color: #c93;
    border: 1px solid #c93;
    background: #fff;
    border-radius: 6.51042vw;
    display: block;
    letter-spacing: .05em;
    transition: .3s
  }
}

@media print, screen and (min-width:768px) {
  footer .inner .heading {
    margin: 0 0 30px;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: Arial, Helvetica Neue, HelveticaNeue, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color: #254085;
    letter-spacing: .1em
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .heading {
    margin: 0 0 3.90625vw;
    text-align: center;
    font-size: 3.125vw;
    font-family: Arial, Helvetica Neue, HelveticaNeue, Helvetica, Verdana, sans-serif;
    font-weight: 700;
    color: #254085;
    letter-spacing: .1em
  }
}

@media print, screen and (min-width:768px) {
  footer .inner .ntt-list {
    margin: 0 0 50px;
    text-align: center;
    font-size: 0
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .ntt-list {
    margin: 0 0 7.8125vw;
    text-align: center;
    font-size: 0
  }
}

footer .inner .ntt-list li {
  display: inline-block;
  vertical-align: middle
}

@media print, screen and (min-width:768px) {
  footer .inner .ntt-list li+li {
    margin: 0 0 0 30px
  }
  footer .inner .ntt-list li a {
    transition: .3s
  }
  footer .inner .ntt-list li a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .ntt-list li:nth-child(1) {
    width: 3.125vw
  }
  footer .inner .ntt-list li:nth-child(2) {
    width: 6.64062vw
  }
  footer .inner .ntt-list li:nth-child(3) {
    width: 6.64062vw
  }
  footer .inner .ntt-list li:nth-child(4) {
    width: 7.8125vw
  }
  footer .inner .ntt-list li:nth-child(5) {
    width: 6.64062vw
  }
  footer .inner .ntt-list li+li {
    margin: 0 0 0 7.03125vw
  }
}

@media print, screen and (min-width:768px) {
  footer .inner .ntt {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .ntt {
    margin: 0 0 5.20833vw;
    font-size: 2.60417vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: .14em
  }
}

@media print, screen and (min-width:768px) {
  footer .inner .logo-list {
    margin: 0 0 30px;
    text-align: center;
    font-size: 0
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .logo-list {
    margin: 0 0 5.20833vw;
    text-align: center;
    font-size: 0
  }
}

footer .inner .logo-list li {
  display: inline-block;
  vertical-align: middle
}

@media print, screen and (min-width:768px) {
  footer .inner .logo-list li+li {
    margin: 0 0 0 15px
  }
  footer .inner .logo-list li a {
    transition: .3s
  }
  footer .inner .logo-list li a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

@media print, screen and (max-width:767px) {
  footer .inner .logo-list li:nth-child(1) {
    width: 36.58854vw
  }
  footer .inner .logo-list li:nth-child(2) {
    width: 9.89583vw
  }
  footer .inner .logo-list li:nth-child(3) {
    width: 9.89583vw
  }
  footer .inner .logo-list li:nth-child(4) {
    width: 11.06771vw
  }
  footer .inner .logo-list li+li {
    margin: 0 0 0 1.95312vw
  }
}

@media print, screen and (min-width:768px) {
  footer .copyright {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .08em
  }
  footer .copyright img {
    margin: 0 10px;
    vertical-align: middle
  }
}

@media print, screen and (max-width:767px) {
  footer .copyright {
    text-align: center;
    font-size: 1.69271vw;
    line-height: 1.8;
    letter-spacing: .08em
  }
  footer .copyright img {
    width: 9.11458vw;
    margin: 0 0 0 1.30208vw;
    vertical-align: middle
  }
}

@media print, screen and (min-width:768px) {
  footer .to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: .3s;
    z-index: 1111111
  }
  footer .to-top:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

@media print, screen and (max-width:767px) {
  footer .to-top {
    width: 10.41667%;
    position: fixed;
    right: 2%;
    bottom: 1%;
    transition: .3s;
    z-index: 1111111
  }
}

body {
  font-family: Noto Sans Japanese, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif!important
}

@media print, screen and (max-width:767px) {
  #st-container {
    width: 100%;
    overflow: hidden
  }
}

@media print, screen and (min-width:768px) {
  .global-navi {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99
  }
  .global-navi ul {
    max-width: 1250px;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0
  }
  .global-navi ul li {
    margin: 0 20px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 69px
  }
  .global-navi ul li:nth-child(1) {
    margin: 0 25px 0 0
  }
  .global-navi ul li.two-line a {
    padding: 16px 0;
    line-height: 1.3
  }
  .global-navi ul li.two-line a:after {
    content: "";
    position: absolute;
    bottom: 10px
  }
  .global-navi ul li:last-child {
    margin: 0 0 0 25px
  }
  .global-navi ul li a {
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 69px;
    font-weight: 700;
    color: #cfb481;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    transition: .3s
  }
  .global-navi ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    margin: 0 auto;
    background: #ca252b;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 18px;
    transition: .3s
  }
  .global-navi ul li a:hover {
    color: #ca252b
  }
  .global-navi ul li a:hover:after {
    width: 100%
  }
}

@media print, screen and (max-width:767px) {
  .global-navi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #000;
    z-index: 2222222;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
  }
  .global-navi::-webkit-scrollbar {
    display: none
  }
  .global-navi ul {
    width: 93.75vw;
    padding: 16.27604vw 0 0;
    margin: 0 auto
  }
  .global-navi ul li {
    text-align: center
  }
  .global-navi ul li a {
    padding: 5.85938vw 0;
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "MS P明朝", MS PMincho, serif;
    font-size: 4.42708vw;
    color: #cfb481;
    display: block;
    border-top: 1px solid #cfb481
  }
  .global-navi ul li:last-child a {
    border-bottom: 1px solid #cfb481
  }
}

#idx-main {
  background: url(../../images/pc/index/bg_mainvisual.png) no-repeat top center/cover
}

@media print, screen and (min-width:768px) {
  #idx-main {
    width: 100%;
    padding: 70px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-main {
    padding: 10.41667vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-main h1 {
    text-align: center;
    height: 1033px
  }
}

@media print, screen and (max-width:767px) {
  #idx-main h1 {
    width: 100%
  }
}

@media print, screen and (min-width:768px) {
  #idx-news {
    margin: -52px 0 0;
    padding: 16px 0;
    background: rgba(183, 153, 96, .9);
    position: relative;
    z-index: 10
  }
}

@media print, screen and (max-width:767px) {
  #idx-news {
    margin: -18.22917vw 0 0;
    padding: 2vw 0;
    background: rgba(183, 153, 96, .9);
    position: relative;
    z-index: 10
  }
}

@media print, screen and (min-width:768px) {
  #idx-news .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-news .inner {
    width: 93.75%;
    margin: 0 auto;
    font-size: 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-news .inner h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #b79960;
    display: inline-block;
    line-height: 0;
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px)
  }
  #idx-news .inner h2 span {
    padding: 3px 10px;
    background: #fff;
    border-radius: 100px
  }
}

@media print, screen and (max-width:767px) {
  #idx-news .inner h2 {
    width: 21%;
    margin: 0 4% 0 0;
    text-align: center;
    font-size: 3.125vw;
    font-weight: 700;
    color: #b79960;
    display: inline-block;
    padding: 2% 1%;
    background: #fff;
    border-radius: 20% / 50%;
    vertical-align: middle
  }
}

@media print, screen and (min-width:768px) {
  #idx-news .inner p {
    width: 1000px;
    margin: 0 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;
    display: inline-block;
    vertical-align: middle
  }
  #idx-news .inner p a {
    color: #fff;
    transition: .3s
  }
  #idx-news .inner p a:hover {
    color: #fffb18
  }
}

@media print, screen and (max-width:767px) {
  #idx-news .inner p {
    width: 75%;
    font-size: 3.125vw;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    display: inline-block;
    vertical-align: middle
  }
}

@media print, screen and (min-width:768px) {
  #idx-announce {
    padding: 40px 0;
    background: rgba(238, 238, 238, .9);
    position: relative;
    z-index: 10
  }
}

@media print, screen and (max-width:767px) {
  #idx-announce {
    padding: 5.20833vw 0;
    background: rgba(238, 238, 238, .9);
    position: relative;
    z-index: 10
  }
}

@media print, screen and (min-width:768px) {
  #idx-announce .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-announce .inner {
    width: 93.75%;
    margin: 0 auto;
    font-size: 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-announce .inner h2 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px)
  }
  #idx-announce .inner h2 span {
    padding: 3px 10px;
    background: #fff;
    border-radius: 100px
  }
}

@media print, screen and (max-width:767px) {
  #idx-announce .inner h2 {
    margin: 0 0 3.90625vw;
    text-align: center;
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 1.5;
    color: #000
  }
}

#idx-announce .inner p {
  text-align: center
}

@media print, screen and (min-width:768px) {
  #idx-announce .inner p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #000;
    font-weight: 700
  }
  #idx-announce .inner p.sentence {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000;
    font-weight: 500
  }
  #idx-announce .inner p+p {
    margin: 20px 0 0
  }
  #idx-announce .inner p+h2 {
    margin: 40px 0 30px;
  }
  #idx-announce .inner p span {
    font-weight: 700
  }
  #idx-announce .inner p a {
    padding: 0 0 1px;
    color: #00a0e9;
    border-bottom: 1px solid #00a0e9
  }
  #idx-announce .inner p a:hover {
    border-bottom: none
  }
}

@media print, screen and (max-width:767px) {
  #idx-announce .inner p {
    font-size: 3.64583vw;
    line-height: 1.5;
    color: #000;
    font-weight: 700
  }
  #idx-announce .inner p.sentence {
    text-align: left;
    font-size: 2.60417vw;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
  }
  #idx-announce .inner p+p {
    margin: 2.60417vw 0 0
  }
  #idx-announce .inner p+h2 {
    margin: 5.2083vw 0 3.90625vw;
  }
  #idx-announce .inner p span {
    font-weight: 700
  }
  #idx-announce .inner p a {
    padding: 0 0 1px;
    color: #00a0e9;
    border-bottom: 1px solid #00a0e9
  }
}

@media print, screen and (min-width:768px) {
  #idx-about {
    padding: 70px 0;
    background: url(../../images/pc/index/bg_about.png) no-repeat 50% 0;
    background-size: cover;
    background-attachment: fixed
  }
}

@media print, screen and (max-width:767px) {
  #idx-about {
    padding: 5.46875vw 0 2.60417vw;
    background: url(../../images/sp/index/bg_about.png);
    background-size: 100%
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner {
    width: 1200px;
    margin: 0 auto
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .heading {
    margin: 0 0 60px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .heading {
    margin: 0 0 10.41667vw;
    text-align: center
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .heading .title {
    margin: 0 0 60px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .heading .title {
    width: 92.1875vw;
    margin: 0 auto 3.90625vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .heading .lv {
    margin: 0 0 30px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .heading .lv {
    width: 92.1875vw;
    margin: 0 auto 5.20833vw;
    padding-top: 52.75%;
    position: relative;
    z-index: 10
  }
  #idx-about .inner .heading .lv iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
  }
}

#idx-about .inner .heading .sentence {
  text-align: center
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .heading .sentence {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    color: #fff
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .heading .sentence {
    width: 100%;
    margin: 0 auto;
    font-size: 3.38542vw;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0;
    color: #fff
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .about {
    margin: 0 0 60px
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .about {
    margin: 0 0 9.11458vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .about h3 {
    margin: 0 0 44px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .about h3 {
    width: 59.24479vw;
    margin: 0 auto 6.51042vw;
    text-align: center
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .about .slider {
    width: 1120px;
    margin: 0 auto 60px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .about .slider {
    margin: 0 0 6.51042vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .about .slider_List {
    margin: 0 0 60px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .about .slider_List li {
    width: 356px
  }
  #idx-about .inner .about .slider_List li img {
    width: 100%;
    height: auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .about .slider_List li {
    padding: 0 1.5625vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .about .sentence {
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    letter-spacing: .1em
  }
  #idx-about .inner .about .sentence+.sentence {
    margin: 30px auto 0
  }
  #idx-about .inner .about .sentence a {
    color: #74c5e8;
    transition: .3s
  }
  #idx-about .inner .about .sentence a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .about .sentence {
    width: 92.1875vw;
    margin: 0 auto;
    text-align: left;
    font-size: 3.38542vw;
    font-weight: 700;
    line-height: 1.8;
    color: #fff
  }
  #idx-about .inner .about .sentence+.sentence {
    margin: 3.90625vw auto 0
  }
  #idx-about .inner .about .sentence a {
    color: #74c5e8;
    transition: .3s
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .sale {
    margin: 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .sale h3 {
    margin: 0 0 44px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .sale h3 {
    width: 59.24479vw;
    margin: 0 auto 6.51042vw;
    text-align: center
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .sale .top-sentence {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
    color: #ffd383;
    letter-spacing: .1em
  }
  #idx-about .inner .sale .top-sentence+.sentence {
    margin: 30px auto 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .sale .top-sentence {
    width: 92.1875vw;
    margin: 0 auto 6.51042vw;
    text-align: center;
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 1.8;
    color: #ffd383
  }
  #idx-about .inner .sale .top-sentence+.sentence {
    margin: 3.90625vw auto 0
  }
  #idx-about .inner .sale .top-sentence a {
    color: #74c5e8;
    transition: .3s
  }
}

@media print, screen and (min-width:768px) {
  #idx-about .inner .sale .sentence {
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    letter-spacing: .1em
  }
  #idx-about .inner .sale .sentence+.sentence {
    margin: 30px auto 0
  }
  #idx-about .inner .sale .sentence a {
    color: #74c5e8;
    transition: .3s
  }
  #idx-about .inner .sale .sentence a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

@media print, screen and (max-width:767px) {
  #idx-about .inner .sale .sentence {
    width: 92.1875vw;
    margin: 0 auto;
    text-align: left;
    font-size: 3.38542vw;
    font-weight: 700;
    line-height: 1.5;
    color: #fff
  }
  #idx-about .inner .sale .sentence+.sentence {
    margin: 3.90625vw auto 0
  }
  #idx-about .inner .sale .sentence a {
    color: #74c5e8;
    transition: .3s
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast {
    padding: 76px 0 130px;
    background: url(../../images/pc/index/bg_enmoku.png)
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast {
    padding: 10.41667vw 0 11.71875vw;
    background: url(../../images/pc/index/bg_enmoku.png);
    background-size: 100%, 190px
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner {
    width: 1200px;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner {
    width: 88.54167vw;
    margin: 0 auto
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .program {
    margin: 0 0 56px
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .program h3 {
    margin: 0 0 36px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .program h3 {
    width: 33.85417vw;
    margin: 0 auto 6.51042vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .program .enmoku {
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .program .enmoku {
    width: 92.1875vw;
    margin: 0 auto 10.41667vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .cast h3 {
    margin: 0 0 56px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .cast h3 {
    width: 37.36979vw;
    margin: 0 auto 9.50521vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .cast h4 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 0;
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "MS P明朝", MS PMincho, serif;
    font-weight: 700
  }
  #idx-program-cast .inner .cast h4 .line01 {
    padding: 0 15px 25px;
    border-bottom: 1px solid #dca540
  }
  #idx-program-cast .inner .cast h4 .line02 {
    padding: 0 15px 20px;
    border-bottom: 1px solid #dca540
  }
  #idx-program-cast .inner .cast h4 .line03 {
    padding: 0 15px 50px;
    border-bottom: 1px solid #dca540
  }
  #idx-program-cast .inner .cast h4 .wrap {
    margin: 0 20px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: .1em
  }
  #idx-program-cast .inner .cast h4 .normal {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .1em
  }
  #idx-program-cast .inner .cast h4 .small01 {
    margin: 0 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    vertical-align: middle;
    letter-spacing: .1em
  }
  #idx-program-cast .inner .cast h4 .small02 {
    margin: 10px 0 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    vertical-align: middle;
    letter-spacing: .1em;
    display: block
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .cast h4 {
    margin: 0 0 6.51042vw;
    text-align: center;
    font-size: 0;
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "MS P明朝", MS PMincho, serif;
    font-weight: 700
  }
  #idx-program-cast .inner .cast h4 .line01 {
    padding: 0 1.95312vw 5.20833vw;
    border-bottom: 1px solid #dca540
  }
  #idx-program-cast .inner .cast h4 .line02 {
    padding: 0 1.95312vw 5.20833vw;
    border-bottom: 1px solid #dca540
  }
  #idx-program-cast .inner .cast h4 .line03 {
    padding: 0 1.95312vw 5.20833vw;
    border-bottom: 1px solid #dca540
  }
  #idx-program-cast .inner .cast h4 .wrap {
    margin: 0 3.90625vw 0 0;
    font-size: 2.08333vw;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: .1em
  }
  #idx-program-cast .inner .cast h4 .normal {
    font-size: 4.6875vw;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .1em
  }
  #idx-program-cast .inner .cast h4 .small01 {
    margin: 0 0 0 2.60417vw;
    font-size: 3.125vw;
    line-height: 1.3;
    vertical-align: middle;
    letter-spacing: .05em
  }
}

#idx-program-cast .inner .cast dl.last {
  margin: 30px 0 0
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .cast dl.last {
    margin: 3.90625vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .cast dl {
    text-align: center;
    font-size: 0
  }
  #idx-program-cast .inner .cast dl+dl {
    margin: 15px 0 0
  }
  #idx-program-cast .inner .cast dl+h4 {
    margin: 68px 0 50px
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .cast dl {
    text-align: center;
    font-size: 0
  }
  #idx-program-cast .inner .cast dl+dl {
    margin: 1.95312vw 0 0
  }
  #idx-program-cast .inner .cast dl+h4 {
    margin: 8.85417vw 0 6.51042vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .cast dl dt {
    width: 330px;
    margin: 0 25px 0 0;
    text-align: right;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    color: #b79960
  }
  #idx-program-cast .inner .cast dl dt span {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .cast dl dt {
    width: 42.96875vw;
    margin: 0 2.60417vw 0 0;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 3.77604vw;
    line-height: 1.3;
    color: #b79960
  }
  #idx-program-cast .inner .cast dl dt span {
    font-size: 3.125vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .cast dl dd {
    width: 330px;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    display: inline-block
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .cast dl dd {
    width: 42.96875vw;
    text-align: left;
    font-size: 3.77604vw;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle
  }
}

@media print, screen and (min-width:768px) {
  #idx-program-cast .inner .cast .caution {
    margin: 40px 0 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700
  }
}

@media print, screen and (max-width:767px) {
  #idx-program-cast .inner .cast .caution {
    margin: 6.51042vw 0 0;
    text-align: center;
    font-size: 3.125vw;
    font-weight: 700;
    line-height: 1.5
  }
}

@media print, screen and (min-width:768px) {
  #idx-schedule {
    padding: 76px 0 95px;
    background: url(../../images/pc/index/bg_schedule.png);
    position: relative
  }
}

@media print, screen and (max-width:767px) {
  #idx-schedule {
    padding: 10.28646vw 0 11.06771vw;
    background: url(../../images/pc/index/bg_schedule.png);
    position: relative;
    background-size: 248px
  }
}

@media print, screen and (min-width:768px) {
  #idx-schedule .inner {
    width: 1200px;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-schedule .inner {
    width: 88.54167vw;
    margin: 0 auto
  }
}

@media print, screen and (min-width:768px) {
  #idx-schedule .inner h3 {
    margin: 0 0 50px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-schedule .inner h3 {
    width: 59.24479vw;
    margin: 0 auto 6.51042vw;
    text-align: center
  }
}

@media print, screen and (min-width:768px) {
  #idx-schedule .inner .image {
    margin: 0 0 5px
  }
}

@media print, screen and (max-width:767px) {
  #idx-schedule .inner .image {
    margin: 0 0 .65104vw
  }
}

#idx-schedule .inner .image img {
  width: 100%;
  height: auto
}

@media print, screen and (min-width:768px) {
  #idx-schedule .inner .text {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .05em;
    padding-right: 76px;
    margin-top: 3px
  }
  #idx-schedule .inner .text a {
    color: #0081cc;
    text-decoration: underline
  }
  #idx-schedule .inner .text a:hover {
    text-decoration: none
  }
}

@media print, screen and (max-width:767px) {
  #idx-schedule .inner .text {
    padding: 0 0 0 5.5em;
    text-indent: -5.5em;
    font-size: 3.125vw;
    font-weight: 500;
    line-height: 1.5;
    margin: -16.27604vw 0 0
  }
  #idx-schedule .inner .text a {
    color: #0081cc;
    text-decoration: underline
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket {
    padding: 76px 0 95px;
    background: url(../../images/pc/index/bg_enmoku.png);
    position: relative
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket {
    padding: 10.41667vw 0 7.8125vw;
    background: url(../../images/pc/index/bg_enmoku.png);
    background-size: 190px
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner {
    width: 1200px;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner {
    width: 88.54167vw;
    margin: 0 auto
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner h3 {
    margin: 0 0 68px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner h3 {
    width: 72.26562vw;
    margin: 0 auto 7.8125vw
  }
}

#idx-ticket .inner .live {
  margin: 0 0 100px
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .live {
    margin: 0 0 12.5vw
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .live h3 {
    width: 33.85417vw
  }
}

#idx-ticket .inner .live .lv {
  margin: 0 0 25px;
  text-align: center
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .live .lv {
    margin: 0 0 3.90625vw
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .live .lv iframe {
    width: 100%;
    max-width: 320px;
    -ms-transform: scale(.95);
    transform: scale(.95)
  }
}

#idx-ticket .inner .live p {
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2
}

#idx-ticket .inner .live p+p {
  margin: 20px 0 0
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .live p {
    width: auto;
    margin: 0;
    font-size: 2.60417vw
  }
  #idx-ticket .inner .live p+p {
    margin: 2.60417vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail {
    width: 764px;
    margin: 0 auto;
    padding: 34px 82px;
    position: relative;
    background: #fff
  }
  #idx-ticket .inner .detail+.detail {
    margin: 88px auto 100px
  }
  #idx-ticket .inner .detail:before {
    content: "";
    width: 56px;
    height: 96px;
    position: absolute;
    top: -26px;
    left: -26px;
    background: url(../../images/pc/index/img_frame_left-top.png);
    display: block
  }
  #idx-ticket .inner .detail:after {
    content: "";
    width: 56px;
    height: 96px;
    position: absolute;
    bottom: -26px;
    right: -26px;
    background: url(../../images/pc/index/img_frame_right-bottom.png);
    display: block
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail {
    width: 100%;
    margin: 0 auto;
    padding: 5.20833vw;
    position: relative;
    background: #fff
  }
  #idx-ticket .inner .detail+.detail {
    margin: 9.11458vw auto 12.5vw
  }
  #idx-ticket .inner .detail:before {
    content: "";
    width: 7.29167vw;
    height: 12.5vw;
    position: absolute;
    top: -3.38542vw;
    left: -3.38542vw;
    background: url(../../images/pc/index/img_frame_left-top.png);
    background-size: contain;
    display: block
  }
  #idx-ticket .inner .detail:after {
    content: "";
    width: 7.29167vw;
    height: 12.5vw;
    position: absolute;
    bottom: -3.38542vw;
    right: -3.38542vw;
    background: url(../../images/pc/index/img_frame_right-bottom.png);
    background-size: contain;
    display: block
  }
}

#idx-ticket .inner .detail .heading.noborder {
  margin: 0;
  padding: 0;
  border: none
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .heading {
    margin: 0 0 26px;
    padding: 0 0 24px;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "MS P明朝", MS PMincho, serif;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: 1px solid #dca540;
    letter-spacing: .1em
  }
  #idx-ticket .inner .detail .heading span {
    font-size: 20px;
    font-size: 2rem
  }
  #idx-ticket .inner .detail .heading.brackets {
    padding: 0 0 24px 20px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .heading {
    margin: 0 0 3.38542vw;
    padding: 0 0 2.60417vw;
    text-align: center;
    font-size: 4.6875vw;
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "MS P明朝", MS PMincho, serif;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid #dca540;
    letter-spacing: .1em
  }
  #idx-ticket .inner .detail .heading span {
    font-size: 3.90625vw
  }
  #idx-ticket .inner .detail .heading.brackets {
    padding: 0 0 3.125vw 2.60417vw
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .heading.sp_small {
    font-feature-settings: 'palt'
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .price01 {
    text-align: center;
    font-size: 0
  }
  #idx-ticket .inner .detail .price01+dl {
    margin: 20px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .price01 {
    text-align: center;
    font-size: 0
  }
  #idx-ticket .inner .detail .price01+dl {
    margin: 2.60417vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .price01 dt {
    width: 80px;
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #eb3341;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .price01 dt {
    width: 13.02083vw;
    margin: 0 1.30208vw 0 0;
    display: inline-block;
    font-size: 3.125vw;
    font-weight: 700;
    color: #eb3341;
    letter-spacing: .14em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .price01 dd {
    width: 115px;
    text-align: right;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .price01 dd {
    width: 18.22917vw;
    text-align: right;
    font-size: 3.125vw;
    font-weight: 700;
    display: inline-block;
    letter-spacing: .14em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .price02 {
    text-align: center;
    font-size: 0
  }
  #idx-ticket .inner .detail .price02+dl {
    margin: 20px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .price02 {
    text-align: center;
    font-size: 0
  }
  #idx-ticket .inner .detail .price02+dl {
    margin: 2.60417vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .price02 dt {
    width: 100px;
    margin: 0 30px 0 -38px;
    text-align: right;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #eb3341;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .price02 dt {
    width: 13.02083vw;
    margin: 0 4.6875vw 0 0;
    text-align: right;
    display: inline-block;
    font-size: 3.125vw;
    font-weight: 700;
    color: #eb3341;
    letter-spacing: .14em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .price02 dd {
    width: 260px;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .price02 dd {
    width: 41.66667vw;
    text-align: left;
    font-size: 3.125vw;
    font-weight: 700;
    display: inline-block;
    letter-spacing: .14em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .ttl {
    padding: 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 700;
    color: #eb3341;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .ttl {
    margin: 0 0 .65104vw;
    padding: 0 1.95312vw;
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 1.5;
    color: #eb3341;
    letter-spacing: .14em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .ttl span {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .ttl span {
    font-size: 3.125vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .link:nth-of-type(1) {
    margin: 20px 0 0
  }
}

#idx-ticket .inner .detail .ticket {
  display: inline-block;
  text-decoration: underline
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .ticket {
    padding: 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 700;
    color: #eb3341;
    letter-spacing: .14em;
    margin: 5px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .ticket {
    padding: 0 1.95312vw;
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 1.5;
    color: #eb3341;
    letter-spacing: .14em;
    margin: 2.60417vw 0 0
  }
}

#idx-ticket .inner .detail .ticket+.link {
  margin: 0
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .ticket+.link {
    margin: .65104vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .ticket:hover {
    text-decoration: none
  }
}

#idx-ticket .inner .detail .sentence.ctr {
  text-align: center
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .sentence {
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .sentence {
    padding: 0 1.95312vw;
    font-size: 3.125vw;
    line-height: 1.5;
    letter-spacing: .14em
  }
}

#idx-ticket .inner .detail .sentence .strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .sentence .strong {
    font-size: 3.64583vw
  }
}

#idx-ticket .inner .detail .sentence a {
  text-decoration: underline
}

#idx-ticket .inner .detail .sentence a:hover {
  text-decoration: none
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .sentence+.ttl {
    margin: 20px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .sentence+.ttl {
    margin: 3.90625vw 0 .65104vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .detail .detail_caution {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    letter-spacing: .1em;
    padding: 0 15px;
    margin-top: 16px;
    text-indent: -1.5em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .detail .detail_caution {
    font-size: 3.125vw;
    line-height: 1.66667;
    letter-spacing: .1em;
    padding: 0 1.95312vw;
    margin-top: 5.46875vw;
    text-indent: -1.5em
  }
}

#idx-ticket .inner .detail .detail_caution+.detail_caution {
  margin-top: 0
}

#idx-ticket .inner .caution {
  text-align: center
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .caution .sentence {
    margin: 0 0 100px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .caution .sentence {
    margin: 0 0 9.76562vw;
    font-size: 3.125vw;
    line-height: 1.8;
    letter-spacing: .14em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .info {
    width: 900px;
    margin: 0 auto;
    font-size: 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .info .image {
    width: 300px;
    margin: 0 40px 0 0;
    display: inline-block;
    vertical-align: top
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .info .image {
    width: 68.75vw;
    margin: 0 auto 7.8125vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .info .about {
    width: 560px;
    display: inline-block;
    vertical-align: top
  }
}

#idx-ticket .inner .info .heading {
  font-feature-settings: 'palt'
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .info .heading {
    margin: -8px 0 28px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .info .heading {
    margin: 0 0 5.20833vw;
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .1em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .info .sentence {
    margin: 0 0 25px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .14em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .info .sentence {
    margin: 0 0 9.76562vw;
    font-size: 3.125vw;
    line-height: 1.8;
    letter-spacing: .14em
  }
}

#idx-ticket .inner .info .link-list {
  font-size: 0
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .info .link-list {
    text-align: center
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .info .link-list li {
    display: inline-block
  }
  #idx-ticket .inner .info .link-list li:nth-child(1) {
    margin: 0 14px 14px 0
  }
  #idx-ticket .inner .info .link-list li:nth-child(2) {
    margin: 0 0 14px
  }
  #idx-ticket .inner .info .link-list li:nth-child(4) {
    margin: 0 0 0 14px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .info .link-list li {
    display: inline-block
  }
  #idx-ticket .inner .info .link-list li:nth-child(2) {
    margin: 0 0 2.60417vw 1.95312vw
  }
  #idx-ticket .inner .info .link-list li:nth-child(4) {
    margin: 0 0 0 1.95312vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .info .link-list li a {
    padding: 12px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #c93;
    border: 1px solid #c93;
    background: #fff;
    border-radius: 25px;
    display: block;
    letter-spacing: .14em;
    transition: .3s
  }
  #idx-ticket .inner .info .link-list li a:hover {
    color: #fff;
    background: #c93
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .info .link-list li a {
    padding: 2.60417vw 4.55729vw;
    font-size: 3.38542vw;
    font-weight: 700;
    color: #c93;
    border: 1px solid #c93;
    background: #fff;
    border-radius: 6.51042vw;
    display: block;
    letter-spacing: .05em;
    transition: .3s
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online h3 {
    width: 91.53646vw
  }
}

#idx-ticket .inner .online .strong {
  text-align: center
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .14em;
    font-weight: 700
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .strong {
    font-size: 3.90625vw;
    line-height: 1;
    letter-spacing: .14;
    font-weight: 700;
    margin-top: 5.20833vw
  }
}

#idx-ticket .inner .online .strong span {
  display: block
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .strong span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .14em;
    font-weight: 400;
    margin-top: 8px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .strong span {
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: .14em;
    font-weight: 400;
    margin-top: 2.60417vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .detail_caution {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    letter-spacing: .1em;
    padding: 0 15px;
    margin-top: 16px;
    text-indent: -1.5em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .detail_caution {
    font-size: 3.125vw;
    line-height: 1.66667;
    letter-spacing: .1em;
    padding: 0 1.95312vw;
    margin: 3.90625vw 0 0 1em;
    text-indent: -1.5em
  }
}

#idx-ticket .inner .online .detail_caution+.detail_caution {
  margin-top: 0
}

#idx-ticket .inner .online .link-Wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .link-Wrapper {
    margin: 20px 0 0 -40px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper {
    margin: 4.16667vw 0 0 -5.20833vw
  }
}

#idx-ticket .inner .online .link-Wrapper a {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #000
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .link-Wrapper a {
    width: 290px;
    height: 80px;
    border-radius: 40px;
    padding-bottom: 22px;
    margin-left: 40px;
    transition: opacity .3s
  }
  #idx-ticket .inner .online .link-Wrapper a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper a {
    width: 37.76042vw;
    height: 10.41667vw;
    border-radius: 5.20833vw;
    margin-left: 5.20833vw;
    padding-bottom: 2.86458vw
  }
}

#idx-ticket .inner .online .link-Wrapper a span {
  color: #fff
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .link-Wrapper a span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .14em;
    font-weight: 700;
    padding-left: 8px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper a span {
    font-size: 2.60417vw;
    line-height: 1;
    letter-spacing: .14em;
    font-weight: 700;
    padding-left: 1.04167vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(1) {
    margin-bottom: 45px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(1) {
    margin-bottom: 6.51042vw
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(1) a:nth-of-type(1) .img-Wrapper {
    width: 11.32812vw
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(1) a:nth-of-type(2) .img-Wrapper {
    width: 20.44271vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(1) a:nth-of-type(2) span {
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(1) a:nth-of-type(2) span {
    -ms-transform: translateY(-.26042vw);
    transform: translateY(-.26042vw)
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(2) a {
    width: 330px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(2) a {
    width: 42.96875vw
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .online .link-Wrapper:nth-of-type(2) a .img-Wrapper {
    width: 22.13542vw
  }
}

#idx-ticket .inner .covid {
  background: #fff
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid {
    margin: 80px 0 0;
    padding: 40px 82px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid {
    margin: 8% 0 0;
    padding: 5.20833vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .content-inner {
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .content-inner {
    margin: 0 auto
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .heading {
    margin: 0 0 34px;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "MS P明朝", MS PMincho, serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .1em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .heading {
    margin: 0 0 4.03646vw;
    text-align: center;
    font-size: 4.6875vw;
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 Pro", Hiragino Mincho Pro, "MS P明朝", MS PMincho, serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .1em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .sentence-Wrapper {
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #dca540;
    padding: 20px 40px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .sentence-Wrapper {
    height: 52.08333vw;
    padding: 2.60417vw;
    overflow-y: scroll;
    border: 1px solid #dca540
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .sentence {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .07em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .sentence {
    font-size: 2.34375vw;
    line-height: 1.5;
    letter-spacing: .07em
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section {
    margin: 35px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section {
    margin: 4.55729vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: .07em;
    font-weight: 700;
    color: #dca540
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section .title {
    font-size: 2.60417vw;
    line-height: 1.8;
    letter-spacing: .07em;
    font-weight: 700;
    color: #dca540
  }
}

#idx-ticket .inner .covid .section ul li {
  font-feature-settings: 'palt'
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .07em;
    margin: 0 0 0 1em;
    text-indent: -1em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section ul li {
    font-size: 2.34375vw;
    line-height: 1.5;
    letter-spacing: .07em;
    text-indent: -1em;
    margin: .65104vw 0 0 1em
  }
}

#idx-ticket .inner .covid .section ul li.caution {
  text-align: left
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section ul li.caution {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 1.1em
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section ul li.caution {
    font-size: 1.82292vw;
    margin-left: 1.3em
  }
}

#idx-ticket .inner .covid .section ul li.qrcode {
  position: relative
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section ul li.qrcode {
    margin-top: 15px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section ul li.qrcode {
    margin-top: 2.60417vw
  }
}

#idx-ticket .inner .covid .section ul li.qrcode:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../images/common/img_qrcode.png) no-repeat top center/100% auto
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section ul li.qrcode:after {
    width: 74px;
    height: 80px;
    left: 270px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section ul li.qrcode:after {
    width: 7.8125vw;
    height: 7.8125vw;
    left: 35.15625vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section ul li+li {
    margin-top: 6px
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section ul li+li {
    margin-top: .78125vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .section .link a {
    color: #00a0e9;
    text-decoration: underline
  }
  #idx-ticket .inner .covid .section .link a:hover {
    text-decoration: none
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .section .link a {
    color: #00a0e9;
    text-decoration: underline
  }
}

#idx-ticket .inner .covid .border-text {
  border: 1px solid #dca540
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .covid .border-text {
    padding: 10px;
    margin: 10px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .covid .border-text {
    padding: 1.95312vw;
    margin: 1.95312vw 0 0
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .plan {
    margin: 80px 0 0
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .plan {
    margin: 10.41667vw 0 0
  }
}

#idx-ticket .inner .plan ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .plan ul {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .plan ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5.20833vw 0 0 -5.20833vw
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .plan ul li {
    margin: 5.20833vw 0 0 5.20833vw
  }
}

#idx-ticket .inner .plan ul li a {
  display: block
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .plan ul li a {
    width: 216px;
    transition: opacity .3s
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .plan ul li a {
    width: 41.66667vw
  }
}

#idx-ticket .inner .plan ul li a .img-Wrapper img {
  width: 100%;
  height: auto
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .plan ul li a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

@media print, screen and (max-width:767px) {
  #idx-ticket .inner .plan ul li:nth-of-type(n+3) {
    margin-top: 5.20833vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-ticket .inner .plan ul li+li {
    margin-left: 29px
  }
}

#idx-goods {
  padding: 83px 0 80px;
  background: #000;
  position: relative
}

@media print, screen and (max-width:767px) {
  #idx-goods {
    padding: 10.41667vw 0 7.8125vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-goods .inner {
    width: 1032px;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner {
    width: 88.54167vw;
    margin: 0 auto
  }
}

@media print, screen and (min-width:768px) {
  #idx-goods .inner h3 {
    margin: 0 0 68px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner h3 {
    width: 82.68229vw;
    margin: 0 auto 7.8125vw
  }
}

#idx-goods .inner .heading {
  margin: 0 0 60px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffd383;
  letter-spacing: .1em
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .heading {
    margin: 0 0 7.8125vw;
    font-size: 3.64583vw;
    line-height: 1.5
  }
}

#idx-goods .inner .good-list {
  margin: 0 auto 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -40px 0 0 -40px
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list {
    margin: -5.20833vw 0 5.20833vw -5.20833vw
  }
}

#idx-goods .inner .good-list li {
  width: 228px;
  background: #e5e5e5;
  margin: 40px 0 0 40px
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list li {
    width: 41.66667vw;
    margin: 5.20833vw 0 0 5.20833vw
  }
}

#idx-goods .inner .good-list li .thumb {
  width: 228px;
  position: relative;
  background: #fff
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list li .thumb {
    width: 41.66667vw
  }
}

#idx-goods .inner .good-list li .thumb .swiper {
  height: 100%;
  overflow: hidden
}

#idx-goods .inner .good-list li .thumb a {
  transition: .3s;
  display: block;
  width: 100%;
  height: 100%
}

@media print, screen and (min-width:768px) {
  #idx-goods .inner .good-list li .thumb a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

#idx-goods .inner .good-list li .thumb a img {
  width: 100%
}

#idx-goods .inner .good-list li .detail {
  padding: 20px
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list li .detail {
    padding: 2.60417vw
  }
}

#idx-goods .inner .good-list li .detail .name {
  margin: 0 0 10px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #b79960
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list li .detail .name {
    font-size: 3.38542vw
  }
}

#idx-goods .inner .good-list li .detail .price {
  margin: 0 0 10px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list li .detail .price {
    font-size: 3.38542vw
  }
}

#idx-goods .inner .good-list li .detail .specification {
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list li .detail .specification {
    font-size: 2.86458vw
  }
}

#idx-goods .inner .good-list li .detail .sentence {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list li .detail .sentence {
    font-size: 2.86458vw
  }
}

#idx-goods .inner .good-list-02 {
  margin: 0 auto 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px -40px
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 {
    margin: -5.20833vw 0 5.20833vw -5.20833vw
  }
}

#idx-goods .inner .good-list-02 li {
  width: 228px;
  background: #e5e5e5;
  margin: 40px 0 0 40px
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 li {
    width: 41.66667vw;
    margin: 5.20833vw 0 0 5.20833vw
  }
}

#idx-goods .inner .good-list-02 li .thumb {
  width: 228px;
  position: relative;
  background: #fff
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 li .thumb {
    width: 41.66667vw
  }
}

#idx-goods .inner .good-list-02 li .thumb .swiper {
  height: 100%;
  overflow: hidden
}

#idx-goods .inner .good-list-02 li .thumb a {
  transition: .3s;
  display: block;
  width: 100%;
  height: 100%
}

@media print, screen and (min-width:768px) {
  #idx-goods .inner .good-list-02 li .thumb a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
}

#idx-goods .inner .good-list-02 li .thumb a img {
  width: 100%
}

#idx-goods .inner .good-list-02 li .detail {
  padding: 20px
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 li .detail {
    padding: 2.60417vw
  }
}

#idx-goods .inner .good-list-02 li .detail .name {
  margin: 0 0 10px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #b79960
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 li .detail .name {
    font-size: 3.38542vw
  }
}

#idx-goods .inner .good-list-02 li .detail .price {
  margin: 0 0 10px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 li .detail .price {
    font-size: 3.38542vw
  }
}

#idx-goods .inner .good-list-02 li .detail .specification {
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 li .detail .specification {
    font-size: 2.86458vw
  }
}

#idx-goods .inner .good-list-02 li .detail .sentence {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .good-list-02 li .detail .sentence {
    font-size: 2.86458vw
  }
}

#idx-goods .inner .link-Wrapper {
  display: -ms-flexbox;
  display: flex
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .link-Wrapper {
    display: block
  }
}

#idx-goods .inner .link-Wrapper .link-Container {
  text-align: center
}

#idx-goods .inner .link-Wrapper .link-Container .link {
  margin: 0 auto;
  display: block;
  width: 496px;
  transition: opacity .3s
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .link-Wrapper .link-Container .link {
    width: 71.61458vw;
    margin: 0 auto
  }
}

#idx-goods .inner .link-Wrapper .link-Container .link img {
  width: 100%;
  height: auto
}

#idx-goods .inner .link-Wrapper .link-Container .link:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

#idx-goods .inner .link-Wrapper .link-Container:nth-of-type(2) {
  margin: 0 0 10px 40px
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .link-Wrapper .link-Container:nth-of-type(2) {
    margin: 5.20833vw 0 1.30208vw
  }
}

#idx-goods .inner .caution {
  width: 630px;
  margin: 0 auto;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: .1em
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .caution {
    width: 100%;
    font-size: 2.60417vw
  }
}

#idx-goods .inner .caution a {
  color: #00a0e9;
  text-decoration: underline;
  transition: opacity .3s
}

#idx-goods .inner .caution a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

#idx-goods .inner .caution.no-space {
  padding-left: 0;
  text-indent: 0;
  text-align: center;
  margin: 0 0 40px;
  width: 100%
}

@media print, screen and (max-width:767px) {
  #idx-goods .inner .caution.no-space {
    margin: 0 0 5.20833vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-earphone-guide {
    padding: 76px 0 95px;
    background: url(../../images/pc/index/bg_enmoku.png);
    position: relative
  }
}

@media print, screen and (max-width:767px) {
  #idx-earphone-guide {
    padding: 10.41667vw 0 7.8125vw;
    background: url(../../images/pc/index/bg_enmoku.png);
    background-size: 190px
  }
}

@media print, screen and (min-width:768px) {
  #idx-earphone-guide .inner {
    width: 900px;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-earphone-guide .inner {
    width: 88.54167vw;
    margin: 0 auto
  }
}

@media print, screen and (min-width:768px) {
  #idx-earphone-guide .inner h3 {
    margin: 0 0 68px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-earphone-guide .inner h3 {
    width: 59.24479vw;
    margin: 0 auto 7.8125vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-earphone-guide .inner .image {
    margin: 0 0 55px;
    text-align: center
  }
}

@media print, screen and (max-width:767px) {
  #idx-earphone-guide .inner .image {
    width: 69.53125vw;
    margin: 0 auto 7.16146vw
  }
}

#idx-earphone-guide .inner p .large {
  font-weight: 700
}

@media print, screen and (min-width:768px) {
  #idx-earphone-guide .inner p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .1em
  }
  #idx-earphone-guide .inner p+p {
    margin: 30px 0 0
  }
  #idx-earphone-guide .inner p a {
    color: #00a0e9;
    text-decoration: underline;
    transition: .3s
  }
  #idx-earphone-guide .inner p a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
  #idx-earphone-guide .inner p .small {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media print, screen and (max-width:767px) {
  #idx-earphone-guide .inner p {
    font-size: 3.125vw;
    line-height: 2;
    letter-spacing: .1em
  }
  #idx-earphone-guide .inner p+p {
    margin: 5.20833vw 0 0
  }
  #idx-earphone-guide .inner p a {
    color: #00a0e9;
    text-decoration: underline
  }
  #idx-earphone-guide .inner p .small {
    font-size: 2.60417vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-earphone-guide .inner .image-list {
    margin: 65px 0 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media print, screen and (max-width:767px) {
  #idx-earphone-guide .inner .image-list {
    margin: 8.46354vw 0 7.16146vw
  }
}

@media print, screen and (min-width:768px) {
  #idx-earphone-guide .inner .image-list li {
    width: 438px
  }
}

@media print, screen and (max-width:767px) {
  #idx-earphone-guide .inner .image-list li {
    width: 70.05208vw;
    margin: 0 auto
  }
  #idx-earphone-guide .inner .image-list li+li {
    margin: 5.20833vw auto 0
  }
}

#info {
  width: 100%;
  background: url(../../images/pc/index/bg_enmoku.png);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

@media print, screen and (min-width:768px) {
  #info {
    height: 280px
  }
}

@media print, screen and (max-width:767px) {
  #info {
    height: 36.45833vw
  }
}

@media print, screen and (min-width:768px) {
  #info p {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700
  }
}

@media print, screen and (max-width:767px) {
  #info p {
    font-size: 3.125vw;
    font-weight: 700
  }
}

@media print, screen and (min-width:768px) {
  #idx-link {
    padding: 48px 0;
    background: url(../../images/pc/index/bg_about.png) no-repeat 50% 0;
    background-size: cover;
    background-attachment: fixed
  }
}

@media print, screen and (max-width:767px) {
  #idx-link {
    padding: 6.51042vw 0;
    background: url(../../images/sp/index/bg_about.png);
    background-size: 100%
  }
}

@media print, screen and (min-width:768px) {
  #idx-link .inner {
    width: 1200px;
    margin: 0 auto
  }
}

@media print, screen and (max-width:767px) {
  #idx-link .inner {
    width: 88.54167%;
    margin: 0 auto
  }
}

#idx-link ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print, screen and (min-width:768px) {
  #idx-link ul li {
    margin: 0 0 0 20px
  }
  #idx-link ul li:nth-child(1) {
    margin: 0
  }
  #idx-link ul li a {
    display: block;
    transition: .3s
  }
  #idx-link ul li a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
  }
  #idx-link ul li img {
    width: 100%
  }
}

@media print, screen and (max-width:767px) {
  #idx-link ul li {
    width: 71.61458vw;
    margin: 4.55729vw 0 0
  }
  #idx-link ul li:nth-child(1), #idx-link ul li:nth-child(2) {
    margin: 0
  }
}
