@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
.present_week {
  background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#acddf7),color-stop(50%,#fff100));
  background-image: linear-gradient(to right,#acddf7 50%,#fff100 50%);
  overflow: hidden;
}
.flex{
  display: flex;
  align-items: flex-start;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.center {
  margin: 0 auto;
}
.shadow {
  background: #fff;
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.05);
}
.hover a:hover {
  opacity: 0.8;
  transition: .3s;
}
.arch-ttl {
  margin-bottom: 80px;
}
.arch-ttl img {
  width: auto;
  height: 140px;
  margin: 0 auto;
}
.white {
  background: rgba(255,255,255,0.3);
}


/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .inner {
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 25px;
  z-index: 10;
}
.header .fbs-logo {
  width: 250px;
}
.header .menu-button {
  position: relative;
  width: 50px;
  height: 46px;
  cursor: pointer;
  transition: .3s;
}
.header .menu-button:before,
.header .menu-button:after,
.header .menu-button span {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 2px;
  background: #000;
  transition: .3s;
}
.header .menu-button:before {
  top: 0;
}
.header .menu-button:after {
  bottom: 0;
  width: 30px;
}
.header .menu-button span {
  top: 19px;
  font-size: 0;
}
.header .menu-data {
  display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
  height: 100vh;
	padding-top: 120px;
	background: #52c3f1;
	z-index:0;
  overflow-y: auto;
}
.header .menu-data .center {
  position: relative;
  width: 800px;
  margin: 0 auto;
  align-items: stretch;
  transition: .3s;
}
.header .menu-data .center:before,
.header .menu-data .center:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background: url("../../img/line_dot_vertical.png");
}
.header .menu-data .center:before { left: -8px; }
.header .menu-data .center:after { right: -8px; }
.header .menu-data .menu-list {
  padding: 0 35px;
}
.header .menu-data .menu-item {
  padding-bottom: 22px;
  color: #fff;
}
.header .menu-data .large .menu-item {
  padding-top:12px;
}
.header .menu-data .small .menu-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  margin-bottom: 20px;
  background: url( "../../img/line_dot_horizontal.png") repeat-x left top;
}
.header .menu-data .menu-item:last-child:after,
.header .menu-data .large .menu-item:after {
  display: none;
}
.header .menu-data .menu-item:last-child {
  padding-bottom: 15px;
}
.header .menu-data a {
  display: block;
  color: #fff;
}
.header .menu-data .menu-item strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 33px;
  transition: .3s;
}
.header .menu-data .menu-item span {
  font-size: 1.125em;
  transition: .3s;
}
.header .menu-data .sub-menu-list {
  padding: 35px 0 0 20px;
}
.header .menu-data .sub-menu-item {
  margin-bottom: 20px;
  font-size: 1.250em;
  transition: .3s;
}
.header .menu-data .share a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
}
.header .menu-data .share .twitter {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.header .menu-data .share .twitter img {
  width: 65%;
}
.header .close:before,
.header .close:after,
.header .close span {
  background: #fff;
}
.header .close:before {
  top: 19px;
  transform: rotate(-45deg);
  transition: .3s;
}
.header .close:after {
  opacity: 0;
}
.header .close span {
  transform: rotate(45deg);
  width: 100%;
  transition: .3s;
}


/* main-visual */
.main-visual {
  overflow: hidden;
}
.main-visual img {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}


/* introduction */
.introduction {
  background: url("../../img/catch_bg.jpg") no-repeat center top;
}
.introduction:before,
.introduction:after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: url("../../img/catch_check.png");
}
.introduction .center {
  width: 700px;
}
.introduction h3 {
  width: 574px;
  margin: 0 auto;
  padding: 30px 0;
}
.introduction .text {
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.introduction .period {
  margin-bottom: 30px;
  padding: 13px 13px 14px;
  border-radius: 25px;
  background: #e70012;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.introduction .period span {
  display: inline-block;
  margin-right: 20px;
}
.introduction .period strong {
  display: inline-block;
  font-size: 14px;
}


/* program */
#program {
  opacity: 0;
  position: relative;
  padding: 100px 0;
  transform: translateY(100px);
}
#program.show {
  opacity: 1;
  transition: .5s;
  transform: translateX(0);
}
#program:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("../../img/bg_intro.png");
}
#program .center {
  position: relative;
  width: 1000px;
  z-index: 1;
}
#program .flex {
  justify-content: space-between;
  align-items: stretch;
}
#program .block {
  position: relative;
  width: 470px;
  padding: 105px 65px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 0px 0px rgb(30,184,228);
  text-align: center;
}
#program .block h4 {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}
#program .barihaya h4 {
  width: 310px;
}
#program .oatime {
  margin-bottom: 20px;
  padding: 11px;
  border: 2px #1eb8e4 solid;
  border-radius: 22px;
  color: #1eb8e4;
  font-weight: bold;
  font-size: 1.125em;
}
#program .oatime span {
  display: inline-block;
  margin-right: 20px;
}
#program .detail {
  line-height: 1.5;
  margin-bottom: 20px;
}
#program .detail span {
  color: #e70012;
  font-weight: bold;
  font-size: 1.250em;
}
#program .btn-entry {
  display: block;
  position: relative;
  padding: 25px 0 30px;
  border-radius: 4px;
  background: #1eb8e4;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
}
.end {
  margin-top: 20px;
  color: #e70012;
  font-weight: bold;
}
.btn-entry:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
}
#program .caution {
  line-height: 1.5;
  text-decoration: underline;
  font-weight: bold;
}


