body,
html {
  /* display: block; */
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  /* font-family: "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
html {
  margin-top: 0px !important;
  -webkit-text-size-adjust: 100%;
}
small {
  font-size: 12px;
  font-family: "Montserrat";
  color: #555;
}
* {
  box-sizing: border-box;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ,
    sans-serif;
}
a {
  text-decoration: none;
}
p {
  margin: 0px;
  line-height: 2.3;
}
a,
p,
li {
  font-size: 14px;
  color: #222;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  margin: 0px;
  font-weight: 300;
}
ul {
  margin: 0px;
  padding-left: 0px;
}
li {
  list-style-type: none;
}
.for-pc {
  display: block;
}
.for-sp {
  display: none;
}
/******************************/
/* H E A D E R ****************/
/******************************/
header {
  background-color: white !important;
}
#groval-navi {
  width: 100%;
  background-color: white;
  z-index: 1;
  border-bottom: 1px solid rgba(60, 60, 60, 0.3);
}
#g-header .page-nav li {
  /* width: 100% !important; */
}
#g-header #groval-navi.fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
main.addPad {
  padding-top: 50px;
}
#fixed-header {
  /* height: 65px; */
}
.sticky #logo {
  /* height: 80px;
    transition-delay: 0s, 0s, .5s; */
}
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#logo.fixedPos {
  position: fixed;
  top: 35px;
  z-index: 20;
}
#logo img {
  z-index: 10;
  width: 11vw;
  max-width: 200px;
  transition: all 300ms;
}
#logo img.small-img {
  width: 50px;
}
#g-header .container {
  height: 65px;
  z-index: 4;
}
#g-header .container {
  position: fixed;
  width: 100%;
  margin: 0 auto;
}
#g-footer .container {
  position: relative;
  width: 100%;
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
#g-header .page-nav {
  position: relative;
  /* margin-left: -25px; */
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
  height: 100%;
}
#g-header .page-nav.left {
  text-align: left;
}
#g-header .page-nav:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  /* background: #eeede9; */
}
#g-header .page-nav li {
  display: inline-block;
  width: 13%;
}
#g-header .menu-item-margin {
  width: 0px !important;
  transition: all 400ms;
}
#g-header .menu-item-margin.side {
  width: 120px;
  width: 8% !important;
}
#g-header .page-nav li:nth-of-type(3) {
  /* padding-right: 300px; */
}
#g-header .page-nav li:nth-of-type(4) {
  /* padding-left: 50px; */
}
#g-header .page-nav a.current {
  color: #e94c01 !important;
}
#g-header .menu-item:hover > a {
  color: #e94c01;
}
#g-header .page-nav a {
  display: block;
  position: relative;
  line-height: 65px;
  padding: 0 15px;
  color: #1a1a1a;
  font-size: 1.2em;
  transition: color 0.2s;
  letter-spacing: 1.75px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
#g-header .page-nav a.current:before,
#g-header .page-nav a:hover:before {
  transform: scale(1);
}
#g-header .page-nav a:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0;
  background: #e94c01;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1), opacity 0.2s;
}
#g-header .page-nav a.current:before,
#g-header .page-nav a:hover::after {
  transform: scale(1);
}
#g-header .page-nav a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #e94c01;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1), opacity 0.2s;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
#g-header.sticky .sns-group {
  position: absolute;
  top: 5px;
  right: 30px;
}
#g-header .sns-group {
  position: absolute;
  top: 65px;
  right: 30px;
  transition: top 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}
