.release,
.contentsTitle {
}

.parallax-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.header-logo img {
    width: 100px;
}

@media screen and (max-width: 600px) {

.header-logo img {
    width: 80px;
}

}

.parallax-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: inherit;
  filter: blur(8px);
  opacity: 0.2;
  z-index: -1;
}

.notice-list {
  list-style: none; /* デフォルトのリストマーカーを削除 */
  padding-left: 0;
}

.notice-list li {
  position: relative;
  padding-left: 1.2em; /* 「※」の分だけ左に余白を確保 */

}

.notice-list li::before {
  content: "※";
  font-weight: bold;
  position: absolute;
  left: 0;
}



#bg-front-movie {
    width: 100%;
    height: 100vh;
    position: fixed; /* absolute → fixed に変更 */
    top: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: lighten;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 20; /* 他のコンテンツの下に配置 */
}



.introduction {
    position: relative;
}

.introduction .gallica {
    position: absolute;
    width: 350px;
    top: 220px;
    left: calc((100% - -600px) / 2);
    z-index:15;
}



.intro .wrap,
.outline .wrap,
.highlight .wrap,
.highlight .imgWrap,
.highlight .column,
.tickets .wrap,
.notice .wrap,
.cafe .wrap,
.cafe .menuArea,
.goods .wrap,
.contact .wrap {
  max-width: 1200px;

  margin: 0 auto
}


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;
  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 {
  content: "";
  content: none
}

q:before,
q:after {
  content: "";
  content: none
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none rgba(0, 0, 0, 0);
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box
}

select::-ms-expand {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none
}

em {
  font-style: normal
}

main {
  display: block
}

html,
body {
  width: 100%
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 40px
}

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  color: #000;
  line-height: 1.75;
  font-feature-settings: "palt"1;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none
  }
}

@media only screen and (max-width: 840px) {
  .pc-tablet {
    display: none
  }
}

.tablet {
  display: none
}

@media only screen and (max-width: 840px) {
  .tablet {
    display: block
  }
}

.sp {
  display: none
}



@media only screen and (max-width: 767px) {
  .sp {
    display: block
  }
}

.hidden {
  display: none !important
}

* {
  box-sizing: border-box
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto
}

@media only screen and (min-width: 768px) {


    .backg::before {
        background-color:white;
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }
    
    .backg2::before {
        background-image: url(../images/bg5.jpg);
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }    

  a[href^="tel:"] {
    pointer-events: none !important;
    text-decoration: none !important
  }
  
img.responsive-image {
  display: none;
}

  img.responsive-image2 {
    display: block;
  }
  
}

.pc_title{
width:25%;
top: 100px;
max-width:900px;
}

@media only screen and (max-width: 600px) {

.pc_title {
    width: 25%;
    top: 20px;
    max-width: 900px;
}

}

.section1 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg.png');
                    
  margin-top: -170px; /* MVの背景と重ねる */   
   z-index: 3;                 
                    
}

.section2 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg5.jpg');
                    padding-top: 30px;
}

.section3 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg.png');
                    padding-top: 30px;
}

.section4 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg5.jpg');
                    padding-top: 30px;
}

.section5 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg4.jpg');
                    padding-top: 30px;
}

.section6 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg5.jpg');
                    padding-top: 30px;
}

    
}

.move-top {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1s ease, opacity 1s ease
}

.move-top.mv {
  opacity: 1;
  transform: translateY(0px)
}

.show-left {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1s ease-in .5s;
  transition: clip-path 1s ease-in .5s;
  transition: clip-path 1s ease-in .5s, -webkit-clip-path 1s ease-in .5s
}

.show-left.mv {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0)
}

.l-footer {
  margin-top: -40px;
  background-color: #121212;
  color: #fff;
  padding: 31px 50px;
  position: relative
}

@media only screen and (max-width: 840px) {
  .l-footer {
    padding-bottom: 80px !important
  }
}

@media only screen and (max-width: 640px) {
  .l-footer {
    padding-bottom: 60px !important
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 27px 7% 48px;
    margin-top: -200px;
  }
}

.l-footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 99px;
    display: block
  }
}

.l-footer__share {
  margin-bottom: 15px;
  padding-right: 4px
}

@media screen and (max-width: 767px) {
  .l-footer__share {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.l-footer__share-ttl {
  flex-shrink: 0;
  font-size: 12px
}

.l-footer__share-list {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media screen and (max-width: 767px) {
  .l-footer__share-list {
    justify-content: center
  }
}

.l-footer__share-list-item {
  width: 18px;
  margin-left: 17px
}

@media screen and (max-width: 767px) {
  .l-footer__share-list-item {
    width: 27px;
    margin-left: 30px
  }
}

.l-footer__share-list-item svg {
  width: 100%;
  fill: #fff;
  transition: fill .4s cubic-bezier(0.33, 1, 0.68, 1)
}

@media(hover: hover) {
  .l-footer__share-list-item:hover svg {
    fill: #9b7f4e
  }
}

@media screen and (max-width: 767px) {
  .l-footer__serieslink {
    margin-bottom: 38px
  }
}

.l-footer__serieslink-list-item {
  line-height: 1.3
}

@media screen and (max-width: 767px) {
  .l-footer__serieslink-list-item {
    line-height: 1.25
  }
}

.l-footer__serieslink-list-item a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 19px;
  letter-spacing: 1px;
  transition: all .4s cubic-bezier(0.33, 1, 0.68, 1)
}

@media(hover: hover) {
  .l-footer__serieslink-list-item a:hover {
    color: #9b7f4e
  }
}

@media screen and (max-width: 767px) {
  .l-footer__serieslink-list-item a {
    letter-spacing: .3px;
    font-size: 10px;
    padding-left: 17px
  }
}

.l-footer__serieslink-list-item a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(../images/bullet.png) no-repeat center center;
  background-size: contain
}

@media screen and (max-width: 767px) {
  .l-footer__serieslink-list-item a::after {
    top: 2px;
    width: 9px;
    height: 9px
  }
}

.l-footer__pagetop {
  position: absolute;
  top: 28px;
  right: -8px
}

@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%)
  }
}

.l-footer__pagetop a {
  display: block;
  width: 69px;
  padding-top: 69px;
  overflow: hidden;
  background: url(../images/btn_page_top_pc.png) no-repeat center 0;
  background-size: 76px
}

@media screen and (min-width: 768px) {



  .l-footer__pagetop a {
    width: 54px;
    padding-top: 54px;
    background: url(../images/btn_page_top_pc.png) no-repeat center 0;
    background-size: 54px
  }
  

.ticket-btn {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 130px;
    margin: 40px auto 0;
    border-radius: 7px;
    background: linear-gradient(90deg,#e08a99 0%, #e08a99 10%, #eb3455 30%, #eb3455 80%, #95c4c3 97%, #95C4C4 100%);
}

    .ticket-btn::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        transition: 0.4s;
        transform: scale(0, 1);
        transform-origin: left top;
        background: #fff;
    }
    
.ticket-btn a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 46px;
    transition: color 0.3s;
}

.ticket-btn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    content: "";
    transition: background 0.4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icn_btn_w.svg) no-repeat;
    background-size: contain;
}    

    .ticket-btn::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        transition: 0.4s;
        transform: scale(0, 1);
        transform-origin: left top;
        background: #fff;
    }  
  
}

@media(hover: hover) {
  .l-footer__pagetop a:hover {
    background-position: center -54px
  }
}

.l-footer__contents {
  text-align: right;
  padding-right: 81px;
  padding-top: 15px;
  padding-left: 3%;
  position: relative
}

@media screen and (max-width: 767px) {
  .l-footer__contents {
    padding-top: 0;
    text-align: center;
    padding-right: 0
  }
}

.l-footer__anilink {
  margin-bottom: 7px
}

@media screen and (max-width: 767px) {
  .l-footer__anilink {
    margin-bottom: 14px
  }
}

.l-footer__anilink-list {
  display: flex;
  justify-content: flex-end
}

@media screen and (max-width: 767px) {
  .l-footer__anilink-list {
    justify-content: center
  }
}

.l-footer__anilink-list-item {
  font-size: 11px;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  letter-spacing: .8px
}

@media screen and (max-width: 768px) {
  .l-footer__anilink-list-item {
    font-size: 10px;
    padding-left: 10px;
    margin-left: 10px
  }
}

.l-footer__anilink-list-item:first-child {
  padding-left: 0;
  margin-left: 0
}

.l-footer__anilink-list-item:first-child::before {
  content: none
}

.l-footer__anilink-list-item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff
}

.l-footer__anilink-list-item a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: all .4s cubic-bezier(0.33, 1, 0.68, 1)
}

@media(hover: hover) {
  .l-footer__anilink-list-item a:hover {
    color: #9b7f4e
  }
}

.l-footer__copy {
  font-size: 10px;
  opacity: .5;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  .l-footer__copy {
    line-height: 1.7
  }
}

.l-section__ttl h2 {
  transform: translateY(-25px);
  opacity: 0
}

@media screen and (max-width: 767px) {
  .l-section__ttl h2 {
    transform: translateY(-15px)
  }
}

.l-section.is-active .l-section__ttl h2 {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1)
}

.l-section__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1150px
}

@media screen and (max-width: 767px) {
  .l-section__inner {
    width: 86%
  }
}

.l-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none
}

.is-load .l-loader {
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.33, 1, 0.68, 1)
}