/* fix bnr */
.present-bnr-fix {
  opacity: 0;
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 305px;
  z-index: 50;
  transition: .5s;
}
.present-bnr-fix a {
  display: block;
  height: 100%;
}
.present-bnr-fix.show {
  opacity: 1;
  transition: .5s;
}


/* present */
#present {
  padding: 80px 0;
}
#present .center {
  width: 920px;
}
#present .program-block {
  opacity: 0;
  transform: translateY(200px);
  border-radius: 10px;
  overflow: hidden;
}
#present #barihaya,
#present #mentai {
  transform: translateY(200px);
}
#present #barihaya {
  margin-bottom: 70px;
}
#present #barihaya.show,
#present #mentai.show {
  opacity: 1;
  transition: .5s;
  transform: translateY(0);
}
#present .inner {
  margin-top: -30px;
  padding: 0 60px 60px;
}
#present .catch {
  position: relative;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 2px;
  color: #fff;
  font-weight:700;
  font-style: italic;
  font-size: 1.875em;
  text-align: center;
}
#present #barihaya .catch {
  margin-bottom: 20px;
  background: #138931;
}
#present #mentai .catch {
  background: #001484;
  color: #fff;
}
#present #mentai .catch br {
  display: none;
}
#present .catch span {
  display: inline-block;
  font-size: 0.667em;
}
#present .catch:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
#present #barihaya .catch:after {
  border-color: #138931 transparent transparent transparent;
}
#present #mentai .catch:after {
  border-color: #001484 transparent transparent transparent;
}
#present #barihaya .date-message {
  margin-bottom: 20px;
  text-align: center;
}
#present .list-item {
  margin-bottom: 30px;
}
#present #mentai .list-item {
  margin-bottom: 45px;
}
#present .list-item h5 {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 25px;
  background: #e70012;
}
#present .list-item h5 .date {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.250em;
}
#present .list-item h5 .time {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  padding: 7px 10px;
  border-radius: 20px;
  background: #fff;
  font-weight: bold;
}
#present .list-item .catchCopy {
  margin-bottom: 20px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.2em;
}
#present .list-item .goods {
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 10px;
}
#present .list-item .goodsImg {
  width: 200px;
  border: 2px #efefef solid;
  border-radius: 4px;
}
#present #mentai .list-item .goodsImg {
  width: 250px;
}
#present .list-item .detail {
 width: 555px; 
}
#present .list-item .detail h6 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.25em;
}
#present .list-item .detail h6 .detail-copy {
  font-weight: normal;
  font-size: 0.8em;
}
#present .list-item .detail h6 .product {
  font-size: 0.8em;
}
#present .list-item .detail .num {
  line-height: 1.4;
  margin: 10px 0 15px;
  font-size: 1.08em;
}
#present .list-item .detail .num span {
  font-size: 0.9em;
}
#present .entry {
  font-weight: bold;
  text-align: center;
}
#present .entry h5 {
  position: relative;
  margin-bottom: 25px;
  font-size: 1.875em;
}
#present .entry h5:before,
#present .entry h5:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 300px;
  height: 2px;
  background: url("../../img/point_line_dot.gif") repeat-x left top;
}
#present .entry h5:before {
  left: 0;
  transform: translateY(-50%);
}
#present .entry h5:after {
  right: 0;
}
#present .entry h5 span {
  padding: 0 6px 0 8px;
  background:linear-gradient(transparent 50%, #fffd44 50%);
}
#present .entry .text {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.250em;
}
#present .entry .text strong {
  color: #0dbff1;
  font-weight: bold;
  font-size: 1.250em;
}
#present #mentai .entry .text strong {
  color: #e4131b;  
}
#present #mentai .entry .text span {
  font-size: 0.800em; 
}
#present .btn-entry {
  display: block;
  position: relative;
  width: 380px;
  margin: 25px auto 0;
  padding: 30px 0;
  border-radius: 6px;
  background: #e70012;
  box-shadow: 0px 8px 0px 0px rgb(229,229,229);
  color: #fff;
  font-size: 1.250em;
  text-align: center;
}
#present #mentai .caution {
  margin-top: 35px;
  padding: 10px 20px;
  border: 1px #e70012 solid;
  font-weight: 400;
  text-align: left;
}
#present #mentai ul {
  line-height: 1.7;
}
#present #mentai ul li {
  margin:7px 0;
}
#present #mentai .main-list li {
  padding-left: 20px;
  text-indent: -16px;
}
#present #mentai .red-list li {
  padding-left: 10px;
  text-indent: -7px;
  color: #e70012;
  font-size: 0.875em;
}