.sns-group li {
  display: inline-block;
}
#g-header .sns-group a {
  transition: opacity 0.25s;
}
.bk .twitter {
  background-image: url(../img/parts/sns_twitter.png);
  background-size: cover;
}
.sns-group .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  background: no-repeat 50% 50%;
}
.btn > span {
  line-height: 38px;
  font-weight: bold;
  padding: 0 30px;
}
/*****************************/
/* M A I N C O N T E N T S ***/
/*****************************/
.main-area {
  display: block;
  position: relative;
  padding-top: 65px;
}
span.img-text {
  display: none;
}
.top-catch-text {
  margin-top: 60px;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
}
.top-catch-text h2 {
  margin-bottom: 1.66em;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1.88em;
  letter-spacing: 0.14em;
}
.top-catch-text p {
  line-height: 2.94;
  font-size: 16px;
  /* font-weight: bold; */
}
/* #top-catch-area {
  width: 100%;
  max-width: 700px;
  height: 300px;
  margin: 30px auto 90px;
  padding: 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
} */
#top-catch-area {
  width: 100%;
  max-width: 700px;
  height: 300px;
  margin: -300px auto 90px;
  padding: 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  filter: opacity(0.3);
}
.food_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.food_wrapper h4 {
  font: 200%/1.5 "Oswald", sans-serif;
  margin-bottom: 30px;
  /* color: white; */
  position: relative;
  font-weight: 400;
}
.food_wrapper h4:after {
  content: "";
  height: 1px;
  width: 60%;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
}
.food_wrapper p {
  /* color: white; */
}
.food_a,
.food_e {
  width: 50%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.food_a {
  background-position: center;
  background-size: cover;
}
.food_e {
  background-position: center;
  background-size: cover;
}
.food_b,
.food_f {
  width: 50%;
  height: 500px;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  text-align: left;
  padding: 60px 80px 0 40px;
}
.food_c {
  width: 50%;
  height: 500px;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  text-align: left;
  padding: 60px 40px 0 80px;
}
.food_d {
  width: 50%;
  height: 500px;
  background-repeat: no-repeat;
  /* background-position: top left; */
  background-position: center;
  background-size: cover;
  /* background-size: cover; */
}
.top-news-section,
#sub-news-container {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 120px;
  max-width: 1200px;
  width: 100%;
}
.top-news-section {
  position: relative;
}
#sub-news-container {
  margin-bottom: 40px;
}
.top-news-section h2 {
  text-align: center;
}
#news-container .news-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  clear: both;
  gap: 0 15px;
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
  margin: 20px auto 0px;
}
.select-category {
  position: absolute;
  right: 80px;
  top: 5px;
}
.select-category p.select-tab {
  margin: 0 10px;
  width: 100px;
  text-align: center;
  float: left;
  font-size: 10px;
  background: rgb(150, 150, 150);
  padding: 0px 10px;
  line-height: 24px;
  border-radius: 20px;
  color: white;
  transition: ease-in-out 300ms;
  position: relative;
}
/* .select-category p.select-tab:nth-child(1):after,
.select-category p.select-tab:nth-child(2):after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 100%;
  height: 2px;
  width: 10px;
  background-color: rgb(150,150,150);
}
.select-category p.select-tab:nth-child(2):before,
.select-category p.select-tab:nth-child(3):before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 100%;
  height: 2px;
  width: 10px;
  background-color: rgb(150,150,150);
} */
.select-category p.select-tab:hover {
  cursor: pointer;
  opacity: 0.7;
}
.select-category p.select-tab.current-cate {
  background: orange;
  color: white;
}
.select-category p.select-tab.current-cate::before {
  background-color: orange;
}
.select-category p.select-tab.current-cate::after {
  background-color: orange;
}
#news-container .panel {
  width: calc((100% - 60px) / 4);
  padding: 0 0px 40px;
  margin-bottom: 20px;
}
#news-container .panel a {
  overflow: hidden;
  position: relative;
}
#news-container .panel a {
  overflow: hidden;
  position: relative;
}
.panel a {
  display: block;
  width: 100%;
  height: 100%;
  color: #191919;
}
#pickup-news.this-is-new > .inner:before,
#news-container .this-is-new > a:before {
  display: block;
  content: "NEW";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  margin: -40px 0 0 -40px;
  line-height: 135px;
  background: #ee4d00;
  color: #fff;
  font-size: 1.2em;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 2;
}
#news-container .panel-content {
  margin-bottom: 0px;
}
#news-container .panel-img {
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 270px;
  width: 100%;
  max-height: 180px;
  height: 100%;
  object-fit: cover;
}
#news-container .panel-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.1, 1);
}
.sub-news-inner {
  width: 100%;
  display: inline-block;
}
.sub-news-contents {
  float: left;
  width: 50%;
  padding: 10px;
  text-align: center;
}
#sub-news-container img {
  width: 100%;
}
/* MAIN */
#party-main {
  height: 100vh;
  margin-top: 65px;
}
.scrolling .bg {
  /* transform: skewY(-4.5deg); */
  background-color: rgb(250, 250, 250);
  margin: 0px auto;
  padding: 60px 0;
  text-align: center;
}
.scrolling p {
  /* transform: skewY(4.5deg); */
  width: 60%;
  margin: 10px auto 60px;
  font-size: 18px;
}
.fixed {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.fixed.bg1,
.fixed.bg2,
.fixed.bg3,
.fixed.bg4 {
  position: relative;
}
.fixed.bg1 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: white;
}
.fixed.bg2 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: white;
}
.fixed.bg3 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: white;
}
.fixed.bg4 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: white;
}
.fixed.bg1 h1,
.fixed.bg2 h1,
.fixed.bg3 h1,
.fixed.bg4 h1 {
  font-size: 42px;
  font-weight: 600;
  margin: 0;
}
.fixed.bg1 p,
.fixed.bg2 p,
.fixed.bg3 p,
.fixed.bg4 p {
  font-size: 20px;
  font-weight: 400;
}
#party-top h1,
#party-top p {
  color: white;
}
/********************************/
/* 各ページ共通小見出し ************/
/********************************/
.title {
  position: relative;
  width: 100px;
  margin: 0 auto;
  background-color: white;
  /* z-index: 10; */
  text-align: center;
}
.title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: rgb(100, 100, 100);
  bottom: 50%;
  /* z-index: 5; */
  left: calc(50% - 110px);
}
.title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: rgb(100, 100, 100);
  bottom: 50%;
  /* z-index: 5; */
  left: calc(50% + 60px);
}
.title-sub {
  display: block;
  font-size: 10px;
  color: rgb(100, 100, 100);
  text-align: center;
  margin-top: 10px;
}
/********************************/
/*    P A R T Y *****************/
/********************************/
.party-img-1 {
  text-align: center;
  margin-bottom: 100px;
}
.party-img-1-full {
  width: 100%;
  margin-bottom: 100px;
}
.box1 img,
.box3 img {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box1 img.move,
.box3 img.move {
  -webkit-transform: translate(-100px, 0);
  opacity: 0;
}
.box1 p,
.box3 p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
  font-size: 16px;
}
.box1 p.move,
.box3 p.move {
  -webkit-transform: translate(100px, 0);
  opacity: 0;
}