.l-loader .loader {
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  --_c: no-repeat radial-gradient(farthest-side, #9a2f17 92%, rgba(0, 0, 0, 0));
  background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
  background-size: 10px 10px;
  -webkit-animation: l7 1.2s infinite;
  animation: l7 1.2s infinite
}

@-webkit-keyframes l7 {
  to {
    transform: rotate(0.5turn)
  }
}

@keyframes l7 {
  to {
    transform: rotate(0.5turn)
  }
}

@-webkit-keyframes maskMovie {
  0% {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0
  }

  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes maskMovie {
  0% {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0
  }

  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@-webkit-keyframes maskBG {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  100% {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%
  }
}

@keyframes maskBG {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  100% {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%
  }
}

.c-more {
  display: inline-block;
  position: relative
}

.c-more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform-origin: right;
  transform: scaleX(0);
  pointer-events: none;
  transition: transform .6s cubic-bezier(0.76, 0, 0.24, 1);
  display: block
}

@media(hover: hover) {
  .c-more:hover::before {
    transform: scaleX(1);
    transform-origin: left
  }

  .c-more:hover .c-more__text {
    color: #000
  }
}

.c-more__inner {
  position: relative;
  display: block;
  text-decoration: none;
  position: relative
}

.c-more__text {
  color: #fff;
  letter-spacing: 4.8px;
  font-size: 14px;
  transition: all .6s cubic-bezier(0.76, 0, 0.24, 1)
}

@media screen and (max-width: 767px) {
  .c-more__text {
    letter-spacing: 6px;
    font-size: 13px
  }
}



.c-back {
  display: inline-block;
  vertical-align: baseline;
  position: relative
}

.c-back::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(0);
  pointer-events: none;
  transition: transform .6s cubic-bezier(0.76, 0, 0.24, 1);
  display: block
}

@media(hover: hover) {
  .c-back:hover::before {
    transform: scaleX(1);
    transform-origin: right
  }

  .c-back:hover .c-back__text {
    color: #000
  }
}

.c-back__inner {
  position: relative;
  display: block;
  text-decoration: none
}

.c-back__text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 13px;
  transition: all .6s cubic-bezier(0.76, 0, 0.24, 1)
}

@media screen and (max-width: 767px) {
  .c-back__text {
    letter-spacing: 6px;
    font-size: 13px
  }
}

.m-modal__close-btn {
  top: 10px !important;
  right: 25px !important
}

@media screen and (max-width: 767px) {
  .m-modal__close-btn {
    top: auto !important;
    bottom: 23%;
    right: 50% !important;
    transform: translateX(50%) !important;
    width: 50px !important;
    height: 50px !important
  }
}

.m-modal__close-btn::before,
.m-modal__close-btn::after {
  transition: transform .8s cubic-bezier(0.65, 0, 0.35, 1)
}

@media screen and (max-width: 767px) {

  .m-modal__close-btn::before,
  .m-modal__close-btn::after {
    height: 50px !important
  }
}

.m-modal__close-btn::before {
  transform: rotate(-59deg) !important
}

.m-modal__close-btn::after {
  transform: rotate(59deg) !important
}

@media(hover: hover) {
  .m-modal__close-btn {
    transition: all .8s cubic-bezier(0.65, 0, 0.35, 1)
  }

  .m-modal__close-btn:hover {
    opacity: .7;
    transform: rotate(180deg) scale(0.9)
  }

  .m-modal__close-btn:hover::before,
  .m-modal__close-btn:hover::after {
    transform: rotate(90deg) !important
  }
}

.m-modal .m-modal__content {
  max-width: 1100px !important
}