/* gallery */
#gallery {
  padding: 80px 0;
}
#gallery .center {
  width: 800px;
  opacity: 0;
  transform: translateY(30%);
}
#gallery.show .center {
  opacity: 1;
  transform: translateY(0);
  transition: .5s;
}
#gallery .new-mov {
  margin-bottom: 40px;
}
#gallery .mov-clip {
  border: 8px #fff solid;
}
#gallery .mov-clip > div {
  position: relative;
  padding-top: 56.25%;
}
#gallery .mov-clip iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gallery .mov-ttl {  
  line-height: 1.4;
  margin-top: 10px;
}
#gallery .new-mov .mov-ttl {
  font-size: 	1.250em;
}
#gallery .slider {
  opacity: 0;
}
#gallery.show .slider {
  opacity: 1;
  transition: .5s;
}
#gallery .slider .slick-slide {
  width: 350px;
  padding: 0 5px;
}
#gallery .slider .slick-slide img {
  border: 2px #fff solid;
}
#gallery .slick-arrow {
  position: absolute;
  top: 30%;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 4px;
  cursor: pointer;
}
#gallery .prev {
  left:-80px;
}
#gallery .next {
  right:-80px;
}
#gallery .slick-arrow div {
  position: relative;
  width: 100%;
  height: 100%;
}
#gallery .slick-arrow div:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right:4px #fff solid;
  border-bottom:4px #fff solid;
}
#gallery .prev div:before {
  transform: translate(-30%, -50%) rotate(135deg);
}
#gallery .next div:before {
  transform: translate(-60%, -50%) rotate(-45deg);
}


/* share */
#share {
  padding: 30px 0;
}
#share .center {
  width: 200px;
}
#share h3 {
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}
#share h3:before,
#share h3:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 21px;
  margin-right: 10px;  
  background: url("../../img/line_cloud.svg") no-repeat left top / 100% 100%;
  vertical-align: -6px;
}
#share h3:after {
  margin: 0 0 0 10px;
  transform: scale(-1,1);
}
#share ul {
  justify-content: space-between;
  align-items: center;
}
#share ul li {
  width: 50px;
}
#share ul li a {
  display: block;
  height: 100%;
}
#present #mentai .goods {
  width: 100%;
  margin: 0 auto;
}
#present #mentai .detail {
  width: calc(100% - 270px);
}
#present #mentai h5 {
  line-height: 1.4;
  text-align: center;
}
#present #mentai h5 span {
  display: inline-block;
  font-size: 0.875em;
}


/* footer */
.footer {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  background: #fff;
}
.footer .fbs-site {
  color: #1da1f2;
  font-weight: bold;
  font-size: 1.125em;
}
.footer .fbs-site:after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background: url("../../img/icon_link.svg") no-repeat left top / 100% 100%;
  vertical-align: -1px;
}