.box2 img,
.box4 img {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box2 img.move,
.box4 img.move {
  -webkit-transform: translate(100px, 0);
  opacity: 0;
}
.box2 p,
.box4 p {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
  font-size: 16px;
}
.box2 p.move,
.box4 p.move {
  -webkit-transform: translate(-100px, 0);
  opacity: 0;
}
.bg.box img {
  max-width: 640px;
  width: 100%;
}
/********************************/
/*    A B O U T *****************/
/********************************/
.about-top-main {
  position: relative;
  overflow: hidden;
  height: 480px;
  width: 100%;
  padding-top: 65px;
}
.passion-title {
  width: 200px;
}
.passion-title:before {
  width: 50px;
  left: calc(50% - 140px);
}
.passion-title:after {
  width: 50px;
  left: calc(50% + 90px);
}
.quarity-title {
  width: 300px;
}
.quarity-title:before {
  width: 50px;
  left: calc(50% - 140px);
}
.quarity-title:after {
  width: 50px;
  left: calc(50% + 90px);
}
.page-top-image-word {
  position: absolute;
  margin: 0 auto;
  color: white;
  font-size: 40px;
  /* display: block; */
  width: 200px;
  text-align: center;
  top: 49%;
  left: calc(50% - 100px);
  z-index: 1;
}
.about-top-main img {
  position: absolute;
  left: 50%;
  top: 65px;
  width: 1440px;
  height: 480px;
  margin-left: -720px;
}
.about-text-area.first {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.about-text-area.second {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 100px;
}
.about-text {
  margin-top: 20px;
  font-size: 16px;
}
/********************************/
/* A C C E S S ******************/
/********************************/
.access-text-area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.access-text {
  clear: both;
  margin-top: 20px;
  font-size: 16px;
}
.company-info-title {
  width: 300px;
}
.company-info-title:before {
  width: 50px;
  left: calc(50% - 220px);
}
.company-info-title:after {
  width: 50px;
  left: calc(50% + 170px);
}
.company-info-table {
  display: table;
  margin: 40px auto 0px;
  width: 100%;
  color: rgb(100, 100, 100);
  font-size: 14px;
}
.company-info-table dt {
  padding-right: 40px;
  width: calc(47.5% - 41px);
  text-align: right;
  border-right: 1px solid rgba(100, 100, 100, 0.3);
}
.company-info-table dd {
  text-align: left;
  width: calc(52.5% - 41px);
  margin-left: 40px;
}
.table-area {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
}
.ifram-area {
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
iframe {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}
iframe:last-of-type {
  margin-bottom: 100px;
}
/********************************/
/* C O N T A C T ****************/
/********************************/
.contact-form-area {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.form-caution {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-title {
  text-align: left;
  font-size: 14px;
  margin-bottom: 7px;
  color: rgb(100, 100, 100);
}
.form-half div {
  float: left;
  width: 50%;
  text-align: left;
}
.second-name {
  text-align: right !important;
}
.first-name span,
.second-name span {
  display: block;
  line-height: 30px;
  font-size: 9px;
  color: rgba(100, 100, 100, 0.7);
  text-align: left !important;
}
.form-full {
  clear: both;
}
.form-full p {
  float: left;
  width: 100%;
  text-align: left;
}
.form-column {
  height: 80px;
}
.form-column p label {
  width: 100%;
  height: 45px;
}
input.wpcf7-form-control.wpcf7-text {
  height: 45px;
  width: 100%;
}
textarea {
  height: 100px;
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid rgba(100, 100, 100, 0.3);
}
.form-half input.wpcf7-form-control.wpcf7-text {
  width: 98%;
  padding-left: 10px;
}
.form-full input.wpcf7-form-control.wpcf7-text {
  padding-left: 10px;
}
input[type="text"]:focus {
  outline: red;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 50px;
  background: rgb(60, 60, 60);
  border: 1px solid rgb(60, 60, 60);
  color: white;
  font-weight: 200;
  padding: 10px 30px;
  font-size: 14px;
  display: inherit;
  transition: all 300ms;
}
input[type="submit"] {
  margin: 50px auto;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"]:hover {
  background-color: white;
  border: 1px solid rgba(60, 60, 60, 0.6);
  color: rgb(60, 60, 60);
}
/* フッター */
/* footer {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #212121;
}
footer small {
  margin-top: 25px;
  padding-top: 25px;
  text-align: center;
  clear: both;
  width: 100%;
  display: block;
  border-top: 1px solid #999;
  color: #aaa;
}
.footer-inner {
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #999;
}
.footer-nav-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-linker {
  width: 100%;
  max-width: 960px;
  margin: 25px 0px 0px;
  padding: 0;
  display: inline-block;
}
.footer-linker li{
  text-align: left;
  padding-right: 8px;
  padding-left: 8px;
  border-left: 1px solid #999;
  float: left;
}
.footer-linker li:last-of-type {
  border-right: 1px solid #999;
}
.footer-linker li a{
  font-size: 11px;
  color: #aaa;
}
.footer-linker li a:hover {
  color: #fff;
}
.footer-nav-1,
.footer-nav-2,
.footer-nav-3,
.footer-nav-4 {
  float: left;
  text-align: left;
  width: 25%;
}
.footer-nav-1 li,
.footer-nav-2 li,
.footer-nav-3 li,
.footer-nav-4 li {
  margin-bottom: 8px;
}
.footer-nav-1 li a,
.footer-nav-2 li a,
.footer-nav-3 li a,
.footer-nav-4 li a {
  color: #aaa;
}
.footer-nav-1 li a:hover,
.footer-nav-2 li a:hover,
.footer-nav-3 li a:hover,
.footer-nav-4 li a:hover {
  color: white;
}
footer a {
  font-size: 11px;
}
.footer-nav-header {
  margin-bottom: 8px !important;
  font-size: 14px;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  width: 80%;
  color: white;
} */
/*****************************/
/* S I N G L E ***************/
/*****************************/
.entry_main {
  margin-bottom: 60px;
}
#single-main-area {
  background-color: rgb(0, 0, 0);
}
#single-main-area h2 a {
  font-size: 32px;
  color: white;
}
.single-main-area-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0px;
  text-align: center;
}
.single-main-area-inner h2 {
  margin-top: 60px;
  font-size: 32px;
  color: white;
}
.single-meta-area {
  margin-top: 10px;
}
.single-category {
  position: relative;
  margin: 10px auto;
}
.single-category a {
  color: red;
}
.single-category:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: -0.5px;
}
.single-date {
  color: rgb(150, 150, 150);
  margin-top: 10px;
}
.post-link-area .title {
  width: 200px;
}
.post-link-area .title:before {
  left: calc(50% - 140px);
}
.post-link-area .title:after {
  left: calc(50% + 90px);
}
#single-main-img {
  width: 100%;
  text-align: center;
  min-height: 419px;
  max-height: calc(100vh - (100px + 220px));
  position: relative;
  filter: blur(2px);
  opacity: 0.5;
  overflow: hidden;
  top: 65px;
}
.single-main-img-front img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  position: absolute;
  top: 65px;
  left: calc(50% - 329px);
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 420px;
  object-fit: cover;
}
.category-link-area {
  margin-top: 60px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%;
}
.category-link-area ul {
  width: 50%;
  float: left;
}
.category-link-area ul .title {
  font-size: 18px;
}
.category-link-area ul .title-sub {
  font-size: 9px;
  margin-bottom: 40px;
}
.category-link-area ul li {
  text-align: center;
  margin-bottom: 10px;
}
.category-list .title {
  width: 210px;
}
.single-contents-area {
  margin: 60px auto 120px;
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
}
.entry_main img {
  max-width: 100%;
  height: auto;
}
/*****************************/
/* F O O T E R ***************/
/*****************************/
#g-footer {
  position: relative;
  padding-top: 75px;
  color: #ccc;
  clear: both;
}
#g-footer > .container {
  height: 100%;
  padding: 0px 30px;
}
#g-footer .grid {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
#g-footer .grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
#g-footer .col:first-child {
  padding-left: 0;
}
#g-footer h4 {
  position: relative;
  color: white;
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0em;
}
#g-footer h4 span {
  display: block;
  /* padding-bottom: 32px; */
}
#g-footer h4 span:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 20px;
  background-color: rgb(200, 200, 200);
}
#g-footer .page-nav li {
  margin-bottom: 10px;
}
.sns-group {
  display: none;
}
.sns-group.round {
  padding: 0 20px;
}
.sns-group.round li {
  padding: 0 6px;
}
.sns-group li {
  display: inline-block;
}
#g-footer .btn {
  height: 50px;
  line-height: 48px;
  margin-bottom: 20px;
  font-size: 1.1em;
  letter-spacing: 0.2em;
}
.btn > span {
  line-height: 38px;
  font-weight: 400;
  padding: 10px 30px;
  color: rgb(10, 10, 10);
  font-size: 16px;
  background: rgba(200, 200, 200, 0.8);
  letter-spacing: 1px;
}
.round .twitter {
  background-image: url(../img/parts/sns_twitter_r.png);
  background-size: contain;
}
.sns-group .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  background: no-repeat 50% 50%;
}
#g-footer .footer-contact .btn-black {
  width: 230px;
  display: inline-block;
}
#g-footer p {
  line-height: 2.2;
  color: rgb(200, 200, 200);
  margin-bottom: 10px;
}
.smooth-text {
  -webkit-text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
}
#footer-owned-media img {
  width: 100%;
  max-width: 165px;
}
/* .smooth-text span {
  color: rgb(150,150,150);
} */
.page-nav a {
  color: rgb(200, 200, 200);
  font-size: 14px;
  /* line-height: 2.2; */
  vertical-align: top;
}
.page-nav li {
  /* margin-bottom: 20px; */
}
g-footer .col {
  padding-left: 80px;
}
.col-1-3 {
  width: 33.333%;
}
#copyright {
  margin-top: 40px;
  text-align: center;
}
div#footer-owned-media {
  text-align: center;
}
/*********************/
/* A R C H I V E *****/
/*********************/
#archive-page .post-link-area {
  margin-top: 60px;
}
#archive-page .post-link-area .title {
  width: 220px;
}
#archive-page .post-link-area .title:before {
  left: calc(50% - 170px);
}
#archive-page .post-link-area .title:after {
  left: calc(50% + 115px);
}
#archive-page .page-top-image-word {
  width: 280px;
  text-align: center;
  left: calc(50% - 140px);
}
#archive-page .news-slider::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 98%;
  height: 1px;
  background-color: rgba(100, 100, 100, 0.7);
}
#archive-page #news-container .news-slider {
  padding-bottom: 30px;
}
/***********************/
/** M E N U ************/
/***********************/
.grandmenu-list {
  display: inline-block;
  width: 100%;
}
.grandmenu-list ul {
  margin-top: 40px;
  width: 100%;
}
.grandmenu-list ul li {
  float: left;
  width: 25%;
  padding: 5px;
  /* border: 1px solid #99999999; */
}
.grandmenu-list ul li img {
  width: 100%;
  margin-bottom: 20px;
}
.grandmenu-list ul li p {
  width: 100px;
  background-color: #e1cfbc;
  margin: 20px auto 0;
  height: 30px;
  line-height: 30px;
}
.drink-area {
  clear: both;
  width: 100%;
  margin-top: 40px;
}

