@charset "utf-8";

/* CSS Document */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/* =============================================================================
   Reset
   ========================================================================== */

* {
  padding: 0px;
  margin: 0px;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  overflow: hidden;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
}

img {
  vertical-align: bottom;
}

form {
  margin: 0px;
  padding: 0px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* =============================================================================
   Link
   ========================================================================== */

a {
  transition: color 0.3s;
}

#footer a,
.texteffect a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

#footer a::after,
.texteffect a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.texteffect a::after {
  left: 25%;
  bottom: 15px;
}

#footer a:hover::after,
.texteffect a:hover::after {
  width: 100%;
}

.texteffect a:hover::after {
  width: 50%;
}

a:link,
a:hover,
a:visited {
  /* text-decoration:underline; */
  color: #222;
}

a:hover,
a:hover img {
  filter: Alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

@media screen and (max-width: 768px) {
  a:hover:after,
  a:active:after,
  a:focus:after {
    display: none;
  }
}

/* =============================================================================
   Base
   ========================================================================== */

body {
  /*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #1e1e13;
  background-color: #222;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: break-all;
}

#wrapper {
}

#main {
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper {
}

.photo {
  text-align: center;
}

.thum {
  float: left;
}

.thumr {
  float: right;
}

.oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn_more {
  margin: 4% 0 5%;
  opacity: 1;
  display: inline-block;
}

.btn_more span {
  color: #ffffff;
  display: inline-block;
  float: right;
  margin-left: -20px;
  padding-right: 15px;
  position: relative;
  z-index: 500;
}

.btn_more:after {
}

.btn_more a {
  color: #fff;
  background-color: #c3a269;
  border: 1px solid #c3a269;
  letter-spacing: 0.05em;
  padding: 18px 80px;
}

.btn_more a:hover {
  background-color: rgba(1, 1, 1, 0);
  color: #c3a269;
  border: 1px solid #c3a269;
  transition: all 0.3s ease-in-out 0s;
}

.btn_more a:hover span {
  color: #c3a269;
}

.btn_more a:link,
.btn_more a:hover,
.btn_more a:visited {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .btn_more {
    margin: 9% 0 10%;
  }
}

/* =============================================================================
   Header
   ========================================================================== */

#header {
  position: fixed;
  z-index: 5000;
  width: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(255, 255, 255, 1);
}

/* 縮小時背景 */

#header.scrollbg {
  /*background-color:rgba(255, 255, 255, 0.8);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0));*/
}

#header #logo {
  float: left;
  padding: 0.5% 0 0.5% 1%;
  text-align: left;
  width: 255px;
}

#header #logo img {
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

#header #logo a:hover img {
  opacity: 0.5;
}

#header #shop_link {
  float: right;
  padding: 1% 1% 0 0;
  width: 64%;
}

#header #shop_link li {
  float: left;
  /*width:17%;margin:0 1.5%;*/
  width: calc(100% / 15);
}

#header #shop_link li img {
  width: 100%;
}

/* =============================================================================
   Navi
   ========================================================================== */

#gnavi {
  /*float: right;*/
  background: #f5f3ef;
  font-weight: bold;
}

#gnavi ul {
  text-align: center;
}

#gnavi li {
  float: left;
  /*margin: 0 10px;*/
  box-sizing: border-box;
}

.groupver {
  width: calc(100% / 8);
}

.shopver {
  width: calc(100% / 10);
}

/*店舗版*/

#gnavi li a {
  text-decoration: none;
  display: block;
  padding: 20px 0px 20px;
  color: #555;
}

#gnavi li a:hover {
  color: #000;
}

/*カレント*/

#gnavi li a.current {
  color: #000;
}

.texteffect a.current:after {
  width: 50%;
}

#gnavi li img {
}

#gnavi li.contact,
#gnavi li.shophp {
  margin: 0;
}

#gnavi li.contact a {
  background-color: #ff59ab;
  padding: 25px 30px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