@media all and (max-width: 1000px) {
    
  /* header */
  .header .menu-data {
    padding-bottom: 80px;
  }
  .header .menu-data .center {
    width: 85%;
  }
  .header .menu-data .menu-list.large {
    width: 100%;
  }
  .header .menu-data .menu-list.small {
    width: 100%;
  }
  .header .menu-data .menu-list {
    padding: 0 3%;
  }
  .header .menu-data .small .menu-item:before {
    margin-bottom: 17px;
  }
  .header .menu-data .menu-item strong {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .header .menu-data .menu-item span {
    font-size: 1em;
  }
  .header .menu-data .sub-menu-list {
    padding: 30px 0 0 10px;
  }
  .header .menu-data .sub-menu-item {
    margin-bottom: 20px;
    font-size: 1.125em;
  }
  
  
  /* main-visual */
  .main-visual img {
    width: 100%;
    padding-top: 80px;
  }
  
  
  /* program*/
  #program .center {
    max-width: 1000px;
    width: 90%;
  }
  #program .block {
    max-width: 470px;
    width: 47%;
    padding: 85px 4% 30px;
  }
  #program .block h4 {
    width: 200px;
  }
  #program .barihaya h4 {
    width: 280px;
  }
  #program .oatime {
    margin-bottom: 15px;
    padding: 11px 0;
    font-size: 1em;
  }
  #program .detail {
    font-size: 0.875em;
  }
  #program .detail span {
    font-size: 1.250em;
  }
  

  /* present */
  #present .center {
    max-width: 920px;
    width: 90%;
  }
  #present .inner {
    padding: 0 5% 60px;
  }
  #present #mentai .catch {
    line-height: 1.3;
  }
  #present #mentai .catch br {
    display: block;
  }
  #present .list-item .goodsImg {
    width: 250px;
  }
  #present .list-item .detail {
    width: calc(100% - 270px);
  }
  #present .entry h5:before,
  #present .entry h5:after {
    width: calc(50% - 100px);
  }
  
  
  
  /* gallery */
  #gallery .center {
    width: 90%;
  }
  #gallery .slick-arrow {
    z-index: 1;
  }
  #gallery .prev {
    left:-30px;
  }
  #gallery .next {
    right:-30px;
  }
}