/*_********************************************************************************************************/
@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
  div#n2-ss-2 .nextend-arrow {
    top: 50% !important;
  }
  p {
    line-height: 1.6;
  }
  #g-header .page-nav li {
    width: 100%;
  }
  header {
    height: 0px;
    padding: 0px !important;
  }
  #nav-open {
    position: fixed;
    z-index: 50;
    width: 60px;
    height: 60px;
    padding-left: 15px;
    padding-top: 15px;
    top: 0;
  }
  .main-area {
    height: calc(100vh);
    padding-top: 0px;
  }
  #g-header .page-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-header .page-nav li {
    border-bottom: none;
  }
  #n2-ss-1 {
    height: calc(100vh) !important;
  }
  .n2-ss-slider-2 {
    height: calc(100vh) !important;
  }
  .n2-ss-slide-backgrounds {
    height: calc(100vh) !important;
  }
  div#n2-ss-1.n2-ss-mobile,
  .n2-ss-slider-1,
  div#n2-ss-1.n2-ss-tablet,
  .n2-ss-slider-1 {
    height: calc(100vh) !important;
  }
  #n2-ss-1-arrow-next,
  #n2-ss-1-arrow-previous {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 50 !important;
  }
  .top-catch-text {
    margin-top: 30px;
    padding: 15px;
    z-index: 1;
    position: relative;
  }
  .top-catch-text h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
    margin-bottom: 1.66em;
    text-align: left;
  }
  .top-catch-text p {
    line-height: 1.7;
    text-align: left;
  }
  #top-catch-area {
    width: 100%;
    max-width: 700px;
    height: 250px;
    margin: -240px auto 30px;
    padding: 0 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: opacity(0.2);
    z-index: -1;
  }
  #news-container .panel {
    width: 100%;
  }
  .about-top-main {
    z-index: -1;
    display: inline-block;
    height: auto;
    padding-top: 50px;
  }
  .about-top-main img {
    top: 0px;
    position: initial;
    left: initial;
    margin-left: initial;
    height: 100%;
    width: 100%;
  }
  .page-top-image-word {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #archive-page .page-top-image-word {
    left: 50%;
  }
  #single-main-img {
    background-image: url("") !important;
    min-height: 0px;
  }
  .single-main-img-front
    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .single-main-area-inner {
    padding: 0px 0px 40px 0px;
  }
  .single-main-area-inner h2 {
    margin-top: 40px;
    padding: 0 30px;
  }
  .title:before,
  .title:after {
    display: none;
  }
  .category-link-area {
    margin-bottom: 0px;
  }
  .single-category:before {
    top: 3.5px;
  }
  #archive-page .news-slider::after,
  .monthly-list::before {
    width: 100%;
  }
  .category-link-area ul {
    width: 100%;
    margin-bottom: 40px;
  }
  .category-link-area ul .title-sub {
    margin-bottom: 20px;
  }
  .category-link-area .title-sub {
    border-bottom: 1px solid rgba(100, 100, 100, 0.6);
    width: 86%;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .food_wrapper h4 {
    font-size: 24px;
  }
  .food_wrapper div {
    width: 100%;
    height: auto;
  }
  .food_a,
  .food_e,
  .food_d {
    padding-bottom: calc(100% / 3 * 2);
    background-size: cover !important;
  }
  .food_b,
  .food_c,
  .food_f {
    padding: 40px 20px;
  }
  .food_c {
    order: 2;
  }
  .food_a,
  .food_e {
    /* width: 100%;
    height: auto; */
  }
  .food_a {
    background: url(http://bluegen.heteml.net/imakos/wp-content/uploads/2021/10/smp_chintai.jpeg);
  }
  .food_e {
    background: url(http://bluegen.heteml.net/imakos/wp-content/uploads/2021/10/smp_beauty.jpeg);
  }
  .food_b,
  .food_f {
    /* width: 100%;
    height: auto; */
  }
  .food_c {
    /* width: 100%;
    height: auto; */
  }
  .food_d {
    /* width: 100%;
    height: auto; */
    background: url(http://bluegen.heteml.net/imakos/wp-content/uploads/2021/10/smp_kanri.jpeg);
  }
  .food_wrapper h4:after {
    display: none;
  }
  .top-news-section,
  #sub-news-container {
    margin-top: 30px;
  }
  .select-category {
    position: inherit;
    right: 0;
    top: 0;
    display: table;
    /* text-align: center; */
    margin: 10px auto 0;
  }
  #news-container .panel-img {
    margin-bottom: 10px;
    max-width: initial;
    max-height: inherit;
  }
  #news-container .panel {
    padding: 0 15px 20px;
  }
  #news-container .panel-content {
    margin-bottom: 0px;
  }
  .party-img-1 {
    width: 92%;
  }
  .bg.box img {
    width: 92%;
  }
  .scrolling .bg {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .scrolling .bg img {
    margin-bottom: 40px;
  }
  .scrollCurrent {
    z-index: -1;
  }
  .scrollNoCurrent {
    z-index: -5;
  }
  #party-main {
    margin-top: 0px;
  }
  .fixed.bg1 h1,
  .fixed.bg2 h1,
  .fixed.bg3 h1,
  .fixed.bg4 h1 {
    font-size: 40px;
  }
  .fixed {
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top: 0%;
  }
  .fixed.bg1 {
    background: url();
  }
  .fixed.bg1:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
  }

  .fixed.bg2 {
    background: url();
  }
  .fixed.bg2:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
  }
  .fixed.bg3 {
    background: url("");
  }
  .fixed.bg3:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
  }
  .fixed.bg4 {
    background: url();
  }
  .box1 img,
  .box2 img,
  .box3 img,
  .box4 img {
    -webkit-transition: all 1.2s;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  .box1 img.move,
  .box2 img.move,
  .box3 img.move,
  .box4 img.move {
    -webkit-transform: translate(0, 400px);
    opacity: 0;
  }
  .box1 p,
  .box2 p,
  .box3 p,
  .box4 p {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  .box1 p.move,
  .box2 p.move,
  .box3 p.move,
  .box4 p.move {
    -webkit-transform: translate(0, 400px);
    opacity: 0;
  }

  /* .box2 img {
    -webkit-transition: all 2s;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  } */
  /* .box2 img.move {
    -webkit-transform: translate(0, 400px);
    opacity: 0;
  } */
  /* .box2 p {
    -webkit-transition: all 1s;
    -webkit-transform: translate(0, 0);
    opacity: 1;
  } */
  /* .box2 p.move {
    -webkit-transform: translate(0, -400px);
    opacity: 0;
  } */
  .company-info-title:after,
  .company-info-title::before {
    width: 10px;
  }
  .company-info-table {
    padding: 0 15px;
  }
  .company-info-table dt {
    width: 30%;
    padding-right: 15px;
    text-align: right;
  }
  .company-info-table dd {
    text-align: left;
    width: 70%;
    padding-left: 15px;
    margin: 0;
  }
  .box p {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
    font-size: 16px;
  }
  iframe {
    margin-bottom: 0px;
    vertical-align: bottom;
  }
  div.wpcf7 {
    padding: 0 20px !important;
  }
  .form-caution {
    font-size: 9px;
    padding: 0 20px;
  }
  footer {
    display: inline-block;
    /* margin-top: 50px; */
  }
  #g-footer {
    width: 100%;
    padding-top: 40px;
  }
  #g-footer .container {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  #g-footer .grid {
    display: block;
    padding: 0 20px;
  }
  #g-footer .grid div {
    margin-bottom: 40px;
  }
  #g-footer h4 span:after {
    width: 120px;
  }
  .footer-inner {
    height: auto;
    padding-bottom: 12.5px;
  }
  .footer-linker {
    padding-top: 12.5px;
  }
  .footer-linker li {
    width: 100%;
    line-height: 30px;
    float: left;
  }
  #footer-owned-media img {
    width: 100%;
    max-width: 80px;
  }
  #g-footer .col {
    width: 100% !important;
    float: none;
  }
  /* Customize */
  .single-contents-area {
    padding: 0 15px;
  }
  #news-container .news-slider {
    padding: 0 15px;
  }
  #news-container .panel {
    padding-left: 0px;
    padding-right: 0px;
  }
  .post-link-area #news-container .news-slider {
    padding: 0px;
  }
  #archive-page .post-link-area #news-container .news-slider {
    padding: 0 15px;
  }
}
/*_********************************************************************************************************/