#gnavi li.shophp a {
  background-color: #19bd7f;
  padding: 25px 30px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

#gnavi li.contact a:hover,
#gnavi li.shophp a:hover {
  background-color: #41b6e6;
  color: #fff;
}

#gnavi .texteffect a::after {
  background-color: #c3a269;
}

/* Overlay style */

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.9);
  /*background:url(/img/overlay_bg.jpg) no-repeat center top / cover;*/
  z-index: 10000;
}

/* Overlay closing cross */

.overlay .overlay-close {
  position: absolute;
  right: 15px;
  top: 15px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center / 100% auto;
  color: transparent;
  outline: none;
  z-index: 10000;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Menu style */

.overlay nav {
  text-align: left;
  position: relative;
  top: 48%;
  height: 74%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 3% 0 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 98%;
  /* border-top:1px solid #FFC767; */
}

.overlay ul li {
  /*
	height: 20%;
	height: calc(100% / 4);
	*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.overlay ul li a {
  font-size: 1em;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  padding: 2% 0;
}

.overlay ul li a::before {
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

#shop_link_ol {
  margin: auto;
  padding: 1% 1% 0 0;
  max-width: 320px;
  width: 98%;
}

#shop_link_ol li {
  float: left;
  width: calc(100% / 5);
  /*width:17%;
margin:0 1.5%;*/
}

#shop_link_ol li img {
  width: 96%;
  margin: 2%;
}

/* Effects */

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.genericon {
  vertical-align: middle;
  display: inline;
}

.genericon:before {
  /* content: '\f429';
	color:#FFF; */
  margin: 0 2% 0 0;
}

/*
@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 2rem;
    }
    .overlay ul li {
        min-height: 2rem;
    }
}
*/

#navi {
  background: url("/img/nv_bg.png") no-repeat right center / cover;
  height: 83px;
  padding: 2px 5px 0 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  width: 80px;
  z-index: 5500;
  display: none;
}

#trigger-overlay {
  border: none;
  background: none;
  cursor: pointer;
}

#navi span {
  background-color: #fff;
  display: block;
  height: 1px;
  margin: 30% 0;
  width: 30px;
}

#navi span:last-of-type {
  margin-bottom: 20%;
}

#navi .menu {
  font-size: 0.55rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

#nav-menu {
  background-color: rgba(255, 0, 177, 0.8);
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.4;
  width: 90%;
  margin: 0 auto;
}

#nav-menu a:link {
  color: #fff;
  padding: 2% 0;
  display: block;
}

.nav-tel {
  font-size: 1.1rem;
}

.nav-time {
}

/*sp_shop_nav*/

#sp_shop_nav {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 5001;
}

#sp_shop_nav ul li {
  width: 11.7vw;
  height: 11.7vw;
  margin: 1vw 0;
}

#sp_shop_nav ul li a,
#sp_shop_nav ul li .no_link {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #dcb870;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sp_shop_nav ul li a img,
#sp_shop_nav ul li .no_link img {
  width: 60%;
}

#sp_bottom_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

#sp_bottom_nav ul li {
  width: 100%;
  margin: 0 0 1%;
}

#sp_bottom_nav ul li a {
  display: block;
  color: #000;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #dcb870;
}

#sp_bottom_nav ul li a span {
  display: block;
  font-size: 0.5rem;
}

/*sp_group_nav*/

#sp_group_nav {
  position: absolute;
  width: 100%;
  bottom: -20%;
}

#sp_group_nav .group_nav_top li {
  display: inline-block;
  width: 48%;
  margin: 0 0 1%;
}

#sp_group_nav .group_nav_top li a {
  display: block;
  color: #000;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #dcb870;
}

#sp_group_nav .group_nav_bottom li {
  display: inline-block;
  width: 23%;
  margin: 0 0 1%;
}

#sp_group_nav .group_nav_bottom li a {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #dcb870;
}