@media all and (max-width: 812px) {
  .arch-ttl {
    margin-bottom: 40px;
  }
  .arch-ttl img {
    height: 120px;
  }
  
  
  /* header */
  .header .inner {
    height: 50px;
    padding: 0 15px;
  }
  .header .fbs-logo {
    width: 130px;
  }
  .header .menu-button {
    width: 35px;
    height: 31px;
  }
  .header .menu-button:before,
  .header .menu-button:after,
  .header .menu-button span {
    height: 6px;
  }
  .header .menu-button:after {
    width: 25px;
  }
  .header .menu-button span {
    top: 13px;
  }
  .header .menu-data {
    padding-top: 65px;
  }
  .header .menu-data h2 {
    width: 150px;
    margin: 0 auto 30px;
  }
  .header .menu-data .center {
    display: block;
    width: 80%;
  }
  .header .menu-data .center:before,
  .header .menu-data .center:after,
  .header .menu-data .menu-list.small:before {
    width: 7px;
    background: url("../../img/line_dot_vertical.png") repeat-y left top / 7px auto;
  }
  .header .menu-data .menu-list.small:before {
    display: none;
  }
  .header .menu-data .center:before { left: -7px; }
  .header .menu-data .center:after { right: -7px; }
  .header .menu-data .menu-list.small:before { left: -7px; }
  .header .menu-data .menu-list.large {
    width: 100%;
  }
  .header .menu-data .menu-list.small {
    position: relative;
    width: 100%;
  }
  .header .menu-data .menu-list {
    padding: 0 20px;
  }
  .header .menu-data .menu-item {
    color: #fff;
  }
  .header .menu-data .menu-item:after {
    height: 7px;
    margin-top: 22px;
    background: url( "../../img/line_dot_horizontal.png") repeat-x left top / auto 7px;
  }
  .header .menu-data .menu-item:last-child:after {
    display: block;
  }
  .header .menu-data .menu-list:last-child .menu-item:last-child:after {
    display: none;
  }
  .header .menu-data .large .menu-item {
    padding-bottom: 0;
  }
  .header .menu-data .menu-item strong {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .header .menu-data .menu-item span {
    font-size: 0.938em;
  }
  .header .menu-data .sub-menu-list {
    padding: 20px 0 1px 20px;
  }
  .header .menu-data .sub-menu-item {
    margin-bottom: 20px;
    font-size: 1em;
  }
  .header .menu-data .share a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
  }
  .header .menu-data .share .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .header .menu-data .share .twitter img {
    width: 65%;
  }
  .header .close:before,
  .header .close:after,
  .header .close span {
    background: #fff;
  }
  .header .close:before {
    top: 13px;
  }
  
  
  /* main-visual */
  .main-visual img {
    padding-top: 60px;
  }
  
  
  /* introduction */
  .introduction {
    background: url("../../img/catch_bg_sp.jpg") no-repeat center top / cover;
  }
  .introduction .center {
    max-width: 90%;
  }
  .introduction h3 {
    width: 450px;
    padding: 30px 0;
  }
  .introduction .period {
    border-radius: 40px;
    font-size: 20px;
  }
  .introduction .period span {
    display: block;
    margin: 0 0 10px 0;
  }
  


  /* program */
  #program {
    padding: 12vw 0;
  }
  #program .arch-ttl {
    margin-bottom: 60px;
  }
  #program .block {
    max-width: 470px;
    width: 47%;
    padding: 12vw 4% 30px;
  }
  #program .block h4 {
    top: -5vw;
    max-width: 200px;
    width: 70%;
  }
  #program .barihaya h4 {
    max-width: 250px;
    width: 90%;
  }
  #program .oatime {
    border-radius: 50px;
    font-size: 0.875em;
  }
  #program .oatime span {
    display: block;
    margin: 0 0 5px 0;
  }
  #program .detail {
    text-align: justify;
  }
  #program .detail br,
  #program .caution br {
    display: none;
  }
  #program .caution {
    text-align: justify;
  }
  #program .btn-entry {
    padding: 18px 10px 18px 0;
    font-size: 0.938em; 
  }
  .btn-entry:after {
    right: 12px;
  }
  
  
  .present-bnr-fix {
    bottom: 30px;
    max-width: 305px;
    width: 40%;
  }

  
  /* present */
  #present {
    padding: 12vw 0;
  }
  #present .inner {
    margin-top: -2.5vw;
    padding: 0 5% 5%;
  }
  #present .catch {
    margin-bottom: 25px;
    font-size: 1.313em;
  }
  #present .entry h5:before,
  #present .entry h5:after {
    width: calc(50% - 80px);
  }
  #present .list-item h5 .date {
    font-size: 1em;
  }
  #present .list-item h5 .time {
    font-size: 0.875em;
  }
  #present .list-item .goodsImg {
    width: 200px !important;
  }
  #present .list-item .detail {
    width: calc(100% - 220px);
  }
  #present .list-item h5 {
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  #present .list-item .detail h6 {
    font-size: 1.125em;
  }
  #present .list-item .detail .num {
    margin: 8px 0 15px;
    font-size: 1em;
  }
  #present .entry .text {
    font-size: 1em;
  }
  #present .btn-entry {
    margin: 5% auto 8vw;
  }
  #present #mentai .goods {
    max-width: 590px;
    width: 100%;
  }
  #present #mentai .detail {
    width: calc(100% - 220px);
  }
  #present #mentai .caution {
    margin-top: 35px;
    padding: 10px 20px;
    font-size: 0.875em;
  }
  
  /* gallery */
  #gallery {
    padding: 12vw 0;
  }
  
  
  /* footer */
  .footer {
    display: block;
    height: auto;
    padding: 20px 5%;
    text-align: center;
  }
  .footer .fbs-site {
    font-size: 1em;
  }
  .footer .fbs-site:after {
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    margin-left: 10px;
    background: url("../../img/icon_link.svg") no-repeat left top / 100% 100%;
    vertical-align: -1px;
  }
  .footer small {
    display: block;
    margin-top: 20px;
    font-size: 0.75em;
  }
}