@media screen and (max-width: 767px) {
  .m-modal .m-modal__content {
    width: 87% !important
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {

.tickets .wrap {
  max-width: 900px;
  padding: 50px;
  width: 100%;
  padding:50px;
    background-image: url('../images/background.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px; /* 内側に10pxの余白 */
  
}


  .is-pc {
    display: block
  }

  .is-sp {
    display: none
  }

  .is-pc-inline {
    display: inline-block
  }

  .is-sp-inline {
    display: none
  }
}

@media screen and (max-width: 767px) {

.tickets .wrap {
  max-width: 900px;
  padding: 50px;
  width: 100%;
  padding:50px;
    background-image: url('../images/background_sp.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px; /* 内側に10pxの余白 */
  
}


  .is-pc {
    display: none
  }

  .is-sp {
    display: block
  }

  .is-pc-inline {
    display: none
  }

  .is-sp-inline {
    display: inline-block
  }
}

.hamburger {
  display: none
}

@media only screen and (max-width: 840px) {
  .hamburger {
    display: block;
    z-index: 11;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #000;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    padding: .55em;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    top: 0
  }
}

.hamburger .inner1 {
  position: relative;
  display: inline-block;
  padding-left: 28px
}

.hamburger .line {
  display: block;
  width: 16px;
  height: 1px;
  border-bottom: #fff 2px solid;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  left: 0
}

.hamburger .line::before,
.hamburger .line::after {
  display: block;
  content: "";
  width: 16px;
  height: 1px;
  border-bottom: #fff 2px solid;
  position: absolute;
  bottom: 3px;
  transition: all .5s
}

.hamburger .line::before {
  top: 4px
}

.hamburger.is-active {
  border-bottom: #444 1px solid
}

.hamburger.is-active .line {
  border: none
}

.hamburger.is-active .line::before,
.hamburger.is-active .line::after {
  top: 50%
}

.hamburger.is-active .line::before {
  transform: rotate(-45deg)
}

.hamburger.is-active .line::after {
  transform: rotate(45deg)
}

.nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    width: 100%;
    z-index: 15;
    background: #000;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

@media only screen and (max-width: 840px) {
  .nav {
    position: fixed;
    height: 100vh;
    height: 100dvh;
    padding-top: 25vw;
    top: auto;
    bottom: 100%;
    transition: bottom .2s ease
  }
}

.hamburger.is-active+.nav {
  bottom: 0
}

.nav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width: 1000px) {
  .nav__list {
    justify-content: flex-start;
    margin-left: 15px
  }
}

@media only screen and (max-width: 840px) {
  .nav__list {
    flex-direction: column;
    margin-left: 0
  }
}

.nav__list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 0 .75em;
  line-height: 40px
}

@media only screen and (max-width: 1200px) {
  .nav__list a {
    font-size: 1.6rem;
    padding: 0 .4em
  }
}

@media only screen and (max-width: 1000px) {
  .nav__list a {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 840px) {
  .nav__list a {
    line-height: 50px
  }
}

@media only screen and (max-width: 766px) {
.pc_title{
width:70%;
}
}

@media only screen and (max-width: 767px) {
  .nav__list a {
    font-size: 1.6rem
  }
}

@media only screen and (min-width: 769px) {
  .nav__list a:hover {
    text-shadow: 0 0 10px #fff;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8))
  }
}



.english {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 15
}

@media only screen and (max-width: 767px) {
  .english {
    right: 5px;
    top: 3px
  }
}

.english a {
  display: inline-block;
  border: #fff 1px solid;
  font-size: 1.4rem;
  line-height: 1;
  padding: .35em 1em;
  text-decoration: none;
  transition: background .3s ease;
  background: linear-gradient(to left, #fff 50%, #000 50%);
  background-size: calc(200% + 4px) auto;
  background-position: right -1px top
}

@media only screen and (max-width: 1000px) {
  .english a {
    padding: .35em .5em
  }
}

@media only screen and (max-width: 767px) {
  .english a {
    font-size: 1.2rem;
    padding: .35em .5em
  }
}

@media only screen and (min-width: 769px) {
  .english a:hover {
    background-position: left top;
    color: #fff
  }
}

.header {
  position: relative;
  z-index:12;
}

.header::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.header h1 {
  display: none
}

.header .kv {
  width: 100%;
  -webkit-animation-name: kvAnime;
  animation-name: kvAnime;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  opacity: 0;
  position: relative;
  z-index:1;
}

@-webkit-keyframes kvAnime {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes kvAnime {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.header .kv img {
  width: 100%
}

.release {
  color:white;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  padding-top: 50px;
  padding-bottom: 50px;

}

@media only screen and (max-width: 1000px) {
  .release {
    font-size: 1.6rem
  }
}




@media only screen and (max-width: 840px) {
  .release {
    margin-top: 0
  }
}

@media only screen and (max-width: 767px) {
  .release {
    font-size: 1.1rem;
    padding: 5vw
  }
}

.release .date em {
  font-size: 3rem;
  font-weight: 700
}

@media only screen and (max-width: 1000px) {
  .release .date em {
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 840px) {
  .release .date em {
    font-size: 2rem
  }
}

@media only screen and (max-width: 767px) {
  .release .date em {
    font-size: 1.8rem
  }
}

.release .date strong {
  font-size: 5.4rem;
  font-weight: 700
}

@media only screen and (max-width: 1000px) {
  .release .date strong {
    font-size: 4.8rem
  }
}

@media only screen and (max-width: 840px) {
  .release .date strong {
    font-size: 4rem
  }
}

@media only screen and (max-width: 767px) {
  .release .date strong {
    font-size: 3.8rem
  }
}

@media only screen and (max-width: 340px) {
  .release .date strong {
    font-size: 3.4rem
  }
}

@media only screen and (max-width: 767px) {
  .release .date strong.finDate {
    font-size: 2.4rem
  }
}

.release .place {
  font-size: 3rem
}

@media only screen and (max-width: 1000px) {
  .release .place {
    font-size: 2.4rem
  }
}

@media only screen and (max-width: 767px) {
  .release .place {
    font-size: 1.4rem;
    margin-top: 1em
  }
}

.release .place span {
  font-size: 5.4rem
}

@media only screen and (max-width: 1000px) {
  .release .place span {
    font-size: 4.8rem
  }
}

@media only screen and (max-width: 840px) {
  .release .place span {
    font-size: 4rem
  }
}

@media only screen and (max-width: 767px) {
  .release .place span {
    font-size: 2.2rem;
    margin-bottom: .25em;
    display: inline-block
  }
}

@media only screen and (max-width: 340px) {
  .release .place span {
    font-size: 1.8rem
  }
}

.release .link {
  margin-top: 1em;
  font-size: 2rem
}

@media only screen and (max-width: 767px) {
  .release .link {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 340px) {
  .release .link {
    font-size: 1.3rem
  }
}

.release .link::before {
  content: "[";
  padding-right: .5em
}

.release .link::after {
  content: "]";
  padding-left: .5em
}

.goshuin {
  display: grid;
  grid-template-columns: 198fr 198fr 76fr;
  gap: 30px;
  margin: 30px 0;
  padding: 0 100px
}

@media only screen and (max-width: 1000px) {
  .goshuin {
    padding: 0 50px
  }
}

@media only screen and (max-width: 840px) {
  .goshuin {
    padding: 0
  }
}

@media only screen and (max-width: 767px) {
  .goshuin {
    padding: 0 7.5vw;
    grid-template-columns: 1fr;
    gap: 2.5vw
  }
}

.goshuin img {
  width: 100%
}

@media only screen and (max-width: 767px) {
  .goshuin .tate {
    width: 25vw;
    margin: 0 auto
  }
}

.intro .wrap {
  max-width: 1400px;
  padding: 250px 0px 80px ;
}

@media only screen and (max-width: 767px) {
  .intro .wrap {
    padding: 15vw 0 0vm;
  }
  
.intro .wrap {
    max-width: 1400px;
    padding: 220px 0 80px;
}  
  
}

.intro .wrap .title {
  text-align: center
}

.intro .wrap h3 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: .4em;
  font-weight: 600;
  margin-bottom: .5em
}

@media only screen and (max-width: 1000px) {
  .intro .wrap h3 {
    font-size: 3.6rem
  }
}

@media only screen and (max-width: 840px) {
  .intro .wrap h3 {
    font-size: 3rem;
    margin-bottom: 1em
  }
}

@media only screen and (max-width: 767px) {
  .intro .wrap h3 {
    font-size: 2.4rem;
    letter-spacing: .1em;
    margin-bottom: 0
  }
}

@media only screen and (max-width: 767px) {

  .intro .wrap h3 .first,
  .intro .wrap h3 .second {
    text-align: left;
    display: block
  }
}

.intro .wrap p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-ideograph
}

@media only screen and (max-width: 840px) {
  .intro .wrap p {
    font-size: 1.7rem;
    padding: 0 5vw
  }
}

@media only screen and (max-width: 767px) {
  .intro .wrap p {
    font-size: 1.5rem;
    line-height: 1.75;
    padding: 0
  }
}

.intro .wrap p:not(:first-child) {
  padding-top: 1.5em
}

@media only screen and (max-width: 840px) {
  .intro .wrap p:not(:first-child) {
    padding-top: 1.5em
  }
}

@media only screen and (max-width: 767px) {
  .intro .wrap p:not(:first-child) {
    padding-top: 1.5em
  }
}

.intro .yearphone {
  margin-top: 50px;
  border: #ccc 1px solid;
  padding: 25px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5
}

@media only screen and (max-width: 1000px) {
  .intro .yearphone {
    text-align: left
  }
}

@media only screen and (max-width: 767px) {
  .intro .yearphone {
    margin-top: 10vw;
    font-size: 1.4rem;
    padding: 1em
  }
}

.intro .yearphone span {
  display: inline-block;
  padding-left: 50px;
  background: url("../images/icon_headphone.svg") left center no-repeat;
  background-size: 30px auto
}

.contentsTitle {
  color:white;
  text-align: center;

  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .25em
  max-width: 700px;
}

@media only screen and (max-width: 1000px) {
  .contentsTitle {
    font-size: 3rem
    position: relative;
  }
  

  
}

@media only screen and (max-width: 767px) {
  .contentsTitle {
    font-size: 2rem;
    padding: 0vw;
  }
}

a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: .25em;
  text-decoration-thickness: 1px
}

a:hover {
  text-decoration-thickness: 2px
}

.outline .wrap {
  max-width: 900px;
  background-image: url('../images/background.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding:10px;
}
  
}

@media only screen and (max-width: 767px) {
  .outline .wrap {
    padding: 10vw 0
  }
}

.outline-table {
  width: 100%;
  padding:50px;


}



.outline-table th,
.outline-table td {
  text-align: left;
  vertical-align: top;
  padding: 30px;
  font-size: 2rem;
  font-weight: 500
}

@media only screen and (max-width: 840px) {

  .outline-table th,
  .outline-table td {
    font-size: 1.4rem
  }
}

.outline-table th .note,
.outline-table td .note {
  font-size: 1.6rem
}

@media only screen and (max-width: 840px) {

  .outline-table th .note,
  .outline-table td .note {
    font-size: 1.2rem;
    display: inline-block
  }
}

.outline-table th {
  border-right: #000 1px solid;
  padding-right: 2em;
  white-space: nowrap
}

@media only screen and (max-width: 767px) {
  .outline-table th {
    display: block;
    border-right: none;
    border-top: #000 1px solid;
    background: #f4f4f4;
    padding: .25em .75em;
    font-size: 1.3rem;
    font-weight: 700
  }
}

.outline-table td {
  padding-left: 2em
}

@media only screen and (max-width: 767px) {
  .outline-table td {
    font-size: 1.2rem;
    display: block;
    padding: .75em .25em 1em;
    line-height: 1.5
  }
}

.outline-table td.access .note {
  display: inline-block
}

@media only screen and (max-width: 767px) {
  .outline-table td.access .note {
    font-size: 1.1rem
  }
}

.press {
  text-align: center;
  margin: 100px 5vw;
  font-size: 1.6rem
}

@media only screen and (max-width: 767px) {
  .press {
    margin: 10vw 5vw;
    font-size: 1.4rem;
    text-align: left;
    background: #f4f4f4;
    padding: 1.5em
  }
}

.highlight {
  padding-bottom: 50px
}

@media only screen and (max-width: 767px) {
  .highlight {
    padding-bottom: 5vw
  }
}

.highlight .notice__item {
  max-width: 900px;
  margin: 0 auto 50px
}

@media only screen and (max-width: 767px) {
  .highlight .notice__item {
    margin-bottom: 5vw
  }
}

.highlight .notice__title h2 {
  text-align: left
}

.highlight .wrap {
  max-width: 1400px;
  padding: 75px 0 0
}

@media only screen and (max-width: 767px) {
  .highlight .wrap {
    padding-top: 10vw
  }
}

.highlight .wrap:first-of-type {
  padding-top: 100px
}

@media only screen and (max-width: 767px) {
  .highlight .wrap:first-of-type {
    padding-top: 0vw
  }
}

.highlight h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 600
}

@media only screen and (max-width: 1000px) {
  .highlight h2 {
    font-size: 3.6rem
  }
}

@media only screen and (max-width: 840px) {
  .highlight h2 {
    font-size: 3rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight h2 {
    font-size: 2rem
  }
}

@media only screen and (max-width: 340px) {
  .highlight h2 {
    font-size: 1.8rem
  }
}

.highlight p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.25em;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: .05em
}

@media only screen and (max-width: 840px) {
  .highlight p {
    font-size: 1.7rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight p {
    font-size: 1.4rem;
    line-height: 1.75
  }
}

.highlight p.note {
  font-size: 1.6rem;
  border: #ccc 1px solid;
  padding: 1.5em
}

@media only screen and (max-width: 840px) {
  .highlight p.note {
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight p.note {
    font-size: 1.3rem;
    padding: 1em
  }
}

.highlight .imgWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 1px;
  max-width: 1600px
}

@media only screen and (max-width: 840px) {
  .highlight .imgWrap {
    display: block
  }
}

@media only screen and (max-width: 767px) {
  .highlight .imgWrap {
    margin-top: 5vw
  }
}

.highlight .imgWrap .img {
  position: relative
}

.highlight .imgWrap .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.highlight .imgWrap .img img {
  width: 100%
}

.highlight .card {
  max-width: 500px;
  width: 85%;
  margin: 40px auto 0;
  display: block;
  position: relative
}

@media only screen and (max-width: 767px) {
  .highlight .card {
    margin-top: 5vw;
    margin-bottom: 10vw
  }
}

.highlight .card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.highlight .card img {
  width: 100%
}

.highlight .caption {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1em
}

@media only screen and (max-width: 840px) {
  .highlight .caption {
    font-size: 1.4rem;
    margin-top: .5em
  }
}

@media only screen and (max-width: 767px) {
  .highlight .caption {
    font-size: 1.2rem
  }
}

.highlight .column {
  max-width: 1100px;
  margin-top: 150px;
  background: #f9f9f9;
  position: relative;
  padding: 2em 2.75em;
  box-shadow: 0 0 2px #999;
  border: #fff 2px solid
}

@media only screen and (max-width: 840px) {
  .highlight .column {
    padding: 2em 1.5em
  }
}

@media only screen and (max-width: 767px) {
  .highlight .column {
    margin-top: 15vw;
    padding: 1.5em 1em 1em
  }
}

.highlight .column h4 {
  display: inline-block;
  background: #000;
  border-radius: 100px;
  color: #fff;
  line-height: 1;
  padding: .5em 2em;
  padding-left: 75px;
  position: absolute;
  top: -1em;
  left: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media only screen and (max-width: 767px) {
  .highlight .column h4 {
    font-size: 1.5rem;
    padding-left: 3em;
    padding-right: 1em;
    left: .5em
  }
}

.highlight .column h4::before {
  content: "";
  width: 32px;
  height: 30px;
  background: url("../images/icon_coffee.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  margin-left: -40px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
  .highlight .column h4::before {
    width: 1.5em;
    height: 1.5em;
    margin-left: -2em
  }
}

.highlight .column p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: .5em
}

@media only screen and (max-width: 840px) {
  .highlight .column p {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight .column p {
    font-size: 1.4rem;
    line-height: 1.65
  }
}

.highlight .column p strong {
  color: #c00
}

@media only screen and (max-width: 767px) {
  .highlight .highlightList {
    margin-bottom: 10vw
  }
}

.highlight .highlightList .inner {
  margin-bottom: 100px
}

@media only screen and (max-width: 767px) {
  .highlight .highlightList .inner {
    margin-bottom: 15vw
  }
}

.highlight .highlightList summary {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
  background: #000;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 200px;
  padding: .5em;
  cursor: pointer;
  list-style: none;
  position: relative;
  border: #000 1px solid;
  transition: background .3s ease;
  background: linear-gradient(to left, black 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 200% auto;
  background-position: right top
}

@media only screen and (max-width: 840px) {
  .highlight .highlightList summary {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight .highlightList summary {
    margin-top: 5vw
  }
}

@media only screen and (min-width: 769px) {
  .highlight .highlightList summary:hover {
    background-position: left top;
    color: #000;
    position: relative
  }
}

@media only screen and (min-width: 769px) {
  .highlight .highlightList summary:hover::after {
    border-color: #000
  }
}

.highlight .highlightList summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  transition: transform .4s ease
}

.highlight .highlightList summary::-webkit-details-marker {
  display: none
}

.highlight .highlightList[open] summary::after {
  transform: translateY(calc(-50% + 2px)) rotate(-135deg)
}

.highlight .sec .secWrap {
  max-width: 1400px;
  width: 90vw;
  margin: 100px auto 0;
  position: relative
}

@media only screen and (max-width: 1500px) {
  .highlight .sec .secWrap {
    margin-top: 10vw
  }
}

@media only screen and (max-width: 1200px) {
  .highlight .sec .secWrap {
    margin-top: 15vw
  }
}

@media only screen and (max-width: 1000px) {
  .highlight .sec .secWrap {
    margin-top: 5vw
  }
}

.highlight .sec .secTitle {
  position: relative
}

.highlight .sec .secTitle__num {
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  left: 0;
  font-size: 24rem;
  font-style: italic;
  font-weight: 100;
  opacity: .125;
  line-height: 1;
  padding-right: .5em;
  z-index:1;
}

@media only screen and (max-width: 840px) {
  .highlight .sec .secTitle__num {
    font-size: 20rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight .sec .secTitle__num {
    font-size: 12rem
  }
}

.highlight .sec .secTitle__text {
  font-size: 3rem;
  font-weight: 500;
  /*padding-left: 1.5em*/
}

@media only screen and (max-width: 840px) {
  .highlight .sec .secTitle__text {
    font-size: 4rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight .sec .secTitle__text {
    font-size: 2rem
  }
}

.highlight .sec .secImg {
  width: 40%;
  position: absolute;

}

@media only screen and (max-width: 1000px) {
  .highlight .sec .secImg {
    position: static;
    width: 100%
  }
}

.highlight .sec .secText {
  position: relative;
  width: 65%;
  background: rgba(0, 0, 0, .65);
  margin-left: auto;
  padding: 25px 50px 50px;
      z-index: 1;
      
      
}

@media only screen and (max-width: 1200px) {
  .highlight .sec .secText {
    padding: 25px
  }
}

@media only screen and (max-width: 1000px) {
  .highlight .sec .secText {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding:10%;
  }
}

@media only screen and (max-width: 767px) {
  .highlight .sec .secText {
        width: 100%;
        padding: 5%;    
  }
}

@media only screen and (max-width: 340px) {
  .highlight .sec .secText {
    width: 100%
  }
}

.highlight .sec .secText .secTitle {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media only screen and (max-width: 1000px) {
  .highlight .sec .secText .secTitle .secTitle__num {
    color: #ccc;
    opacity: .5
  }
}

.highlight .sec .secText .secTitle .secTitle__text {
  position: relative;
  z-index: 2
}

.highlight .sec .secText p {
  margin-top: 2.5em;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: .06em
}

@media only screen and (max-width: 1200px) {
  .highlight .sec .secText p {
    line-height: 1.75
  }
}

@media only screen and (max-width: 840px) {
  .highlight .sec .secText p {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight .sec .secText p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: .5em
  }
}

.highlight .sec.sec01 {
  margin-top: 0px
}

.highlight .sec.sec01 p {
  margin-top: 0em;
  font-size: 1.8rem;
  line-height: 2.25;
  letter-spacing: .06em
}

@media only screen and (max-width: 1200px) {
  .highlight .sec.sec01 p {
    line-height: 1.75
  }
}

@media only screen and (max-width: 840px) {
  .highlight .sec.sec01 p {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .highlight .sec.sec01 p {
    font-size: 1.4rem;
    line-height: 1.75
  }
}

.highlight .sec.sec02 .secWrap {
  margin-top: 400px
}

@media only screen and (max-width: 1500px) {
  .highlight .sec.sec02 .secWrap {
    margin-top: 25.66vw
  }
}

@media only screen and (max-width: 1200px) {
  .highlight .sec.sec02 .secWrap {
    margin-top: 12.5vw
  }
}

@media only screen and (max-width: 1000px) {
  .highlight .sec.sec02 .secWrap {
    margin-top: 10vw
  }
}

.highlight .sec.sec03 .secImg,
.highlight .sec.sec05 .secImg,
.highlight .sec.sec07 .secImg {
  right: 0
}

.highlight .sec.sec03 .secText,
.highlight .sec.sec05 .secText,
.highlight .sec.sec07 .secText {
  margin-left: 0;
  margin-right: auto
  padding: 10%;
}

.highlight .sec.sec03 .secText .secTitle,
.highlight .sec.sec05 .secText .secTitle,
.highlight .sec.sec07 .secText .secTitle {
  margin-left: 0
}


.inner {
  border: 2px solid transparent; /* ボーダーの色を透明に */
  padding: 20px; /* 内側の余白 */
  box-sizing: border-box; /* 枠を内側に収める */
  
  /* ボーダーにグラデーションを適用 */
  border-image: linear-gradient(to bottom right, 
                #50C8C6, /* 左上: エメラルドブルー */
                white 50%, /* 中央: ホワイト */
                #FFD700 /* 右下: イエロー */
  ) 1;
  border-image-slice: 1; /* ボーダーのスライス設定 */
}


@media only screen and (max-width: 767px) {
  .tickets .wrap {
    padding: 1vw;
    max-width: 95%;
  }
}


.tickets p {
  padding-top: 1.5em;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-ideograph
}

@media only screen and (max-width: 767px) {
  .tickets p {
    font-size: 1.2rem
  }
}

.tickets h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.5em
}

@media only screen and (max-width: 767px) {
  .tickets h3 {
    font-size: 1.6rem
  }
}

.tickets h3::before {
  content: "【"
}

.tickets h3::after {
  content: "】"
}

.tickets h3+p {
  padding-top: .5em
}

.tickets h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.5em;
  margin-left: .5em;
  background: #f4f4f4;
  padding: .25em .75em;
  border-bottom: #666 1px solid
}

@media only screen and (max-width: 767px) {
  .tickets h4 {
    font-size: 1.4rem
  }
}

.tickets .notesList {
  list-style: disc;
  list-style-position: outside;
  margin: .75em 0 0 2em;
  font-size: 1.5rem;
  line-height: 1.5
}

@media only screen and (max-width: 767px) {
  .tickets .notesList {
    font-size: 1.3rem
  }
}

.tickets .notesList li {
  padding: .25em 0
}

@media only screen and (max-width: 767px) {
  .tickets .notesList li {
    padding: .125em 0
  }
}

.priceList {
  table-layout: fixed;
  width: 100%;
  margin-top: .5em
}

.priceList thead th {
  background: #333;
  color: #fff;
  border: #000 1px solid;
  vertical-align: middle;
  padding: .5em;
  font-size: 1.4rem;
  font-weight: 500
}

@media only screen and (max-width: 767px) {
  .priceList thead th {
    font-size: 1.2rem
  }
}

.priceList thead th:first-child {
  border-right-color: #999
}

.priceList thead tr:first-child th {
  border-bottom-color: #999
}

.priceList tbody th,
.priceList tbody td {
  border: #000 1px solid;
  vertical-align: middle;
  text-align: center;
  padding: 1em;
  font-size: 1.8rem
}

@media only screen and (max-width: 840px) {

  .priceList tbody th,
  .priceList tbody td {
    padding: 1em .5em
  }
}

@media only screen and (max-width: 767px) {

  .priceList tbody th,
  .priceList tbody td {
    font-size: 1.3rem;
    padding: .75em .25em
  }
}

@media only screen and (max-width: 340px) {

  .priceList tbody th,
  .priceList tbody td {
    font-size: 1.2rem
  }
}

.priceList tbody th {
  background: #f4f4f4
}

.priceList tbody th span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1
}

@media only screen and (max-width: 840px) {
  .priceList tbody th span {
    font-size: 1.2rem
  }
}

@media only screen and (max-width: 767px) {
  .priceList tbody th span {
    font-size: 1.3rem;
    line-height: 1.25
  }
}

@media only screen and (max-width: 340px) {
  .priceList tbody th span {
    font-size: 1rem
  }
}

@media only screen and (max-width: 767px) {
  .priceList tbody td {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 340px) {
  .priceList tbody td {
    font-size: 1.4rem
  }
}

.notice:not(.index):not(.outline) {
  min-height: calc(0vh - 40px - 370px)
}

.notice.index h2,
.notice.outline h2 {
  text-align: center
}

@media only screen and (max-width: 767px) {

  .notice.index h2 span,
  .notice.outline h2 span {
    font-size: 1.4rem
  }
}

.notice.index .priceList th,
.notice.outline .priceList th {
  width: 20%
}

@media only screen and (max-width: 767px) {

  .notice.index .priceList th,
  .notice.outline .priceList th {
    width: 25%;
    text-align: left;
    padding: .75em;
    line-height: 1.5
  }
}

.notice.index .priceList td,
.notice.outline .priceList td {
  text-align: left
}

@media only screen and (max-width: 767px) {

  .notice.index .priceList td,
  .notice.outline .priceList td {
    font-size: 1.3rem;
    padding: .75em;
    line-height: 1.5
  }
}

.notice.index p,
.notice.outline p {
  padding-top: 0;
  font-size: 1.7rem;
  line-height: 1.75;
  font-weight: 400
}

@media only screen and (max-width: 767px) {

  .notice.index p,
  .notice.outline p {
    font-size: 1.4rem
  }
}

.notice.index .note,
.notice.outline .note {
  padding-top: 0 !important;
  font-size: 1.4rem !important;
  display: inline-block !important;
  margin-top: 1em !important;
  line-height: 1.5 !important
}

.notice.index .title0,
.notice.outline .title0 {
  font-size: 3.2rem;
  margin-top: 1em;
  margin-bottom: -0.5em;
  line-height: 1.5
}

@media only screen and (max-width: 767px) {

  .notice.index .title0,
  .notice.outline .title0 {
    font-size: 1.5rem
  }
}

.notice.index .title0::before,
.notice.outline .title0::before {
  content: "◎"
}

.notice.index .title1,
.notice.outline .title1 {
  border: #111 1px solid;
  border-left: #111 9px solid;
  font-size: 2.2rem;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: .5em 1em .5em;
  line-height: 1.5
}

@media only screen and (max-width: 767px) {

  .notice.index .title1,
  .notice.outline .title1 {
    font-size: 1.5rem;
    padding: .5em .75em
  }
}

.notice.index .title2,
.notice.outline .title2 {
  font-size: 2rem;
  margin-top: 1.5em;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width: 767px) {

  .notice.index .title2,
  .notice.outline .title2 {
    font-size: 1.4rem
  }
}

.notice.index .title2::before,
.notice.outline .title2::before {
  content: "◎"
}

.notice.index .notice__list,
.notice.outline .notice__list {
  list-style: none;
  margin: 1.5em 0
}

.notice.index {
  margin-bottom: -50px
}

.notice.index .notice__title {
  border: #aa3224 2px solid
}

.notice.index h2 {
  color: #aa3224
}

.notice.index .notice__item[open] .notice__title {
  border: #ccc 1px solid
}

.notice.index .notice__item[open] h2 {
  color: #fff
}

.notice.index .wrap {
  max-width: 1000px
}

.notice.outline {
  margin-top: 20px
}

.notice .wrap {
  max-width: 900px;
  padding: 50px;
  width: 100%;
  padding:50px;
    background-image: url('../images/background.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

  padding: 10px; /* 内側に10pxの余白 */
}

.inner {
  border: 2px solid transparent; /* ボーダーの色を透明に */
  padding: 20px; /* 内側の余白 */
  box-sizing: border-box; /* 枠を内側に収める */
  
  /* ボーダーにグラデーションを適用 */
  border-image: linear-gradient(to bottom right, 
                #50C8C6, /* 左上: エメラルドブルー */
                white 50%, /* 中央: ホワイト */
                #FFD700 /* 右下: イエロー */
  ) 1;
  border-image-slice: 1; /* ボーダーのスライス設定 */
}

@media only screen and (max-width: 767px) {
  .notice .wrap {
    padding: 1vw 0 5vw
  }
}

.notice__item+.notice__item {
  margin-top: 15px
}

.notice__item[open] .notice__title {
  border-bottom: none;
  background: #444;
  color: #fff
}

.notice__item[open] .notice__title span::before {
  transform: translateY(-50%) rotate(180deg);
  background: #fff
}

.notice__item[open] .notice__title span::after {
  transform: translateY(-50%) rotate(360deg);
  background: #fff
}

.notice__title {
  cursor: pointer;
  display: block;
  list-style: none;
  border: #ccc 1px solid;
  background: #f7f7f7;
  transition: background .2s ease
}

.notice__title:hover {
  background: #fafafa
}

.notice__title span {
  display: block;
  font-size: 2.1rem;
  padding: .5em 1.25em;
  border: #fff 2px solid;
  position: relative
}

@media only screen and (max-width: 767px) {
  .notice__title span {
    font-size: 1.2rem;
    padding: .5em 3em .5em 1em
  }
}

.notice__title span::before,
.notice__title span::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transition: transform .2s ease
}

@media only screen and (max-width: 767px) {

  .notice__title span::before,
  .notice__title span::after {
    width: 15px;
    height: 1px;
    right: 20px
  }
}

.notice__title span::after {
  transform: translateY(-50%) rotate(90deg)
}

.notice__inner {
  background-color:white;
  border: #ccc 1px solid;
  border-top: none;
  padding: 1em 1.25em;
  font-size: 1.7rem;
  letter-spacing: .04em
}

@media only screen and (max-width: 840px) {
  .notice__inner {
    padding: 2.5em
  }
}

@media only screen and (max-width: 767px) {
  .notice__inner {
    font-size: 1.2rem;
    padding: .5em 1em;
    letter-spacing: 0
  }
}

.notice__list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em
}

@media only screen and (max-width: 840px) {
  .notice__list {
    margin-left: 1em
  }
}

.notice__list .item {
  padding: .25em 0;
  line-height: 1.75
}

@media only screen and (max-width: 767px) {
  .notice__list .item {
    padding: .5em 0;
    line-height: 1.5
  }
}

.notice__list .pdfBtn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: .4em 2em .4em 1em;
  border-radius: 100px;
  font-size: 1.3rem;
  position: relative;
  transition: opacity .2s ease;
  margin: .5em 0
}

.notice__list .pdfBtn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: .8em;
  transform: translateY(-50%)
}

.notice__list .pdfBtn:hover {
  opacity: .65
}

.notice__list ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 1.5em
}

summary::-webkit-details-marker {
  display: none
}

.cafe {
  padding-bottom: 0
}

.cafe .wrap {
  padding: 50px 0
}

@media only screen and (max-width: 767px) {
  .cafe .wrap {
    padding: 10vw 0
  }
}

.cafe h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1em
}

@media only screen and (max-width: 840px) {
  .cafe h2 {
    font-size: 3.6rem
  }
}

@media only screen and (max-width: 767px) {
  .cafe h2 {
    font-size: 2.1rem
  }
}

@media only screen and (max-width: 340px) {
  .cafe h2 {
    font-size: 1.8rem
  }
}

.cafe h2 span {
  display: block;
  font-size: 3rem
}

@media only screen and (max-width: 840px) {
  .cafe h2 span {
    font-size: 2rem;
    margin-top: .75em
  }
}

@media only screen and (max-width: 767px) {
  .cafe h2 span {
    font-size: 1.6rem
  }
}

.cafe .img {
  max-width: 1000px;
  margin: 0px auto 0
}

@media only screen and (max-width: 840px) {
  .cafe .img {
    margin-top: 5vw
  }
}

.cafe .text {
  max-width: 1000px;
  margin: 40px auto 0;
  font-size: 1.8rem
}

@media only screen and (max-width: 840px) {
  .cafe .text {
    margin-top: 5vw
  }
}

@media only screen and (max-width: 767px) {
  .cafe .text {
    font-size: 1.4rem
  }
}

.cafe .text p+p {
  margin-top: 1.5em
}

.cafe .outline-table {
  margin: 50px auto 0;
  max-width: 800px
}

@media only screen and (max-width: 840px) {
  .cafe .outline-table {
    margin-top: 5vw
  }
}

.cafe .notice__item {
  margin: 50px auto 0;
  max-width: 800px
}

@media only screen and (max-width: 840px) {
  .cafe .notice__item {
    margin-top: 5vw
  }
}

.cafe .imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px
}

.cafe .menuArea {
  max-width: none;
  padding: 50px 0
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea {
    padding: 5vw 0
  }
}

.cafe .menuArea__title {
  text-align: center;
  font-size: 3rem
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea__title {
    font-size: 2rem
  }
}

.cafe .menuArea__title span {
  padding: 0 1em;
  position: relative
}

.cafe .menuArea__title span::before,
.cafe .menuArea__title span::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%
}

.cafe .menuArea__title span::before {
  left: 100%
}

.cafe .menuArea__title span::after {
  right: 100%
}

.cafe .menuArea__title2 {
  margin-top: 50px;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  padding: .75em 1em;
  background: #f4f4f4;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea__title2 {
    font-size: 1.6rem
  }
}

.cafe .menuArea__price {
  margin: 50px auto 0;
  max-width: 800px;
  border: #999 1px solid;
  padding: 1.5em 2em;
  font-size: 2rem
}

@media only screen and (max-width: 840px) {
  .cafe .menuArea__price {
    margin-top: 5vw;
    font-size: 1.8rem;
    padding: 1em 1.5em
  }
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea__price {
    font-size: 1.4rem;
    padding: 0
  }
}

.cafe .menuArea__price dl {
  display: grid;
  grid-template-columns: 2fr 1fr
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea__price dl {
    grid-template-columns: 1fr
  }
}

.cafe .menuArea__price dl dt::before {
  content: "◎"
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea__price dl dt::before {
    content: ""
  }
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea__price dl dt {
    padding: .5em .75em;
    background: #f4f4f4;
    line-height: 1.5;
    font-weight: 700
  }
}

.cafe .menuArea__price dl dd {
  text-align: right
}

@media only screen and (max-width: 767px) {
  .cafe .menuArea__price dl dd {
    padding: .5em
  }
}

.cafe .menuArea__price dl .tax {
  font-size: 65%
}

.cafe .lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: #ccc 1px solid
}

@media only screen and (max-width: 840px) {
  .cafe .lineup {
    margin-top: 10vw;
    padding-top: 10vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw
  }
}

@media only screen and (max-width: 767px) {
  .cafe .lineup {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw
  }
}

.cafe .lineup .img {
  margin: 0
}

.cafe .lineup img {
  width: 100%
}

.cafe .lineup .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: .5em;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .cafe .lineup .title {
    font-size: 2rem
  }
}