#sp_group_nav .group_nav_bottom li a img {
  width: 50%;
}

/*sp_top_nav*/

#sp_top_nav {
  position: absolute;
  right: 1%;
  bottom: 21vw;
}

#sp_top_nav li {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 14px;
}

#sp_top_nav li a {
  display: inline-block;
  width: 80px;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #dcb870;
}

/* =============================================================================
   Effect
   ========================================================================== */

/*
	ホバーでアンダーライン
*/

.button {
  color: #fff;
  display: inline-block;
  padding: 0.6em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 14em;
  font-size: 14px;
}

.button--border {
  transition: all 0.4s;
  border: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(to left, #6af0db 0%, #5fb4f0 100%), linear-gradient(to bottom, #6af0db 0%, #6af0db 100%), linear-gradient(to right, #5fb4f0 0%, #6af0db 100%), linear-gradient(to top, #5fb4f0 0%, #5fb4f0 100%);
  overflow: hidden;
  z-index: 1;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-size: 0% 3px, 3px 0%, 0% 3px, 3px 0%;
}

.button--border.in {
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
}

.button--border.in:after {
  opacity: 0;
  transition: 0s all;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(to left, #6af0db 0%, #5fb4f0 100%), linear-gradient(to bottom, #6af0db 0%, #6af0db 100%), linear-gradient(to right, #5fb4f0 0%, #6af0db 100%), linear-gradient(to top, #5fb4f0 0%, #5fb4f0 100%);
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
}

.button--border.ready:after {
  opacity: 1;
}

.button--border:before {
  content: "";
  position: absolute;
  height: 400%;
  width: 0%;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-image: linear-gradient(to left, #6af0db 0%, #5fb4f0 100%);
  transition: all 0.4s;
  z-index: -1;
}

.button--border:hover {
  letter-spacing: 0.1em;
  cursor: pointer;
}

.button--border:hover:before {
  width: 100%;
}

.button--svg {
  color: #fff;
  padding: 1em 3em;
  border: none;
  position: relative;
  display: inline-block;
}

.button--svg:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 200;
  stroke-dashoffset: 48;
}

.button--svg svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.button--svg rect {
  stroke-width: 6px;
  stroke-dasharray: 700, 0;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes enter {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/*
	ホバーで拡大・モーション
*/

.moved img {
  vertical-align: bottom;
}

.moved figure {
  /*width: 240px;
	height: 240px;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #000;
  /*271C09*/
}

#ranking .moved figure {
  width: 100%;
  height: 100%;
}

.moved figcaption p {
  /*font-size: 12px;*/
}

.moved {
  color: #fff;
}

.moved a {
  color: #fff !important;
}

/*.moved figure:after {
	position: absolute;
	background: #fff;
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	left: 5%;
	top: 50%;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}*/

.moved figure:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.moved figcaption .txt,
.moved figcaption .title {
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.4s;
  -moz-transition: all 0.3s ease-out 0.4s;
  transition: all 0.3s ease-out 0.4s;
}

.moved figcaption .title {
  bottom: 51%;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 92%;
  left: 3%;
  font-size: 1rem;
}

.moved figcaption .txt {
  top: 52%;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 92%;
  left: 3%;
  font-size: 0.9rem;
}

.moved figure:hover figcaption .txt,
.moved figure:hover figcaption .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.moved figure img {
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.moved figure:hover img {
  opacity: 0.4;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

/*----- フェードイン -----*/

.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

.fadeIn {
  opacity: 1;
}

/*----- 上へスライド -----*/

.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- ズームイン -----*/

.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: 0.8s;
}

.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*----- フェードインしながら上へスライド -----*/

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* Zoom In #1 */

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* =============================================================================
   Footer
   ========================================================================== */

#footer {
  padding: 4% 0;
  text-align: center;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.75);
}

#footer ul {
  margin: 2.5% 0;
}

#footer li {
  display: inline-block;
  font-size: 0.88rem;
  margin: 0 0.88%;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer h2 {
  margin: 0 0 3%;
}

#footer h2 a {
  position: static;
}