@media all and (max-width: 568px) {
  .arch-ttl {
    margin-bottom: 30px;
  }
  .arch-ttl img {
    height: 24vw;
  }
  
  
  /* header */
  .header .inner {
    height: 40px;
    padding: 0 8px;
  }
  .header .fbs-logo {
    width: 100px;
  }
  .header .menu-button {
    width: 30px;
    height: 26px;
  }
  .header .menu-button:before,
  .header .menu-button:after,
  .header .menu-button span {
    height: 5px;
  }
  .header .menu-button:after {
    width: 18px;
  }
  .header .menu-button span {
    top: 11px;
  }
  .header .close:before {
    top: 11px;
  }
    
    
  /* main-visual */
  .main-visual img {
    padding-top: 50px;
  }
  
  
  /* introduction */
  .introduction {
    background: url("../../img/catch_bg_sp.jpg") no-repeat center top / cover;
  }
  .introduction:before, .introduction:after {
    height: 15px;
    background: url(../../img/catch_check.png) repeat-x left top / auto 100%;
  }
  .introduction .center {
    width: 90%;
  }
  .introduction h3 {
    width: 90%;
    padding: 7% 0 5%;
  }
  .introduction .text {
    margin-bottom: 7%;
    font-size: 4.5vw;
  }
  .introduction .period {
    margin-bottom: 7%;
    padding: 13px 0;
    border-radius: 10px;
    font-size: 4.3vw;
  }
  .introduction .period strong {
    display: block;
    margin: 10px 0 0 0;
    font-size: 0.75em;
  }


  /* program */
  #program .center {
    width: 90%;
  }
  #program .flex {
    display: block;
  }
  #program .block {
    width: 100%;
    max-width: 100%;
    padding: 90px 7% 7%;
  }
  #program .barihaya {
    margin-bottom: 22%;
  }
  #program .block h4 {
    max-width: 220px;
    top: -30px;
  }
  #program .barihaya h4 {
    max-width: 250px;
    top: -25px;
  }
  #program .oatime {
    padding: 8px 0;
    font-size: 1em;
  }
  
  
  .present-bnr-fix {
    width: 45%;
  }
  
  
  /* present */
  #present .center {
    width: 100%;
  }
  #present .program-block {
    border-radius: 0;
  }
  #present #barihaya {
    margin-bottom: 60px;
  }
  #present h4 {
    position: relative;
    padding-top: 45vw;
  }
  #present h4 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  #present .inner {
    margin-top: -3.5vw;
    padding: 0 5% 10%;
  }
  #present .catch {
    margin-bottom: 12px;
    padding: 10px;
    font-size: 1em;
  }
  #present #barihaya .date-message {
    margin-bottom: 15px;
    font-size: 0.875em;
  }
  #present #mentai .list-item {
    margin-bottom: 20px;
  }
  #present .list-item h5 {
    padding: 8px 10px;
    border-radius: 8px;
  }
  #present .list-item h5 .date {
    font-size: 1.125em;
  }
  #present .list-item h5 .time {
    position: static;
    transform: translateY(0);
    margin-top: 7px;
    border-radius: 6px;
    font-size: 0.813em;
    text-align: center;
  }
  #present .list-item .goods {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    padding: 0 0 15px;
    border-bottom: 2px #ddd dotted;
  }
  #present .list-item .goods:last-child {
    border: 0;
  }
  #present #mentai .goods {
    width: 90%;
  }
  #present .list-item .goodsImg {
    width: 100% !important;
    margin-bottom: 8px;
  }
  #present .list-item .detail {
    width: 100%;
  }
  #present .list-item .detail h6 {
    font-size: 1em;
  }
  #present .list-item .detail .num {
    margin: 8px 0 0;
    font-size: 0.875em;
  }
  #present #mentai .goodsImg,
  #present #mentai .detail {
    width: 100%;
  }
  
  
  #present .entry h5 {
    margin-bottom: 4.5vw;
    font-size: 1.5em;
  }
  #present .entry h5:before,
  #present .entry h5:after {
    width: calc(50% - 70px);
  }
  #present .entry h5 strong {
    margin: 0 5px 0 8px;
  }
  #present .entry .text {
    font-size: 0.875em;
    text-align: left;
  }
  #present .entry .text br {
    display: none;
  }
  #present #mentai .entry .text span {
    font-size: 0.93em;
  }
  #present .btn-entry {
    width: 100%;
    margin: 6vw auto 0;
    padding: 25px 0;
    font-size: 1.1250em;
  }
  .btn-entry:after {
    right: 15px;
  }
  #present #mentai .caution {
    margin-top: 20px;
    padding: 3% 5%;
    font-size: 0.875em;
  }

  
  
  /* gallery */
  #gallery .center {
    width: 100%;
  }
  #gallery .new-mov {
    width: 90%;
    margin: 0 auto 30px;
  }
  #gallery .new-mov .mov-ttl {
    font-size: 1em;
  }
  #gallery .slider .slick-slide {
    max-width: 280px;
    width: 55vw;
    padding: 0 5px;
  }


  /* footer */
  .footer {
    display: block;
    height: auto;
    padding: 20px 5%;
    text-align: center;
  }
  .footer .fbs-site {
    font-size: 1em;
  }
  .footer .fbs-site:after {
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    margin-left: 10px;
    background: url("../../img/icon_link.svg") no-repeat left top / 100% 100%;
    vertical-align: -1px;
  }
  .footer small {
    display: block;
    margin-top: 20px;
    font-size: 0.75em;
  }
}


