.cafe .lineup p {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-top: .5em
}

@media only screen and (max-width: 767px) {
  .cafe .lineup p {
    font-size: 1.5rem
  }
}

.cafe .lineup p .note {
  font-size: 1.4rem
}

@media only screen and (max-width: 767px) {
  .cafe .lineup p .note {
    font-size: 1.2rem
  }
}

.cafe .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 100px
}

@media only screen and (max-width: 840px) {
  .cafe .menu {
    margin-top: 5vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw
  }
}

@media only screen and (max-width: 767px) {
  .cafe .menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw
  }
}

.cafe .menu .item {
  border: #ccc 1px solid
}

.cafe .menu .item.mizu {
  border-color: #1d389a
}

.cafe .menu .item.mizu .img {
  background: #1d389a
}

.cafe .menu .item.mizu figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #1D389A 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.mushi {
  border-color: #4d3c60
}

.cafe .menu .item.mushi .img {
  background: #4d3c60
}

.cafe .menu .item.mushi figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #4D3C60 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.en {
  border-color: #9b0f0f
}

.cafe .menu .item.en .img {
  background: #9b0f0f
}

.cafe .menu .item.en figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #9B0F0F 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.oto {
  border-color: #173154
}

.cafe .menu .item.oto .img {
  background: #173154
}