#footer h2 img {
  transition: all 0.3s ease-in-out 0s;
  max-width: 300px;
}

#footer h2 a:hover img {
  opacity: 0.5;
}

.shoptxt {
  text-transform: uppercase;
}

address {
  font-size: 0.66rem;
}

#bottomNavi {
  display: none;
}

@media screen and (max-width: 1505px) {
  #gnavi li {
    /*margin: 0 1px;*/
  }
}

@media screen and (max-width: 1444px) {
  #header #logo {
    width: 255px;
  }
  #header #logo img {
    width: 100%;
  }
  #gnavi li {
    font-size: 0.88rem;
  }
  #gnavi li {
    /*margin: 0 3px;*/
  }
}

@media screen and (max-width: 1280px) {
  #header #logo {
    width: 255px;
  }
  #gnavi li a {
    padding: 20px 5px;
  }
  #gnavi li.contact a,
  #gnavi li.shophp a {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1136px) {
  #header #logo {
    width: 250px;
  }
  #gnavi li a {
    padding: 15px 4px;
  }
  #gnavi li.contact a,
  #gnavi li.shophp a {
    padding: 15px 30px;
  }
  #footer li {
    font-size: 0.78rem;
    margin: 0 0.78%;
  }
}

@media screen and (max-width: 1040px) {
  #header #logo {
    width: 250px;
  }
  #gnavi li {
    font-size: 0.7rem;
  }
  #gnavi li a {
    padding: 15px 2px;
  }
  #gnavi li.contact a,
  #gnavi li.shophp a {
    padding: 15px 10px;
  }
  .container {
    width: 98%;
  }
}

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

@media screen and (max-width: 768px) {
  #header {
    background-color: rgba(255, 255, 255, 0);
  }
  /* 縮小時背景 */
  #header.scrollbg {
    /*background-color:rgba(255, 255, 255, .8);*/
  }
  #header.scrollbg #logo {
    display: none;
  }
  #header #logo {
    padding-top: 0.5%;
  }
  #gnavi,
  #header #shop_link {
    display: none;
  }
  #navi {
    display: inherit;
  }
  .btn_more a {
    padding: 15px 60px;
  }
  #footer {
    padding: 10% 0 80px;
  }
  #footer h2 {
    padding: 0 16% 4% 20%;
  }
  #footer h2 img {
    width: 100%;
    max-width: 300px;
  }
  #footer ul {
    text-align: left;
  }
  #footer li {
    display: block;
    margin: 0;
    font-size: 0.66rem;
    border-bottom: 1px solid #333;
  }
  #footer li a {
    display: block;
    margin: 0;
    padding: 2% 5%;
  }
  #footer li:last-of-type {
    /*border:none;*/
  }
  #bottomNavi {
    background-color: rgba(242, 242, 242, 0.9);
    bottom: 0;
    color: #111;
    font-size: 0.8rem;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
    display: block;
  }
  #bottomNavi ul {
    margin: 0;
  }
  #bottomNavi ul li {
    float: left;
    font-size: 0.66rem;
    text-align: center;
    width: calc(100% / 5);
  }
  #bottomNavi li a {
    display: block;
    padding: 6px 0 3px;
    color: #333;
  }
  #bottomNavi li span {
    display: block;
  }
  #bottomNavi li img {
    max-width: 35px;
  }
  .container {
    width: 96%;
  }
}

/*TITLE*/

.ttl {
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 2% auto 5%;
  padding: 10px 0 15px;
  position: relative;
  text-align: center;
}

.ttl:after {
  background: #c3a269 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 25%;
  position: absolute;
  width: 50%;
}

.ttl span {
  display: block;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 1.8rem;
  }
  .ttl span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 378px) {
  .ttl {
    margin: 20% auto 5%;
  }
}

