@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

a,a:visited {
	text-decoration: none;
  outline: none;
  color: #f7912c;
}
a:hover {
  color: #f42;
  outline: none;
}
a[href*="tel:"] { cursor: default; }

button { outline: none; }

p {
  position: relative;
	margin: 0 0 16px;
  background: url(../img/transparent.png);
}
td { background: url(../img/transparent.png); }

html {
  min-height: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
}
body {
  position: relative;
  background: url(../img/bg_second.png) 0 0 repeat;
	font: 10rem/1 "Open Sans", "Arial", sans-serif;
  color: #222;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,dt,dd {margin: 0;}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:active,button:focus {
  border: none;
  outline: none;
}
figure {
  margin: 0;
}
em { font-style: normal; }
b {
  color: #f41;
}

.text_center {
  text-align: center;
}
.brackets_mgn {
  margin: 0 -0.2em 0 -0.5em;
}

.new:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -3px;
  display: block;
  width: 75.5px;
  height: 33px;
  background: url(../img/new.png) 0 0 / 100% auto no-repeat;
  -webkit-animation: blink 1.8s infinite;
  animation: blink 1.8s infinite;
}

.pop_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 690px;
  padding-right: 4px;
  margin: 0 auto 3px;
}
.pop_images.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop_images li {
  position: relative;
  margin: 0 0 21px;
  text-align: left;
}
.pop_images.arrow li:first-child:after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: -58px;
  margin: auto 0;
  display: block;
  width: 88.56px;
  height: 73.44px;
  background: url(../img/img_arrow_right.png) 0 0 / 100% auto no-repeat;
  z-index: 10;
}
.pop_images.triangle li:first-child {
  width: 100%;
  text-align: center;
}
.pop {
  position: relative;
  display: inline-block;
  margin: 0 3px 7px;
  background: #fff;
  border: 3px solid #be8432;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px 0px #be8432;
  box-shadow: 1px 1px 0px 0px #be8432;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  line-height: 0;
}
.pop_images li .pop img {
  width: 320px;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.pop:hover img {
  opacity: 0.85;
}
.pop + .txt {
  display: block;
}
.pop + .text_center {
  display: block;
  margin: 1px auto 0;
}
.pop_images + .txt {
  margin: -22.6px 0 17px;
  text-align: center;
}
.pop_image_center {
  width: 512px;
  margin: 0 auto 16px;
  line-height: 0;
}
.pop_image_center .pop img {
  width: 512px;
}
.pop_image_center.large,
.pop_image_center.large img {
  width: 672px;
}
.pop_image_center + .txt {
  margin: -24px 0 17px;
  text-align: center;
}
.img_center {
  display: block;
  margin: 0 auto 26px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sns_btn {
  position: fixed;
  top: 14px;
  left: 0; right: 0;
  width: 994px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 500;
}
.sns_btn > div {
  margin-left: 7px;
}

.gloNav_bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 310;
}
#gloNav {
  position: relative;
}
#bgmBox {
  position: absolute;
  width: 93px;
  height: 30px;
  background: url(../img/bgm.png) 0 0 / 100% auto no-repeat;
  z-index: 10050;
}
#bgmBox.small {
  background-position: 0 -30px;
}
#bgmBox.large {
  background-position: 0 -60px;
}
#bgmBox button {
  display: inline-block;
  height: 38px;
}
#bgmBox button.btnSwitch {
  width: 61px;
}
#bgmBox button.btnVol {
  width: 31px;
}

.footer_bg {
  position: absolute;
  right: 0; bottom: 0; left: 0;
  z-index: 5;
}
.footer_bg {
  position: absolute;
  bottom: -177px;
  width: 100%;
  background: rgba(222,205,151,0.8);
  border-top: 12px solid #271511;
  border-bottom: 12px solid #271511;
}
.footer_bg:before,
.footer_bg:after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 14px;
  background: #be8432;
}
.footer_bg:before {
  top: -26px;
}
.footer_bg:after {
  bottom: -26px;
}

#cboxLoadedContent {
  -webkit-box-shadow: 0 0 16px 4px rgba(28,13,15,0.75);
  box-shadow: 0 0 16px 4px rgba(28,13,15,0.75);
}
#cboxPrevious {
  left: -56px;
  top: -webkit-calc(50% - 33px);
  top: calc(50% - 33px);
  width: 45px;
  height: 65px;
  -webkit-transform-origin: 85% 50%;
  -ms-transform-origin: 85% 50%;
  transform-origin: 85% 50%;
  background: url(../img/arrow_prev.png) 100% 0 no-repeat;
}
#cboxNext {
  right: -56px;
  top: -webkit-calc(50% - 33px);
  top: calc(50% - 33px);
  width: 45px;
  height: 65px;
  -webkit-transform-origin: 15% 50%;
  -ms-transform-origin: 15% 50%;
  transform-origin: 15% 50%;
  background: url(../img/arrow_next.png) 0 0 no-repeat;
}
#cboxClose {
  right: 0px;
  top: -68px;
  width: 60px;
  height: 60px;
  background: url(../img/close.png) 0 0 no-repeat;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
  opacity: 1;
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
  -webkit-animation: hoverAnim 0.22s ease infinite alternate both;
  animation: hoverAnim 0.22s ease infinite alternate both;
}

.pswp__button--close {
  background-position: -14px -72px;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  -webkit-background-size: 396px 132px;
  background-size: 396px 132px;
}

@-webkit-keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
/*@keyframes blink {
0% { opacity: 0; }
49.9% { opacity: 0; }
50% { opacity: 1; }
100% { opacity: 1; }
}*/

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　Clearfix
========================================================================== */

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after { clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

* html .cf { height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

footer{
  text-align: center !important;
}

footer img {
  margin: 8px;
  vertical-align: middle;
}

#mc_embed_signup label {
    display: block;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding-top: 22px;
    padding-bottom: 10px;
}

#mc_embed_signup .button {
  background-color: #000 !important; 
  text-transform: uppercase !important;
}