.cafe .menu .item.oto figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #173154 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.kasumi {
  border-color: #19bfbf
}

.cafe .menu .item.kasumi .img {
  background: #19bfbf
}

.cafe .menu .item.kasumi figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #19BFBF 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.koi {
  border-color: #df3ba2
}

.cafe .menu .item.koi .img {
  background: #df3ba2
}

.cafe .menu .item.koi figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #DF3BA2 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.kaze {
  border-color: #39b111
}

.cafe .menu .item.kaze .img {
  background: #39b111
}

.cafe .menu .item.kaze figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #39B111 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.hebi {
  border-color: #4a4fd0
}

.cafe .menu .item.hebi .img {
  background: #4a4fd0
}

.cafe .menu .item.hebi figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #4A4FD0 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .item.iwa {
  border-color: #9d5511
}

.cafe .menu .item.iwa .img {
  background: #9d5511
}

.cafe .menu .item.iwa figcaption {
  background: linear-gradient(to left top, rgba(0, 0, 0, 0.35), #9D5511 50%, rgba(0, 0, 0, 0.35))
}

.cafe .menu .img {
  margin: 0;
  max-width: none
}

.cafe .menu .img img {
  width: 100%
}

.cafe .menu .img figcaption {
  text-align: center;
  padding: .125em .5em;
  font-size: 1.8rem;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .cafe .menu .img figcaption {
    padding: .125em 1em;
    font-size: 1.8rem
  }
}

.cafe .menu .menuList {
  padding: .75em
}

@media only screen and (max-width: 840px) {
  .cafe .menu .menuList {
    padding: 1em
  }
}

.cafe .menu .menuList p {
  font-size: 1.6rem;
  line-height: 1.5
}

.cafe .novelty {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px
}

@media only screen and (max-width: 840px) {
  .cafe .novelty {
    margin-top: 5vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw
  }
}

.cafe .novelty .img {
  margin: 0;
  max-width: none;
  border: #ccc 1px solid
}

.cafe .novelty .img img {
  width: 100%
}

.cafe .novelty .icon {
  margin-top: 1em;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: .25em .5em;
  line-height: 1
}

@media only screen and (max-width: 767px) {
  .cafe .novelty .icon {
    font-size: 1.2rem
  }
}

.cafe .novelty p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: .25em
}