/* =============================================================================
   .bgMovie
   ========================================================================== */

.background {
  /*  background: url(/img/visual_header.jpg) no-repeat center center;*/
  background-size: cover;
  position: relative;
  z-index: -2;
  /*width:100vw; calc(100vh * 1.78);*/
  height: 100vh;
  margin: 0 auto;
}

.background .background-wrap {
  position: fixed;
  /*relative*/
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.background .background-wrap .background-movie {
  position: relative;
  display: flex;
  justify-content: center;
}

.background .background-wrap #background-movie-player {
  width: 100vw;
  /*calc(100vh * 1.78);*/
  height: 100vh;
  flex: none;
}

@media screen and (max-width: 768px) {
  .background {
    height: 100vh;
  }
  .background .background-wrap #background-movie-player {
    height: 100vh;
  }
}

@media screen and (max-width: 375px) {
  .background {
    height: 50vh;
  }
  .background .background-wrap #background-movie-player {
    height: 50vh;
  }
}

/* =============================================================================
   .bg-slider
   ========================================================================== */

@media screen and (max-width: 1570px) {
  .bg-slider img {
    width: auto;
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .bg-slider img {
    width: auto;
    height: 120vh;
  }
}

/* =============================================================================
   #contitle
   ========================================================================== */

#contitle {
  color: #333;
}

#contitle h2 {
  padding: 8% 0 6%;
  background-repeat: repeat;
  background-size: cover;
}

#contitle h2 span {
  display: block;
}

#contitle h2 .en {
  font-family: "Anton", sans-serif;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

#contitle h2 .jp {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  letter-spacing: 0.1em;
  line-height: 1;
  color: #333;
}

@media screen and (max-width: 768px) {
  #contitle h2 {
    padding: 16% 0 6%;
    background-size: cover;
  }
  #contitle h2 .en {
    font-size: 2rem;
  }
  #contitle h2 .jp {
    font-size: 0.8rem;
    font-weight: normal;
  }
}

@media screen and (max-device-width: 768px) {
  #footer {
    background-color: rgba(1, 1, 1, 1);
  }
}

/* =============================================================================
   pager
   ========================================================================== */

.pager {
  overflow: hidden;
  margin-top: 5%;
}

.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
  overflow: visible;
}

.pager ul li {
  margin: 0 1px;
  position: relative;
  left: -50%;
  float: left;
  border: none !important;
  padding: 0 !important;
}

.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 1rem;
  padding: 5px 15px;
}

.pager ul li a {
  background: #222;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.pager ul li a:hover {
  background: #333;
  color: #fff;
}

.pager ul .current {
  background: #c3a269;
}

/* =============================================================================
   contents top margin
   ========================================================================== */

#maincon .contopmgn {
  margin-top: -90vh;
}

@media screen and (max-width: 768px) {
  #maincon .contopmgn {
    /*	 margin-top:-95vh;*/
    margin-top: -100vh;
  }
}

@media screen and (max-width: 378px) {
  #maincon .contopmgn {
    /*			 margin-top:-45vh;*/
    margin-top: -50vh;
  }
}

/* =============================================================================
		#scrollUp
   ========================================================================== */

#scrollUp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

#scrollUp i {
  font-size: 2rem;
  line-height: 1.8;
}

#scrollUp a {
  width: 60px;
  height: 60px;
  display: block;
  color: #fefefe;
  background: #c3a269;
  text-align: center;
  z-index: 11;
  border: none;
  transition: all 0.3s ease 0s;
}

#scrollUp a:hover {
  background: #c3a269;
}

/*@media screen and (max-width: 768px){
		 	 #scrollUp a {display:none;}
	 }*/

/*
	 ====================================================
	 ■ SWITCH PC or SP
	 ====================================================
	 */

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inherit !important;
  }
  .pc {
    display: none !important;
  }
}

/*device hidden*/

@media screen and (max-device-width: 800px) {
  .device {
    display: none !important;
  }
}
