html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
ul, li, ol {
  list-style: none
}
html {
  font-size: 62.5%
}
body {
  position: relative;
  width: 100%;
  font-family: "Sawarabi Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  -webkit-animation: fade 2s ease-in 0s 1 normal;
  animation: fade 2s ease-in 0s 1 normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .1em
}
/* lazyloadedになったらfadeアニメーションを実行 */
.l-container img.lazyloaded {
  animation: fade 1s forwards;
  opacity: 0;
}
/* fadeアニメーション */
@-webkit-keyframes fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
a {
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.in-block{display: inline-block;}
.l-container a {
  transition: all 0.5s;
}
.l-container a:hover {
  opacity: 0.7;
}
.l-container img {
  width: 100%;
  height: auto;
}
.l-header {
  width: 100%;
  height: 1080px;
  background-color: #FFF6F1;
  background-image: url(../img/artaquarium_fv.png);
  display: block;
  background-size: 2353px auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
/*.bg-title{
	display: block;
	width: 2353px;
	height: 1080px;
	margin: 0 auto;
	
}*/
.l-title {
  position: absolute;
  top: 230px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1100px;
  width: 99%;
}
.nav-inner {
  width: 100%;
  background: #fff;
  border: 1px solid #E673A4;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  box-shadow: 5px 4px 10px 0px rgba(230, 115, 164, 0.3);
}
.nav-inner.is-visible {
  position: fixed;
  bottom: 0;
  animation: slideIn 0.6s cubic-bezier(0, 0, 0.3, 1);
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
    display: none;
    opacity: 0;
  }
  to {
    transform: translateY(0);
    display: block;
    opacity: 1;
  }
}
.nav-inner ul {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.nav-inner ul li {
  position: relative;
  width: 16.666%;
}
.nav-inner ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_gnav_sakura.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.nav-inner ul li:last-child:after {
  display: none;
}
.nav-inner ul li a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.2px;
  color: #555555;
  display: block;
  text-decoration: none;
}
.nav-inner ul li:last-child a, .nav-inner ul li:last-child a span {
  color: #41A9B5;
}
.nav-inner ul li a span {
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: 0.2px;
  font-family: "Oswald", sans-serif;
  color: #E673A4;
  display: block;
}
.section.outline {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.section.outline.ticket {
  margin-top: 150px;
  margin-bottom: 190px;
}
.collab-wrapper {
  background: #FCF6F0;
  padding: 135px 0 150px;
  color: #101010;
}
.section_frame {
  display: grid;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.section_frame.line_frame {
  margin: 195px auto 0;
}
.section__inner {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section_frame_line {
  width: 100%;
  display: grid;
  position: relative;
}
.section_frame::before, .section_frame::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 20px;
  border: 1px solid #E673A4;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.photo-spot.section_frame::before, .photo-spot.section_frame::after {
  border: 1px solid #EDA144;
}
.section_frame::before {
  border-radius: 20px 20px 0 0;
  top: 0;
  border-bottom: none;
}
.photo-spot.section_frame::after {
  border-top: none;
}
.photo-spot.section_frame::before {
  border-bottom: none;
}
.section_frame::after {
  border-radius: 0 0 20px 20px;
  bottom: 0;
  border-top: none;
}
.section_frame_line::before, .section_frame_line::after {
  content: "";
  position: absolute;
  width: 20px;
  height: calc(100% - 40px);
  border: 1px solid #E673A4;
  top: 20px;
  background: #fff;
}
.photo-spot .section_frame_line::before, .photo-spot .section_frame_line::after {
  border: 1px solid #EDA144;
}
.section_frame_line::before {
  left: 0;
  border-radius: 20px 0 0 20px;
  border-right: none;
}
.section_frame_line::after {
  right: 0;
  border-radius: 0 20px 20px 0;
  border-left: none;
}
.photo-spot .section_frame_line::before {
  border-right: none;
}
.photo-spot .section_frame_line::after {
  border-left: none;
}
.section_frame_line .section_frame_inner {
  background: #fff;
  margin: 20px;
}
.section__title {
  text-align: center;
  padding: 25px;
  color: #fff;
  clip-path: polygon(0% 0%, 50% 10px, 100% 0%, 100% 100%, 50% calc(100% - 10px), 0% 100%);
  max-width: 800px;
  width: 70%;
  margin: 0 auto 0;
}
.section_frame_inner .section__title {
  margin: -65px auto 0;
}
.section__title span {
  font-size: 4.2rem;
  line-height: 4.32rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.outline .section__title {
  background-color: #E673A4;
  max-width: 90%;
}
.outline.ticket .section__title {
  background-color: #EDA144;
  margin: 0 auto 0;
}
.outline.photo-spot .section__title {
  background-color: #EDA144;
}
.outline .section_frame_line .outline__image {
  width: 90%;
  max-width: 700px;
  margin: 40px auto 10px;
}
.outline .section_frame_line .outline__text {
  color: #E673A4;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.96rem;
  letter-spacing: 0.2px;
}
.outline.photo-spot .section_frame_line .outline__text {
  color: #EDA144;
  margin: 40px auto 30px;
}
.outline .section_frame_line .outline__block {
  position: relative;
  width: 90%;
  max-width: 765px;
  margin: 0px auto 50px;
}
.outline .section_frame_line .outline__block::before {
  content: "";
  width: 40px;
  height: 90px;
  background-image: url(../img/image_sakura.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
}
.outline.photo-spot .section_frame_line .outline__block::before {
  background-image: url(../img/image_fish.svg);
}
.outline .section_frame_line .outline__block dl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.outline .section_frame_line .outline__block dl dt {
  width: 130px;
  height: 40px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.96rem;
  letter-spacing: 6px;
  color: #fff;
  background: #E673A4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-right: 30px;
}
.outline.photo-spot .section_frame_line .outline__block dl dt {
  background: #EDA144;
  width: 240px;
}
.outline .section_frame_line .outline__block dl.space_o dt {
  letter-spacing: 0px;
}
.outline .section_frame_line .outline__block dl.space_s dt {
  letter-spacing: 1px;
}
.outline .section_frame_line .outline__block dl dd, .outline .section_frame_line .outline__block dl dd a {
  color: #E673A4;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.96rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  word-break: break-all;
}
.photo-spot.outline .section_frame_line .outline__block dl dd, .photo-spot.outline .section_frame_line .outline__block dl dd a {
  color: #EDA144;
}
.outline .section_frame_line .outline__block dl:first-child dd {
  font-size: 3.2rem;
}
.outline .section_frame_line .outline__block dl:first-child dd span.time {
  font-size: 1.5rem;
}
.outline .section_frame_line .outline__block dl:first-child dd span.small {
  font-size: 2.4rem;
}
.collab_info {
  width: 100%;
  overflow: hidden;
  background-image: url(../img/bg_lead_pc.png);
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.collab_info .collab_info_inner {
  width: 100%;
  padding: 155px 0 155px;
  margin: 0 auto;
  position: relative;
}
/*.collab_info .collab_info_inner:after {
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
    width: 1920px;
    height: 100%;
    background-image: url(../img/bg_lead_pc.png);
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 0;
}*/
.collab_info .collab_info_inner .info__text {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4.8rem;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
}
.section.outline .outline__text {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.9rem;
  letter-spacing: 0.2px;
  margin: 50px auto 30px;
}
.outline__text_s {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.2px;
  margin: 10px auto 30px;
}
.c-menu__para {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.56rem;
  letter-spacing: 0.2px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 30px;
  padding-top: 20px;
  position: relative;
}
.c-menu__para:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  background: #333;
  margin-right: auto;
  margin-left: auto;
}
.c-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.c-menu__list .c-card {
  width: 23.2%;
  margin-right: 2.4%;
  margin-top: 40px;
  box-shadow: 5px 4px 10px 0px rgba(230, 115, 164, 0.3);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.c-menu__list .c-card:nth-child(-n+4) {
  margin-top: 0;
}
.ticket .c-menu__list .c-card {
  box-shadow: 5px 4px 10px 0px rgba(237, 161, 68, 0.3);
}
.c-menu__list .c-card:nth-child(4n) {
  margin-right: 0;
}
.c-menu__list .c-card img {
  width: 100%;
}
.c-card__block {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.c-card__block:hover {
  opacity: 0.7;
}
.iziModal-content .modal__image {
  max-height: 90vh;
}
.iziModal-content .modal__image img {
  width: auto;
  height: auto;
  max-height: 80vh;
  border-radius: 10px;
  overflow: hidden;
}
.iziModal {
  background: none;
  box-shadow: none;
}
.modal .close {
  position: fixed;
  top: -20%;
  right: -50%;
  margin: 0;
  z-index: 9999;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  opacity: 1;
  -webkit-animation: xfade 1s ease-in-out forwards;
  animation: xfade 1s ease-in-out forwards;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px #3B3B3B solid;
}
.modal .close > a {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 2px;
  color: #000;
  cursor: pointer;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  transform: translateX(1px)
}
.close:hover {
  opacity: 0.7;
}
.modal__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 200px;
  height: 42px;
  margin-top: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #101010;
  transition: background-color #101010 !important;
  opacity: 100%;
}
.modal__link a {
  font-size: 1.4rem;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: relative;
  text-decoration: none;
  color: #101010;
  padding-bottom: 4px;
}
.modal__link a::after {
  content: "";
  margin: -1px 0 0 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #101010;
  border-right: 2px solid #101010;
  transform: rotate(45deg);
  display: inline-block;
}
/*LINE Campaign*/
.line__inner {
  width: 90%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line__inner .line__image {
  width: 46%;
}
.line__inner .line__contents {
  width: 50%;
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.line__inner .line__contents .line__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.2px;
  color: #E673A4;
  margin-bottom: 20px;
}
.line__inner .line__contents .line__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  letter-spacing: 0.2px;
}
.line__inner .line__contents .line__text strong {
  font-weight: 500;
  color: #E673A4;
}
.line__inner .line__contents .line__block {
  margin: 20px 0;
}
.line__inner .line__contents .line__block dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.line__inner .line__contents .line__block dl dt {
  height: 30px;
  width: 96px;
	min-width: 96px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  letter-spacing: 0.2px;
  color: #101010;
  background: #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding-bottom: 2px;
}
.line__inner .line__contents .line__block dl:last-child dt {
  width: 138px;
	min-width: 138px;
}
.line__inner .line__contents .line__block dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.2px;
  color: #101010;
}
.link-btn {
  width: 200px;
  height: 64px;
  background-image: url(../img/btn_more_bk.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-btn a {
  font-size: 2.0rem;
  line-height: 4.32rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding-bottom: 8px;
  transition: all 0.5s;
}
.link-btn a:hover {
  opacity: 0.7;
}
.link-btn a:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 10px;
  flex-shrink: 0;
  display: inline-block;
}
.line__inner .line__contents ul {
  margin: 30px 0;
}
.line__inner .line__contents ul li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.96rem;
  letter-spacing: 0px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
/*workshop*/
.workshop-wrapper {
  background-color: #095F98;
  padding: 120px 0 150px;
  position: relative;
}
.workshop .section__title {
  background-color: #fff;
  clip-path: polygon(0% 0%, 50% 10px, 100% 0%, 100% 100%, 50% calc(100% - 10px), 0% 100%);
  position: relative;
  display: grid;
}
.workshop .section__title::after {
  content: "";
  clip-path: polygon(0% 0%, 50% 10px, 100% 0%, 100% 100%, 50% calc(100% - 10px), 0% 100%);
  background-color: #2E77A7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(99%, 90%);
  width: 100%;
  height: 100%;
}
.workshop .section__title span {
  z-index: 1;
}
.workshop_inner .workshop__image {
  width: 90%;
  max-width: 700px;
  margin: 40px auto 30px;
}
.workshop_inner .workshop__text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.96rem;
  letter-spacing: 0.2px;
}
.workshop_inner .workshop__text strong {
display: inline-block;
	padding: 0 5px;
  background: #09988E;
  font-weight: 400;
	margin-bottom: 10px;
}
.workshop_inner .workshop__block {
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 1100px;
  width: 90%;
  min-height: 320px;
  margin: 70px auto 80px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 160px;
  color: #fff;
  position: relative;
}
.workshop_inner .workshop__block:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  width: 60px;
  height: 8px;
  margin: auto;
  background-image: url(../img/line_wave.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.workshop_inner .workshop__block:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 60px;
  height: 8px;
  margin: auto;
  background-image: url(../img/line_wave.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.workshop_inner .workshop__block .block__inner {
  display: inline-block;
  text-align: left;
}
.workshop_inner .workshop__block .block__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.24rem;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 20px;
}
 .workshop_inner .workshop__block .block__text strong {
  color: #FF0000;
	 font-weight: 400;
}
.workshop_inner .workshop__block dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.workshop_inner .workshop__block dl dt {
  width: 145px;
  height: 30px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.24rem;
  letter-spacing: 0.2px;
  color: #fff;
  background: #09988E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.workshop_inner .workshop__block dl dd {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.24rem;
  letter-spacing: 0.2px;
}
.workshop_inner .workshop__block ul li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.96rem;
  letter-spacing: 0px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
  text-align: center;
}
.workshop_frame {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 1px 0;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.workshop_frame:last-child {
  margin-bottom: 0;
}
.workshop_frame .workshop_frame_inner {
  width: 90%;
  margin: 24px auto 47px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.workshop_frame .workshop_frame_inner .workshop_frame__image {
  width: 32%;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
  text-align: left;
  color: #101010;
  width: 65%;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.96rem;
  letter-spacing: 0px;
  color: #fff;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date {
  width: 120px;
  height: 120px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.3rem;
  letter-spacing: 0.8px;
  color: #fff;
  background: #09988E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-radius: 50%;
  float: left;
  margin-right: 25px;
  text-align: center;
}
#event01.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date {
  background: #ed7c8c;
}
#event02.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date {
 background: #2d95d2;
}
#event03.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date {
  background: #f7b550;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date span {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date span.small {
  font-size: 3.0rem;
  display: inline;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box__inner {
  width: 75%;
  text-align: left;
  float: left;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .workshop_frame__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.2px;
  color: #095F98;
  margin-top: 20px;
  margin-bottom: 20px;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .workshop_frame__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.2px;
  color: #101010;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents .workshop_frame__block {
  margin-top: 30px;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents dl {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents dl:last-child {
  margin-bottom: 0px;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents dl dt {
  height: 30px;
  width: 120px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.7rem;
  letter-spacing: 0.2px;
  color: #101010;
  background: #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  padding-bottom: 2px;
}
.workshop_frame .workshop_frame_inner .workshop_frame__contents dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.2px;
  color: #101010;
}
.workshop_frame .workshop_frame_inner .workshop_image__sub {
  display: flex;
  justify-content: space-between;
  width: 270px;
  margin: 0 0 0 auto;
}
.workshop_frame .workshop_frame_inner .workshop_image__sub p {
  width: 46%;
}
.l-footer {
  position: relative;
  padding: 60px 0 52px;
}
.p-footer {
  padding-bottom: 155px;
  background-color: #FCF6F0;
}
.p-footer__caution {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.p-footer__caution p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.p-footer__logo {
  width: 200px;
  margin: 53px auto 0;
}
.p-footer__copyright {
  margin-top: 50px;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.ticket__section {
  margin-top: 125px;
}
.ticket__section:first-child {
  margin-top: 0;
}
.ticket__block {
  position: relative;
  max-width: 1442px;
  margin-left: auto;
  margin-right: auto;
}
.category__title {
  width: 245px;
  height: 92px;
  position: absolute;
  top: -100px;
  left: -20px;
}
.category__title.title-goods {
  width: 231px;
  height: 84px;
  position: absolute;
  top: -90px;
  left: auto;
  right: -20px;
}
.category__title.title-gourmet {
  width: 178px;
  height: 59px;
  position: absolute;
  top: -67px;
}
.toggle {
  display: none;
}
.Label {
  max-width: 500px;
  height: fit-content;
  margin: 0 auto;
  border-radius: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.Label, .accordion, .accordion2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  margin: 0 auto;
}
.toggle + .Label {
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  margin: 40px auto 0
}
.more-btn {
  width: 240px;
  transition: all 0.5s;
  margin: 0 auto 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-btn span.open {
  display: block;
  width: 100%;
  height: 80px;
  color: #fff;
  background-image: url(../img/btn_more_bk.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.more-btn span.close {
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(../img/btn_close_bk.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.more-btn span.btn-text {
  padding-right: 35px;
  font-size: 2.0rem;
  line-height: 64px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  transition: all 0.5s;
  position: relative;
}
.more-btn span.btn-text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.more-btn:hover span.btn-text:after {
  transform: translateX(10px);
}
.more-btn span.close {
  color: #E673A4;
}
.more-btn span.close > span.btn-text:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle:checked + .Label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.toggle + .Label span.open {
  display: block;
}
.toggle:checked + .Label span.open {
  display: none;
}
.toggle + .Label span.close {
  display: none;
}
.toggle:checked + .Label span.close {
  display: block;
}
.toggle + .Label a {
  display: block;
  width: 100%;
}
.toggle ~ .accordion {
  height: 0;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all .3s;
}
.toggle:checked ~ .accordion { /*開閉時*/
  height: auto;
  padding: 40px 0 120px;
  transition: all .3s;
}
@media screen and (min-width: 1100px) {
  .workshop-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 102px;
    height: 100%;
    background-image: url(../img/bg_workshop.png);
    display: block;
    background-size: 102px auto;
    background-repeat: repeat-y;
    background-position: left top;
    z-index: 0;
  }
  .workshop-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 102px;
    height: 100%;
    background-image: url(../img/bg_workshop.png);
    display: block;
    background-size: 102px auto;
    background-repeat: repeat-y;
    background-position: right top;
    z-index: 0;
  }
  .bg-illust01 {
    width: 100%;
    background-image: url(../img/bg_top_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-illust02 {
    width: 100%;
    background-image: url(../img/bg_menu_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top -50px center;
  }
  .bg-illust03 {
    width: 100%;
    background-image: url(../img/bg_ticket02_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-illust04 {
    width: 100%;
    background-image: url(../img/bg_ticket_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top 110px center;
  }
  .bg-illust05 {
    width: 100%;
    background-image: url(../img/bg_line_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
@media screen and (min-width: 1920px) {
  .collab_info {
    background-image: url(../img/bg_lead_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bg-illust01 {
    width: 100%;
    background-image: url(../img/bg_top_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-illust02 {
    width: 100%;
    background-image: url(../img/bg_menu_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top -50px center;
  }
  .bg-illust03 {
    width: 100%;
    background-image: url(../img/bg_ticket02_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-illust04 {
    width: 100%;
    background-image: url(../img/bg_ticket_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top 110px center;
  }
  .bg-illust05 {
    width: 100%;
    background-image: url(../img/bg_line_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
@media screen and (min-width: 781px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .modal__image {
    padding: 20px;
  }
	.nav-inner ul li a span {
    font-size: 2.2rem;
}
	
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
  .l-header {
    width: 100%;
    height: auto;
    background: none;
    position: relative;
  }
  .l-title {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .nav-inner {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .nav-inner.is-visible {
    position: fixed;
    bottom: 0;
  }
  .nav-inner ul {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .nav-inner ul li {
    position: relative;
    width: 33%;
    margin: 10px auto;
  }
  .nav-inner ul li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon_gnav_sakura.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
  }
  .nav-inner ul li:nth-child(3):after {
    display: none;
  }
  .nav-inner ul li a {
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0.2px;
    color: #555555;
    display: block;
    text-decoration: none;
  }
  .nav-inner ul li:last-child a, .nav-inner ul li:last-child a span {
    color: #41A9B5;
  }
  .nav-inner ul li a span {
    font-size: 2.2rem;
    line-height: 2.5rem;
    letter-spacing: 0px;
  }
  .section.outline {
    margin-top: 65px;
    margin-bottom: 25px;
    width: 100%;
  }
  .section.outline.ticket {
    margin-top: 90px;
    margin-bottom: 120px;
  }
  .section.section_frame.outline {
    width: 94%;
    margin-top: 50px;
  }
  .section.section_frame.outline.photo-spot {
    margin-top: 0;
    margin-bottom: 125px;
  }
  .bg-illust01 {
    width: 100%;
    background-image: url(../img/bg_top_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-illust02 {
    width: 100%;
    background-image: url(../img/bg_menu_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top -50px center;
  }
  .bg-illust03 {
    width: 100%;
    background-image: url(../img/bg_ticket02_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-illust04 {
    width: 100%;
    background-image: url(../img/bg_ticket_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top 110px center;
  }
  .bg-illust05 {
    width: 100%;
    background-image: url(../img/bg_line_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .collab-wrapper {
    padding: 10px 0 50px;
  }
  .section_frame {
    width: 100%;
    margin: 80px auto;
  }
  .section__inner {
    width: 90%;
  }
  .section_frame_line {
    display: grid;
    position: relative;
  }
  .section_frame::before, .section_frame::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 10px;
    border: 1px solid #E673A4;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
  .photo-spot.section_frame::before, .photo-spot.section_frame::after {
    border: 1px solid #EDA144;
  }
  .section_frame::before {
    border-radius: 10px 10px 0 0;
    top: 0;
    border-bottom: none;
  }
  .photo-spot.section_frame::after {
    border-top: none;
  }
  .photo-spot.section_frame::before {
    border-bottom: none;
  }
  .section_frame::after {
    border-radius: 0 0 10px 10px;
    bottom: 0;
    border-top: none;
  }
  .section_frame_line::before, .section_frame_line::after {
    content: "";
    position: absolute;
    width: 10px;
    height: calc(100% - 20px);
    border: 1px solid #E673A4;
    top: 10px;
    background: #fff;
  }
  .photo-spot .section_frame_line::before, .photo-spot .section_frame_line::after {
    border: 1px solid #EDA144;
  }
  .section_frame_line::before {
    left: 0;
    border-radius: 10px 0 0 10px;
    border-right: none;
  }
  .section_frame_line::after {
    right: 0;
    border-radius: 0 10px 10px 0;
    border-left: none;
  }
  .photo-spot .section_frame_line::before {
    border-right: none;
  }
  .photo-spot .section_frame_line::after {
    border-left: none;
  }
  .section_frame_line .section_frame_inner {
    background: #fff;
    margin: 10px;
  }
  .line_frame .line__inner {
    width: 96%;
  }
  .section_frame_line .section_frame_inner .section__inner {
    width: 98%;
  }
  .section__title {
    padding: 15px;
    clip-path: polygon(0% 0%, 50% 8px, 100% 0%, 100% 100%, 50% calc(100% - 8px), 0% 100%);
    width: 86%;
  }
  .section_frame_inner .section__title {
    margin: -40px auto 0;
  }
  .section__title span {
    display: inline-block;
    font-size: 3.0rem;
    line-height: 4.32rem;
    font-weight: 400;
    padding-bottom: 3px;
    letter-spacing: 0.2px;
  }
  .outline .section_frame_line .outline__image {
    width: 98%;
    margin: 30px auto 10px;
  }
  .outline .section_frame_line .outline__text {
    color: #E673A4;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.96rem;
    letter-spacing: 0.2px;
  }
  .outline.photo-spot .section_frame_line .outline__text {
    color: #EDA144;
    margin: 25px auto 5px;
  }
  .outline .section_frame_line .outline__block {
    width: 98%;
    margin: 20px auto 10px;
  }
  .outline .section_frame_line .outline__block::before {
    content: "";
    width: 30px;
    height: 50px;
  }
  .outline.photo-spot .section_frame_line .outline__block::before {
    background-image: url(../img/image_fish.svg);
    background-position: top 10px center;
    width: 26px;
    height: 40px;
    padding-top: 20px;
  }
  .outline .section_frame_line .outline__block dl {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .outline .section_frame_line .outline__block dl dt {
    width: 18%;
    height: 25px;
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0;
    border-radius: 25px;
    margin-right: 5px;
  }
  .outline.photo-spot .section_frame_line .outline__block dl dt {
    width: 34%;
    line-height: 1.1em;
  }
  .outline .section_frame_line .outline__block dl:last-child dt {
    letter-spacing: 0;
    height: 25px;
    padding: 0px 0
  }
  .outline .section_frame_line .outline__block dl:last-child dt.high-auto {
    height: auto;
    padding: 2px 0
  }
  .outline .section_frame_line .outline__block dl dd, .outline .section_frame_line .outline__block dl dd a {
    width: 80%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
  .photo-spot.outline .section_frame_line .outline__block dl dd, .photo-spot.outline .section_frame_line .outline__block dl dd a {
    color: #EDA144;
  }
  .outline .section_frame_line .outline__block dl:first-child dd {
    font-size: 1.6rem;
  }
  .outline .section_frame_line .outline__block dl:first-child dd span.time {
    font-size: 1.5rem;
  }
  .outline .section_frame_line .outline__block dl:first-child dd span.small {
    font-size: 1.5rem;
  }
  .outline .section__title {
    max-width: 100%;
  }
  .collab_info {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/bg_img_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px;
  }
  .collab_frame_inner {
    width: 100%;
  }
  .collab_info .collab_info_inner {
    width: 100%;
    padding: 20px 0 0;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/bg_lead_pc.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .collab_info .collab_info_inner .info__text {
    font-size: 1.6rem;
    line-height: 3.5rem;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
  }
  .section.outline .outline__text {
    font-size: 1.5rem;
    line-height: 2.7rem;
    margin: 20px auto 10px;
  }
  .outline__text_s {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: 20px auto 25px;
  }
  .c-menu__para {
    font-size: 1.3rem;
    margin-bottom: 25px;
    margin-top: 35px;
    padding-top: 15px;
  }
  .c-menu__para:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background: #333;
    margin-right: auto;
    margin-left: auto;
  }
  .c-menu__list {
    width: 100%;
    margin: 0 auto;
  }
  .c-menu__list .c-card {
    width: 47.5%;
    margin-right: 5%;
    box-shadow: 3px 2px 5px 0px rgba(230, 115, 164, 0.3);
    border-radius: 5px;
    margin-top: 20px;
  }
  .c-menu__list .c-card:nth-child(-n+4) {
    margin-top: 20px;
  }
  .c-menu__list .c-card:nth-child(-n+2) {
    margin-top: 0px;
  }
  .photo-spot .c-menu__list .c-card {
    box-shadow: 5px 4px 10px 0px rgba(237, 161, 68, 0.3);
  }
  .c-menu__list .c-card:nth-child(2n) {
    margin-right: 0;
  }
  .c-menu__list .c-card img {
    width: 100%;
  }
  .c-card__block {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
  }
  .more-btn span.btn-text {
    padding-right: 35px;
    font-size: 1.8rem;
    line-height: 3.8em;
  }
  .more-btn span.btn-text:after {
    width: 13px;
    height: 13px;
  }
  .iziModal-content .modal__image {
    max-height: 90vh;
    margin-bottom: 100px;
  }
  .iziModal-content .modal__image img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    border-radius: 10px;
    overflow: hidden;
  }
  .iziModal .iziModal-content {
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
  }
  .modal .close {
    position: fixed;
    top: 20px;
    right: 20px;
    margin: 0;
    z-index: 9999;
    width: 36px;
    height: 36px;
  }
  .modal .close > a {
    display: block;
    font-size: 25px;
    line-height: 25px;
    font-weight: 200;
	padding-bottom: 3px;
  }
  .toggle:checked ~ .accordion {
    padding: 20px 0 100px;
  }
  .close:hover {
    opacity: 0.7;
  }
  .modal__link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 200px;
    height: 42px;
    margin-top: 0px;
    border-radius: 100vh;
    margin-bottom: 50px;
  }
  .modal__link a {
    font-size: 1.4rem;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
    text-decoration: none;
    color: #101010;
    padding-bottom: 4px;
  }
  .modal__link a::after {
    content: "";
    margin: -1px 0 0 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #101010;
    border-right: 2px solid #101010;
    transform: rotate(45deg);
    display: inline-block;
  }
  /*LINE Campaign*/
  .line__inner {
    width: 100%;
    margin: 30px auto 0;
    flex-flow: column;
  }
  .line__inner .line__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .line__inner .line__contents {
    width: 100%;
    text-align: left;
  }
  .line__inner .line__contents .line__title {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 20px;
  }
  .line__inner .line__contents .line__text {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .line__inner .line__contents .line__block {
    margin: 20px 0 30px;
  }
  .line__inner .line__contents .line__block dl {
    flex-flow: column;
    margin-bottom: 20px;
  }
  .line__inner .line__contents .line__block dl dt {
    height: 25px;
    width: 94px;
    font-size: 1.5rem;
    line-height: 2.7rem;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .line__inner .line__contents .line__block dl:last-child dt {
    width: 138px;
  }
  .line__inner .line__contents .line__block dl dd {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .link-btn {
    margin: 0 auto 10px auto;
  }
  .link-btn a {
    font-size: 2.0rem;
    line-height: 4.32rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding-bottom: 10px;
    transition: all 0.5s;
  }
  .link-btn a:hover {
    opacity: 0.7;
  }
  .link-btn a:after {
    content: "";
    width: 18px;
    height: 18px;
    padding-left: 10px
  }
  .line__inner .line__contents ul {
    margin: 30px 0;
  }
  .line__inner .line__contents ul li {
    font-size: 1.2rem;
    line-height: 1.56rem;
    margin-bottom: 3px;
  }
  /*workshop*/
  .workshop-wrapper {
    background-color: #095F98;
    padding: 10px 0 78px;
    position: relative;
  }
  .workshop-wrapper:before {
    display: none;
  }
  .workshop-wrapper:after {
    display: none;
  }
  .workshop_inner {
    padding-top: 100px;
  }
  .workshop .section__title {
    background-color: #fff;
    clip-path: polygon(0% 0%, 50% 5px, 100% 0%, 100% 100%, 50% calc(100% - 5px), 0% 100%);
    position: relative;
    display: grid;
  }
  .workshop .section__title#workshop {
    width: 80%;
  }
  .workshop .section__title::after {
    content: "";
    clip-path: polygon(0% 0%, 50% 5px, 100% 0%, 100% 100%, 50% calc(100% - 5px), 0% 100%);
    background-color: #2E77A7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(99.5%, 96%);
    width: 100%;
    height: 100%;
  }
  .workshop .section__title span {
    z-index: 1;
  }
  .workshop_inner {
    padding-top: 40px;
  }
  .workshop_inner .workshop__image {
    width: 96%;
    max-width: 700px;
    margin: 30px auto 20px;
  }
  .workshop_inner .workshop__text {
    font-size: 1.5rem;
    line-height: 2.7rem;
    letter-spacing: 0.2px;
  }
  .workshop_inner .workshop__block {
    width: 100%;
    min-height: auto;
    margin: 40px auto 60px;
    padding: 40px 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    box-sizing: border-box;
  }
  .workshop_inner .workshop__block:before {
    content: "";
    position: absolute;
    top: -3px;
    width: 50px;
    height: 6px;
  }
  .workshop_inner .workshop__block:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 50px;
    height: 6px;
  }
  .workshop_inner .workshop__block .block__inner {
    display: inline-block;
    text-align: left;
  }
  .workshop_inner .workshop__block .block__text {
    font-size: 1.5rem;
    line-height: 2.7rem;
    margin-bottom: 30px;
  }
  .workshop_inner .workshop__block dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .workshop_inner .workshop__block dl dt {
    width: 28%;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.7em;
    margin-right: 10px;
  }
  .workshop_inner .workshop__block dl dd {
	 width: 67%; 
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .workshop_inner .workshop__block ul li {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.96rem;
    letter-spacing: 0.2px;
    margin-bottom: 3px;
    text-align: left;
  }
  .workshop_frame {
    width: 90%;
    margin: 0 auto 30px;
    padding: 1px 0;
    background: #fff;
    border-radius: 15px;
  }
  .workshop_frame .workshop_frame_inner {
    width: 90%;
    margin: 20px auto;
    flex-flow: column;
    flex-flow: reverse;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
    text-align: left;
    color: #101010;
    width: 100%;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.96rem;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date {
    width: 90px;
    height: 90px;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 3.3rem;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date span {
    display: block;
    font-size: 2.0rem;
    font-weight: 500;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box .date span.small {
    display: inline;
    font-size: 2.0rem;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .frame-box__inner {
    width: auto;
    text-align: left;
    float: left;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .workshop_frame__title {
    font-size: 2.0rem;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .workshop_frame__text {
    font-size: 1.5rem;
    line-height: 2.2rem;
    display: block;
    margin-top: 20px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents .workshop_frame__block {
    margin-top: 0px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents dl {
    flex-flow: column;
    margin-bottom: 20px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents dl:last-child {
    margin-bottom: 0px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents dl dt {
    height: 20px;
    width: 90px;
    font-size: 1.5rem;
    margin-right: 15px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .workshop_frame .workshop_frame_inner .workshop_frame__contents dl dd {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .workshop_frame .workshop_frame_inner .workshop_image__sub {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto 10px 0;
  }
  .workshop_frame .workshop_frame_inner .workshop_image__sub p {
    width: 46%;
  }
  .l-footer {
    position: relative;
    padding: 40px 0 52px;
  }
  .p-footer {
    padding-bottom: 155px;
    background-color: #FCF6F0;
  }
  .p-footer__caution p {
    font-size: 1.4rem;
    line-height: 1.82rem;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 5px;
  }
  .p-footer__logo {
    width: clamp(178px, 40vw, 200px);
    margin: 53px auto 0;
  }
  .p-footer__copyright {
    margin-top: 30px;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .ticket__section {
    margin-top: 0;
  }
  .ticket__block {
    margin-bottom: 30px;
  }
  .category__title {
    width: 163px;
    height: auto;
    position: inherit;
    margin-bottom: 10px;
    top: 0;
    left: 0;
  }
  .category__title.title-goods {
    width: 154px;
    height: 56px;
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
  }
  .category__title.title-gourmet {
    width: 118px;
    height: 40px;
    position: inherit;
    top: 0;
  }
  .toggle + .Label {
    width: 54%;
    margin-top: 20px;
  }
}