@media only screen and (max-width: 840px) {
  .cafe .novelty p {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .cafe .novelty p {
    font-size: 1.4rem
  }
}

.cafe .novelty p span {
  font-size: 1.4rem
}

@media only screen and (max-width: 840px) {
  .cafe .novelty p span {
    font-size: 1.2rem
  }
}

.cafe .column {
  width: 90vw;
  max-width: 1000px;
  margin: 100px auto 0;
  border: #ccc 1px solid;
  padding: 20px;
  font-size: 2rem;
  overflow: hidden;
  position: relative;
  zoom: 1
}

@media only screen and (max-width: 767px) {
  .cafe .column {
    font-size: 1.5rem;
    margin-top: 10vw;
    padding: 4vw 0 6vw 4vw;
    line-height: 1.75
  }
}

.cafe .column+.column {
  margin-top: 50px
}

@media only screen and (max-width: 767px) {
  .cafe .column+.column {
    margin-top: 5vw
  }
}

.cafe .column .img {
  width: 200px;
  float: left;
  margin: 0 2em 0 0
}

@media only screen and (max-width: 767px) {
  .cafe .column .img {
    float: right;
    width: 35vw;
    margin: 0 2.25vw 0 .25em
  }
}

.cafe .column .title {
  color: #aa3224;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .cafe .column .title {
    font-size: 1.7rem;
    margin-bottom: .25em
  }
}

@media only screen and (max-width: 767px) {
  .cafe .column p {
    padding-right: 5vw;
    word-break: break-all;
    letter-spacing: 0
  }
}

.cafe .column p:last-child {
  margin-top: .5em;
  font-size: 1.8rem
}

@media only screen and (max-width: 767px) {
  .cafe .column p:last-child {
    margin-top: 1em;
    font-size: 1.5rem
  }
}

.cafe .takeout {
  text-align: center;
  font-size: 2.1rem
}

@media only screen and (max-width: 767px) {
  .cafe .takeout {
    font-size: 1.4rem
  }
}

.cafe .takeout .title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 25px
}

@media only screen and (max-width: 767px) {
  .cafe .takeout .title {
    font-size: 1.5rem
  }
}

.cafe .takeout p {
  margin-top: 1em
}

.anchor {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 25px
}

@media only screen and (max-width: 840px) {
  .anchor {
    font-size: 1.3rem
  }
}

.anchor::before {
  content: "［"
}

.anchor::after {
  content: "］"
}

.anchor span,
.anchor a {
  padding: 0 1em
}

.anchor span:not(:first-child),
.anchor a:not(:first-child) {
  position: relative
}

.anchor span:not(:first-child)::before,
.anchor a:not(:first-child)::before {
  content: "";
  width: 1px;
  height: .75em;
  background: #444;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 3px))
}

.btn {
  width: 300px;
  margin: 0px auto 100px
}

@media only screen and (max-width: 840px) {
  .btn {
    margin-top: 0
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 70vw;
  }
}

.btn a {
  display: block;
  border-radius: 200px;
  transition: background .3s ease;
  background: linear-gradient(to left, #000 50%, #fff 50%);
  background-size: 200% auto;
  background-position: right top;
  color: #fff;
  border: #000 2px solid;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  padding: .5em
}
    .btn::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        transition: 0.4s;
        transform: scale(0, 1);
        transform-origin: left top;
        background: #fff;
    }


@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem
  }
}

@media only screen and (min-width: 769px) {
  .btn a:hover {
    background-position: left top;
    color: #000
  }
}

.imgs .move-top:nth-child(4n+2),
.goods .move-top:nth-child(4n+2),
.novelty .move-top:nth-child(4n+2) {
  transition: transform 1s ease .125s, opacity 1s ease .125s
}

.imgs .move-top:nth-child(4n+3),
.goods .move-top:nth-child(4n+3),
.novelty .move-top:nth-child(4n+3) {
  transition: transform 1s ease .25s, opacity 1s ease .25s
}

.imgs .move-top:nth-child(4n+4),
.goods .move-top:nth-child(4n+4),
.novelty .move-top:nth-child(4n+4) {
  transition: transform 1s ease .375s, opacity 1s ease .375s
}

@media only screen and (max-width: 840px) {

  .imgs .move-top:nth-child(3n+1),
  .goods .move-top:nth-child(3n+1),
  .novelty .move-top:nth-child(3n+1) {
    transition: transform 1s ease 0s, opacity 1s ease 0s
  }

  .imgs .move-top:nth-child(3n+2),
  .goods .move-top:nth-child(3n+2),
  .novelty .move-top:nth-child(3n+2) {
    transition: transform 1s ease .125s, opacity 1s ease .125s
  }

  .imgs .move-top:nth-child(3n+3),
  .goods .move-top:nth-child(3n+3),
  .novelty .move-top:nth-child(3n+3) {
    transition: transform 1s ease .25s, opacity 1s ease .25s
  }
}

@media only screen and (max-width: 767px) {

  .imgs .move-top:nth-child(odd),
  .goods .move-top:nth-child(odd),
  .novelty .move-top:nth-child(odd) {
    transition: transform 1s ease 0s, opacity 1s ease 0s
  }

  .imgs .move-top:nth-child(even),
  .goods .move-top:nth-child(even),
  .novelty .move-top:nth-child(even) {
    transition: transform 1s ease .125s, opacity 1s ease .125s
  }
}

@media only screen and (max-width: 840px) {
  .novelty .move-top:nth-child(odd) {
    transition: transform 1s ease 0s, opacity 1s ease 0s
  }

  .novelty .move-top:nth-child(even) {
    transition: transform 1s ease .125s, opacity 1s ease .125s
  }
}

.menu .move-top:nth-child(3n+2) {
  transition: transform 1s ease .125s, opacity 1s ease .125s
}

.menu .move-top:nth-child(3n+3) {
  transition: transform 1s ease .25s, opacity 1s ease .25s
}

@media only screen and (max-width: 840px) {
  .menu .move-top:nth-child(odd) {
    transition: transform 1s ease 0s, opacity 1s ease 0s
  }

  .menu .move-top:nth-child(even) {
    transition: transform 1s ease .125s, opacity 1s ease .125s
  }
}

@media only screen and (max-width: 767px) {
  .menu .move-top {
    transition: transform 1s ease 0, opacity 1s ease 0
  }
}

.hashira {
  background-size: contain;
  margin-bottom: -380px;
  z-index: 2;
  position: relative
}

.hashira2 {
  background-size: contain;
  margin-bottom: -50px;
  z-index: 2;
  position: relative
}


@media only screen and (max-width: 1000px) {
  .hashira {
    width: 60vw;
    margin: 0 auto -190px
  }
}

@media only screen and (max-width: 767px) {
  .hashira {
    width: 80vw;
  }
}

.footArea {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
  height: 10px;
  
}

@media only screen and (max-width: 767px) {
  .footArea {
    height: 100px
  }
}

.footArea .circle {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: linear-gradient(120deg, #e08a99 0%, #e08a99 15%, #eb3455 60%, #eb3455 70%, #95c4c3 87%, #95C4C4 100%);
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  line-height: 1.5;
  padding-bottom: .125em;
  transition: opacity .2s ease;
  opacity: 0;
  pointer-events: none
}

@media only screen and (max-width: 767px) {
  .footArea .circle {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
    line-height: 1.25;
    right: 10px;
    bottom: 10px
  }
}

.footArea .circle.is-active {
  opacity: 1;
  pointer-events: auto
}

.footArea .circle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #fff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) rotate(-90deg)
}

@media only screen and (max-width: 767px) {
  .footArea .circle::after {
    bottom: 15px;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #fff
  }
}

.footArea .circle .medium {
  display: block;
  font-size: 2rem;
  margin-bottom: .25em
}

@media only screen and (max-width: 767px) {
  .footArea .circle .medium {
    font-size: 1.2rem
  }
}

.footArea .circle .small {
  display: block;
  font-size: 1.8rem
}

@media only screen and (max-width: 767px) {
  .footArea .circle .small {
    font-size: 1rem
  }
}

.news .wrap {
  max-width: 900px;
  padding: 30px 0 100px;
  
}

@media only screen and (max-width: 767px) {
  .news .wrap {
    padding: 0px 0px 20px 0px;
  }

.inner {
    border: 2px solid transparent;
    padding: 20px;
    box-sizing: border-box;
    border-image: linear-gradient(to bottom right, #50C8C6, /* 左上: エメラルドブルー */ white 50%, /* 中央: ホワイト */ #FFD700 /* 右下: イエロー */) 1;
    border-image-slice: 1;
    padding: 10px;
    margin: 10px;    
}
.outline .wrap {
  max-width: 900px;
  background-image: url('../images/background_sp.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding:5px;
}

    .news_list__item {
        border-bottom: 1px solid #000;
        padding: 2rem;
        background-color: rgba(255, 255, 255, 0.7);
        background-image: url(../images/button.png);
        margin: 10px;
    }

.notice .wrap {
    max-width: 900px;
    padding: 50px;
    width: 100%;
    padding: 50px;
    background-image: url(../images/background_sp.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px;
    max-width:94%;

}

.intro .wrap, .outline .wrap, .highlight .wrap, .highlight .imgWrap, .highlight .column, .tickets .wrap, .notice .wrap, .cafe .wrap, .cafe .menuArea, .goods .wrap, .contact .wrap {
    max-width: 1200px;
    width: 93%;
    margin: 0 auto;
}

.notice:not(.index):not(.outline) {
  min-height: calc(0vh - 40px - 370px)
}

  img.responsive-image {
    display: block;
  }
  
  img.responsive-image2 {
    display: none;
  }  
  
.news_list__item .-title {
    width: calc(100% - 8em);
    color: white;
    font-size:12px;
}  

.news_list__item .-date {
    width: 8em;
    color: white;
    font-size:12px;    
}
  

.section1 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bg.png);
    margin-top: -120px;
    z-index: 3;
}


.ticket-btn {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 70px;
    margin: 40px auto 0;
    border-radius: 7px;
    background: linear-gradient(90deg,#e08a99 0%, #e08a99 10%, #eb3455 30%, #eb3455 80%, #95c4c3 97%, #95C4C4 100%);
}



.ticket-btn a {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 36px;
    transition: color 0.3s;
}

.ticket-btn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    content: "";
    transition: background 0.4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/icn_btn_w.svg) no-repeat;
    background-size: contain;
}    

    .ticket-btn::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        transition: 0.4s;
        transform: scale(0, 1);
        transform-origin: left top;
        background: #fff;
    }
    

    .backg2::before {
        background-image: url(../images/bg5_sp.jpg);
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }        
    
.ticket-btn:hover {
  transform: scale(1, 1); /* ホバー時に元のサイズへ */
}    
    

body {
  overflow-x: hidden;
  background: #fff;
  font-size: 1.2rem;
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  color: #000;
  line-height: 1.75;
  font-feature-settings: "palt"1;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal
}


.section1 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg7_sp.jpg');
                   
  margin-top: -120px; /* MVの背景と重ねる */   
   z-index: 3;                 
                      
}

.section2 {
background: none;

                    
}

.section3 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg.png');
                    
}

.section4 {
background: none;

}

.section5 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)),
                    url('../images/bg4.jpg');
                    
}

.section6 {
background: none;

}


section .sectionInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto); /* これで背景を切り抜く */
}


    .backg::before {
        background-image: url(../images/bg5_sp.jpg);
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: cover;
    }

}

@media (hover: hover) {
  .ticket-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.4s;
    transform: scale(0, 1);
    transform-origin: left top;
    background: #fff;
  }
  .ticket-btn:hover a {
    color: #000;
  }
  .ticket-btn:hover::before {
    transform: scale(1, 1);
  }
  .ticket-btn:hover a::after {
    background-image: url("./../img/icn_btn.svg");
  }


.news_list__item {
  border-bottom: 1px solid #000;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  background-image:url('../images/button.png');
  margin-bottom:30px;
}

.news_list__item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
}

.news_list__item a:hover {
  opacity: .6
}

.news_list__item .-date {
  width: 8em;
  color:white;
}

.news_list__item .-title {
  width: calc(100% - 8em);
  color:white;
  
}

@media only screen and (max-width: 767px) {
  .news_list__item .-title {
    width: 100%
  }
}

.news_detail-header {
  border-bottom: 1px solid #000;
  padding-bottom: 1.2rem;
  margin-bottom: 3rem
}

.news_detail-header .-title {
  font-size: 1.4em
}

@media only screen and (max-width: 767px) {
  .news_detail-text iframe {
    width: 84vw;
    height: 47.25vw
  }
}

.news_pager {
  margin-top: 4rem
}

.news_pager-list {
  display: flex;
  justify-content: center;
  gap: 1rem
}

.news_pager-list__item {
  width: 2em;
  text-align: center
}

.news_pager-list__item a {
  display: block
}

.news {
  word-break: break-all
}

.goods .notice__item {
  max-width: 900px;
  margin: 0 auto 50px
}

@media only screen and (max-width: 767px) {
  .goods .notice__item {
    margin-bottom: 5vw
  }
}

.goods .box {
  max-width: 900px;
  margin: 0 auto 25px;
  font-size: 1.6rem
}

@media only screen and (max-width: 767px) {
  .goods .box {
    margin-bottom: 5vw;
    font-size: 1.5rem
  }
}

.goods .box span {
  border-bottom: 3px double;
  color: #aa3224;
  font-weight: 700
}

.goods .anchor {
  padding-bottom: 0
}

@media only screen and (max-width: 767px) {
  .goods .anchor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    margin: 5vw 0 10vw;
    padding-bottom: 0
  }
}

@media only screen and (max-width: 767px) {
  .goods .anchor::before {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .goods .anchor::after {
    display: none
  }
}

.goods .anchor span,
.goods .anchor a {
  font-size: 1.8rem
}

@media only screen and (max-width: 767px) {

  .goods .anchor span,
  .goods .anchor a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: .75em .25em;
    line-height: 1.25;
    text-decoration: none;
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 767px) {

  .goods .anchor span::before,
  .goods .anchor a::before {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .goods .anchor span {
    background: #444;
    color: #fff
  }
}

.goods .footLink {
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: #444 2px solid
}

@media only screen and (max-width: 767px) {
  .goods .footLink {
    margin-top: 7.5vw;
    padding: 2.5vw 0 5vw
  }
}

.goods .footLink li {
  width: 50%;
  position: relative
}

.goods .footLink li a {
  font-size: 2rem;
  line-height: 1.25;
  display: inline-block
}

@media only screen and (max-width: 767px) {
  .goods .footLink li a {
    font-size: 1.5rem;
    text-decoration: underline;
    text-underline-offset: .125em
  }
}

.goods .footLink li:first-child:has(a) {
  padding-left: 1em
}

.goods .footLink li:first-child:has(a)::before {
  content: "";
  width: .5em;
  height: .5em;
  border-top: #aa3224 2px solid;
  border-left: #aa3224 2px solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 3px)) rotate(-45deg)
}

.goods .footLink li:last-child:has(a) {
  padding-right: 1em;
  text-align: right
}

.goods .footLink li:last-child:has(a)::after {
  content: "";
  width: .5em;
  height: .5em;
  border-right: #aa3224 2px solid;
  border-bottom: #aa3224 2px solid;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 3px)) rotate(-45deg)
}

.goods .wrap {
  max-width: none;
  padding: 50px 0
}

@media only screen and (max-width: 767px) {
  .goods .wrap {
    padding: 5vw 0
  }
}

.goods .soon {
  text-align: center;
  font-size: 4rem;
  padding: 2em 0
}

@media only screen and (max-width: 767px) {
  .goods .soon {
    font-size: 2rem
  }
}

.goods .category {
  text-align: center;
  font-size: 4rem;
  margin-top: 25px
}

@media only screen and (max-width: 840px) {
  .goods .category {
    font-size: 3rem
  }
}

@media only screen and (max-width: 767px) {
  .goods .category {
    font-size: 2rem
  }
}

.goods .lead {
  max-width: 800px;
  margin: 25px auto 0;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .05em
}

@media only screen and (max-width: 840px) {
  .goods .lead {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .goods .lead {
    font-size: 1.4rem;
    margin-top: 1em
  }
}

.goods__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px
}

@media only screen and (max-width: 1200px) {
  .goods__list {
    gap: 25px 15px
  }
}

@media only screen and (max-width: 840px) {
  .goods__list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width: 767px) {
  .goods__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 2.5vw;
    margin-top: 5vw
  }
}

.goods__list .item {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0
}

.goods__list button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: opacity .2s ease;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000;
  position: relative
}

@media only screen and (min-width: 769px) {
  .goods__list button:hover {
    opacity: .65
  }
}

.goods__list button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.goods__list .img {
  border: #ccc 2px solid;
  position: relative
}

.goods__list .img img {
  width: 100%
}

.goods__list .name {
  margin-top: .5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width: 1200px) {
  .goods__list .name {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .goods__list .name {
    font-size: 1.3rem;
    margin-top: .5em
  }
}

.goods__list .name span {
  display: block;
  font-size: 1.4rem
}

@media only screen and (max-width: 767px) {
  .goods__list .name span {
    font-size: 1.1rem
  }
}

.goods__list .variant {
  margin-top: .25em;
  font-size: 1.4rem;
  line-height: 1.5;
  opacity: .75
}

@media only screen and (max-width: 1200px) {
  .goods__list .variant {
    font-size: 1.2rem
  }
}

@media only screen and (max-width: 767px) {
  .goods__list .variant {
    font-size: 1rem;
    margin-top: .5em
  }
}

.goods__list .data {
  margin-top: .25em;
  font-size: 1.8rem;
  font-weight: 700
}

@media only screen and (max-width: 1200px) {
  .goods__list .data {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .goods__list .data {
    font-size: 1.4rem;
    margin-top: .5em
  }
}

.goods__list .data .tax {
  font-size: 65%
}

.modal {
  display: none;
  position: relative;
  z-index: 9999;
  font-family: "Zen Kaku Gothic Antique", sans-serif
}

.modal.is-open {
  display: block;
  -webkit-animation-name: modalAnime;
  animation-name: modalAnime;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  opacity: 0
}

@-webkit-keyframes modalAnime {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes modalAnime {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .9);
  display: flex;
  justify-content: center;
  align-items: center
}

.modal__container {
  font-size: 1.8rem;
  width: 88vw;
  max-width: 1200px;
  max-height: 90%;
  overflow-y: scroll;
  position: relative;
  background: #fff
}

@media only screen and (max-width: 767px) {
  .modal__container {
    line-height: 1.5;
    border-width: 1vw
  }
}

.modal__main {
  padding: 25px 100px 50px
}

@media only screen and (max-width: 840px) {
  .modal__main {
    padding: 40px 20px 20px
  }
}

.modal__close {
  position: absolute;
  left: auto;
  top: 25px;
  right: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 2
}

.modal__close:before,
.modal__close:after {
  content: "";
  width: 25px;
  height: 0;
  border-bottom: #000 2px solid;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg)
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(45deg)
}

.modal .mainSplide {
  max-width: 500px;
  margin: 0 auto
}

.modal .mainSplide .splide__slide {
  border: #ccc 1px solid
}

.modal .subSplide {
  margin-top: 25px
}

@media only screen and (max-width: 767px) {
  .modal .subSplide {
    margin-top: 2.5vw
  }
}

.modal .subSplide .splide__slide.is-active {
  border: 2px solid #000 !important
}

.modal .name {
  margin-top: 1em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width: 767px) {
  .modal .name {
    font-size: 2.4rem
  }
}

.modal .name span {
  display: block;
  font-size: 2rem
}

@media only screen and (max-width: 767px) {
  .modal .name span {
    font-size: 1.6rem
  }
}

.modal .variant {
  font-size: 1.6rem;
  opacity: .75
}

@media only screen and (max-width: 767px) {
  .modal .variant {
    font-size: 1.3rem
  }
}

.modal .text {
  margin-top: .5em;
  font-size: 1.8rem
}

@media only screen and (max-width: 767px) {
  .modal .text {
    font-size: 1.4rem
  }
}

.modal .data {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 700
}

@media only screen and (max-width: 767px) {
  .modal .data {
    font-size: 1.6rem
  }
}

.modal .data .tax {
  font-size: 65%
}

.contact .wrap {
  max-width: 800px;
  padding: 50px 0
}

@media only screen and (max-width: 767px) {
  .contact .wrap {
    padding: 5vw 0
  }
}

.contact .text {
  font-size: 1.8rem
}

@media only screen and (max-width: 767px) {
  .contact .text {
    font-size: 1.4rem
  }
}

.contact .note {
  font-size: 1.4rem;
  margin-top: 1.5em
}

@media only screen and (max-width: 767px) {
  .contact .note {
    font-size: 1.3rem;
    text-align: left
  }
}

.contact__box {
  margin-top: 50px;
  border: #ccc 1px solid
}

@media only screen and (max-width: 767px) {
  .contact__box {
    margin-top: 5vw
  }
}

.contact__box dt {
  background: #f4f4f4;
  font-size: 2rem;
  padding: 1em;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .contact__box dt {
    font-size: 1.6rem;
    padding: .75em 1em
  }
}

@media only screen and (max-width: 340px) {
  .contact__box dt {
    font-size: 1.5rem;
    padding: .75em .5em
  }
}

.contact__box dd {
  font-size: 2.1rem;
  padding: 1.5em 1em;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .contact__box dd {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 340px) {
  .contact__box dd {
    font-size: 1.5rem;
    padding: 1.5em .5em
  }
}

.contact__box dd .note {
  font-size: 1.6rem;
  margin-top: 1em
}

@media only screen and (max-width: 767px) {
  .contact__box dd .note {
    font-size: 1.3rem;
    margin-top: 1.5em
  }
}

.contact__box dd .memo {
  margin: 1em 4em 0;
  font-size: 1.5rem;
  text-align: left;
  padding: 2em;
  border: #ccc 3px dotted
}

@media only screen and (max-width: 840px) {
  .contact__box dd .memo {
    margin: 1em 2em 0
  }
}

@media only screen and (max-width: 767px) {
  .contact__box dd .memo {
    margin: 1em 0 0;
    padding: 1em;
    font-size: 1.3rem;
    border-width: 2px
  }
}

/*# sourceMappingURL=style.min.css.map */