@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

/*img {  pointer-events: none;}*/
/*img {touch-action: none;}*/
/*img {-webkit-touch-callout:none;}*/

.ban-drop {
  pointer-events: none;
}
html.sp-open {
  overflow: hidden;
}
body.sp-open {
  
  /*-ms-overflow-style: none;*/
}
body {
  overflow-x: hidden;
}
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.mvAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: mvAnime;
  animation-name: mvAnime; }

@-webkit-keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.mvAnime2 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: mvAnime;
  animation-name: mvAnime; }

@-webkit-keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* Firefox 40+ */ }

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* specify the standard appearance of selects */
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the font size of small elements */
small {
  font-size: 75%; }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

.center {
  text-align: center; }

.mt80 {
  margin-top: 80px; }

.pt80 {
  padding-top: 80px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb37 {
  margin-bottom: 37px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb42 {
  margin-bottom: 42px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb114 {
  margin-bottom: 114px; }

.ml20 {
  margin-left: 20px; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

@media print {
  body {
    display: none !important; } }

html {
  line-height: 1; }

ol, li, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

th.center, td.center, th.center td {
  text-align: center; }

tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@media screen and (max-width: 768px) {
  :root {
    font-size: 62.5%; }
    :root .pc-only {
      display: none; }
    :root .sp-only {
      display: block; }
    :root body.is-sp .pc-only {
      display: none; }
    :root body.is-sp .sp-only {
      display: block; } }

:root body .pc-only {
  display: block; }

:root body .sp-only {
	display: none;
}

:root html {
  font-size: 62.5%; }

:root body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  margin: 0; }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); } }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: bold;
    src: local("YuGothic-Bold"), local("Yu Gothic"); } }

:root :root {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

:root *, :root *:before, :root *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root a {
  color: #2398ea;
  text-decoration: none; }
  :root a:hover img {
    opacity: 0.8; }
  :root a:hover {
    text-decoration: underline; }

:root .link-contents a:hover img, :root .logo a:hover img, :root .logo_fixed a:hover img, :root page-top a:hover img {
  opacity: 1; }

:root .clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto; } }

.hidden {
  display: none; }

.loaded {
  display: block; }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.gnav-under {
  background-color: #fde800; }

.gnav-under-outer {
  background-color: #f2efe8; }

.gnav-under-inner li span img {
  opacity: 0.3; }

.gnav-under-inner a {
  display: block;
  position: relative; }

.gnav-under-inner {
  width: 100%;
  max-width: 1024px;
  margin: 10px auto 0;
  padding-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .gnav-under-inner li {
    position: relative;
    border-right: 1px solid #fff; }
  .gnav-under-inner li:last-child {
    border-right: none; }
  .gnav-under-inner img {
    width: 100%;
    height: auto; }

.breadcrumbs {
  font-size: 12px;
  font-family: serif; }

.new {
  position: absolute;
  background: url(../img/pc/new.png);
  width: 43px;
  height: 13px;
  top: -15px;
  right: 0px; }

.popup .gheader {
  background-color: #f2efe8; }

.gheader {
  width: 100%;
  z-index: 100;
  background-color: #fafafa; }

.gheader-inner {
  max-width: 1200px;
  margin: auto; }

.gnav-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0; }

.right-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.request-btn {
  margin-left: 10px; }

.right-desc {
  font-size: 13px; }

.right-info-btn {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.gnav-inner {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.gnav-inner li img {
  width: 100%; }

.gnav-inner li span img {
  opacity: 0.5; }

.gnav-under {
  padding-bottom: 10px; }
  .gnav-under img {
    max-width: 100%; }

.gnav-under li:first-child {
  border-left: 1px solid #41210f; }

.gnav-under li {
  border-right: 1px solid #41210f; }

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 1); }

.header-flex {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

li.center-logo {
  text-align: center;
  /*margin-left: 10%; */}
  @media screen and (max-width: 768px) {
    li.center-logo img {
      width: 70%; } }

.sns-flex {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row; }
  .sns-flex img {
    max-height: 35px;
    padding-right: 10px; }
  @media screen and (max-width: 768px) {
    .sns-flex img {
      max-height: 30px;
      padding-right: 3px; } }

header .menu-button {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 100; }

#js__MenuBtn2 {
  margin-left: 20px;
  padding-top: 20px;
  display: block;
  position: relative;
  z-index: 100; }

header .tel-button {
  display: block;
  float: right;
  margin-right: 0;
  margin-top: 0; }

#js__MenuBtn .open img {
  display: block; }

#js__MenuBtn .close img {
  display: none; }

#js__MenuBtn .open {
  display: block; }

#js__MenuBtn .close {
  display: none; }

.sp-open #js__MenuBtn .open img {
  display: none; }

.sp-open #js__MenuBtn .close img {
  display: block; }

.sp-open #js__MenuBtn .open {
  display: none; }

.sp-open #js__MenuBtn .close {
  display: block; }

header > .sp-nav > a.tel-button {
  display: block;
  float: right; }

.sp-nav {
  text-align: center; }
  .sp-nav img {
    margin: 15px auto;
    width: 30%; }

.sp-menu {
  display: none;
  opacity: 0; }

.sp-open .sp-menu {
  /*-ms-overflow-style: none; */
  overflow: hidden;
  overflow-y: hidden !important;
  opacity: 1;
  position: fixed;
  z-index: 999;
  display: block;
  background: url("../img/pc/menu-bg.png");
  background-size: auto;
  height: 100%;
  width: 100%;
  -webkit-animation-name: sample01;
  animation-name: sample01;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

@-webkit-keyframes sample01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes sample01 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sp-menu-flex {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.sp-menu-inner {
  /*position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  overflow-y: scroll;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .sp-menu-inner li {
    margin: auto;
    width: 50%;
    text-align: center;
    margin-bottom: 20px; }
    .sp-menu-inner li img {
      margin: auto;
    }
    @media screen and (max-width: 768px) {
      .sp-menu-inner li {
       width: auto;
        margin: 6px auto; }
        .sp-menu-inner li a img {
          width: 60%;
          margin: auto;
        }
      }
    .sp-menu-inner li a {
      color: #fff; }
      
  .sp-menu-inner li:first-child {
    margin-top: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .sp-menu-inner li:first-child {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 20%; } }
  .sp-menu-inner li:last-child {
    margin-bottom: 0; }
  .sp-menu-inner .menu-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 320px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .sp-menu-inner .menu-flex li {
      margin-top: -40px;
      margin-bottom: 0; }

.sp_line {
  margin: 30px 30px;
  padding-top: 30px;
  border-top: 1px solid #fff; }

.spMenuFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .spMenuFlex li {
    margin-top: 20px; }
  .spMenuFlex li:first-child {
    margin-right: 30px; }

.right-under-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .right-under-nav li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff; }
    .right-under-nav li a {
      font-size: 12px;
      color: #fff; }
  .right-under-nav li:first-child {
    border-left: 1px solid #fff; }
  .right-under-nav li:last-child {
    border-right: none; }
  .right-under-nav img {
    width: 100%;
    height: auto; }

.main-contents-inner {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .main-contents-inner {
      width: 100%;
      min-width: 100%;
      padding: 0 15px; } }

.gcopyright img {
  margin: auto;
  padding: 40px 0 40px; }

.gnav .gnav-under-inner li a .new {
  background: url(../img/pc/new.png) 0 0 no-repeat;
  width: 57px;
  height: 18px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto; }

:root body .logo_fixed img.pc-only {
  display: none; }

:root body .is-animation .logo_fixed img.pc-only {
  display: block; }

@-webkit-keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }

@keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

.sp-menu-inner li {
  position: relative; }

.sp-menu-inner li .new {
  background: url(../img/sp/new.png) 0 0 no-repeat;
  width: 58px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 140px; }

#modal-close {
  padding-top: 10px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none; }

.right {
  text-align: right; }

.modal-main {
  width: 600px;
  height: 200px;
  margin: 0;
  padding: 20px;
  color: #fff;
  position: fixed;
  z-index: 2000000; }

@media screen and (max-width: 767px) {
  .modal-main {
    width: 100%; } }

#modal-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111; }

#page-home {
  /* モーダル コンテンツエリア */
  /* モーダル 背景エリア */
  /*選択されているタブのコンテンツのみを表示*/ }
  #page-home #look-item {
    position: relative;
    z-index: 2; }
  #page-home #fujiya-secret {
    margin-top: 80px;
    margin-bottom: 40px; }
  #page-home .ani-1 {
    position: absolute;
    z-index: 100;
    top: 0; }
  #page-home .ani-2 {
    position: absolute;
    z-index: 100;
    top: 0; }
  #page-home .animate__bounce, #page-home .animate__pulse {
    visibility: visible !important; }
  #page-home .slide-cake {
    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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: auto;
    max-width: 860px; }
    #page-home .slide-cake li {
      width: 30%;
      margin-bottom: 20px; }
      #page-home .slide-cake li img {
        max-width: 100%; }
  #page-home .sprite {
    position: relative;
    overflow: hidden;
    width: 480px;
    height: 270px;
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      #page-home .sprite {
        width: 280px;
        height: 180px; } }
    #page-home .sprite img {
      position: absolute;
      top: 300px;
      left: 0; }
      @media screen and (max-width: 768px) {
        #page-home .sprite img {
          top: 180px; } }
  #page-home .sprite img.sprite-anime {
    -webkit-animation: anime-sprite 1s steps(24) 1 forwards;
    animation: anime-sprite 1s steps(24) 1 forwards;
    visibility: visible !important; }

@-webkit-keyframes anime-sprite {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); } }

@keyframes anime-sprite {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); } }
  #page-home .swiper-slide li {
    text-align: center;
    width: 60%;
    margin: auto; }
    #page-home .swiper-slide li img {
      max-width: 100%; }
  #page-home .img-center {
    margin: auto;
    text-align: center; }
  #page-home .img-center img {
    text-align: center;
    margin: auto;
    max-width: 100%; }
  #page-home .img-title img {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      #page-home .img-title img {
        width: 40%; } }
  #page-home .img-title.img-title5 img {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      #page-home .img-title.img-title5 img {
        width: 80%; } }
  #page-home .img-title.img-title6 img {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      #page-home .img-title.img-title6 img {
        width: 60%; } }
  #page-home .img-title3 img {
    margin-top: 40px;
}
  #page-home .bounceAnime {
    -webkit-animation: bounceNew;
    animation: bounceNew;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    visibility: visible !important; }
  #page-home .img-title2 img {
    margin-top: 160px; }
    @media screen and (max-width: 768px) {
      #page-home .img-title2 img {
        margin-top: 60px;
        width: 80%; } }

@-webkit-keyframes bounceNew {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounceNew {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
  #page-home .main-mv img {
    padding-top: 45px;
    width: 100%;
    padding-bottom: 60px; }
  #page-home .main-txt img {
    margin-top: 100px;
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      #page-home .main-txt img {
        margin-top: 20px;
        margin-bottom: 60px; } }
  #page-home .main-logo img {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      #page-home .main-logo img {
        margin-top: 60px;
        width: 20%; } }
  #page-home .top-tab-flex {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 40px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 100px auto 0; }
    #page-home .top-tab-flex li {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #page-home .top-tab-flex li a, #page-home .top-tab-flex li span {
        margin-bottom: 10px; }
      #page-home .top-tab-flex li span {
        margin-right: 10px; }
    @media screen and (max-width: 1024px) {
      #page-home .top-tab-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 40px 0 0px; }
        #page-home .top-tab-flex li {
          margin: 0 auto 30px; }
          #page-home .top-tab-flex li span {
            margin-right: 10px; } }
  #page-home .under-tab-flex {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    #page-home .under-tab-flex img {
      margin-right: 10px;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        #page-home .under-tab-flex img {
          margin-right: 0; } }
  #page-home .top-making {
    text-align: center; }
  #page-home .btn-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 100px auto 0; }
    #page-home .btn-flex li:first-child {
      margin-right: 40px; }
    @media screen and (max-width: 768px) {
      #page-home .btn-flex {
        margin: 50px auto 0; } }
  #page-home .bg-tab {
    background: #fff4e7;
    margin-top: -200px;
    padding-top: 200px;
    padding-bottom: 80px; }
  #page-home .tab-img {
    margin-top: 60px; }
    #page-home .tab-img img {
      max-width: 100%; }
  #page-home .tab-img {
    margin-top: 60px;
    margin-bottom: 60px; }
    #page-home .tab-img img {
      max-width: 100%; }
  #page-home .tab-flex {
    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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 100px auto 0;
    max-width: 860px; }
    #page-home .tab-flex li {
      width: 32%;
      text-align: center; }
      #page-home .tab-flex li img {
        margin: auto;
        max-width: 100%; }
  #page-home .bg-cm {
    background: #fff3e6;
    margin: 100px 0 0;
    padding: 100px 0; }
    @media screen and (max-width: 768px) {
      #page-home .bg-cm {
        padding: 10px 0 80px; } }
  #page-home .bg-making {
    background: #ea1744;
    margin: 0;
    padding: 10px 0 100px; }
    @media screen and (max-width: 768px) {
      #page-home .bg-making {
        padding-top: 0; } }
  #page-home .bg-snowman {
    background: #fff3e6;
    background-image: url("../img/pc/snowman-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    padding: 100px 0; }
    @media screen and (max-width: 768px) {
      #page-home .bg-snowman {
        background: #fff3e6;
        padding: 60px 0; }
        #page-home .bg-snowman .img-title img {
          margin-top: 0px; } }
  #page-home .youtube-inner {
    max-width: 606px;
    margin: 0 auto 40px; }
    #page-home .youtube-inner .youtube-inner-title img {
      margin-top: 100px; }
      @media screen and (max-width: 768px) {
        #page-home .youtube-inner .youtube-inner-title img {
          text-align: center;
          margin: 60px auto 0;
          max-height: 40px; } }
    #page-home .youtube-inner .youtube-inner-img img {
      margin-top: 10px; }
    #page-home .youtube-inner .youtube-inner-img2 img {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        #page-home .youtube-inner .youtube-inner-img2 img {
          margin-top: 50px; } }
  #page-home .btn-img img {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      #page-home .btn-img img {
        margin-top: 50px; } }
  #page-home .footer-logo li {
    position: relative; }
    #page-home .footer-logo li a {
      position: absolute;
      z-index: 10;
      right: -10px;
      bottom: -20px; }
  #page-home .member-flex {
    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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 130px auto 0;
    max-width: 1024px; }
    @media screen and (max-width: 768px) {
      #page-home .member-flex {
        margin-top: 60px; } }
    #page-home .member-flex li {
      width: 32%;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #page-home .member-flex li {
          width: 100%;
          margin-bottom: 80px; } }
      #page-home .member-flex li img {
        margin: auto;
        max-width: 100%; }
  #page-home .bg-max img {
    margin-top: 60px;
    width: 100%; }
  #page-home .bg-max2 img {
    margin-top: 100px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #page-home .bg-max2 img {
        margin-top: 130px; } }
  #page-home .lineup-flex {
    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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 10px auto 10px;
    max-width: 700px; }
    #page-home .lineup-flex li {
      width: 48%;
      text-align: center;
      margin-bottom: 40px; }
@media screen and (min-width: 768px) {
	#page-home .lineup-flex li:nth-child(1) {
      width: 53%;
      text-align: center;
	  margin:auto;
      margin-bottom: 40px; }
}
      @media screen and (max-width: 768px) {
        #page-home .lineup-flex li {
          width: 100%; } }
      #page-home .lineup-flex li img {
        margin: auto;
        max-width: 100%; }
  #page-home .lineup-flex.lineup-flex-sp {
    margin-bottom: 0px; }
    @media screen and (max-width: 768px) {
      #page-home .lineup-flex.lineup-flex-sp li {
        margin-bottom: 0px; }
        #page-home .lineup-flex.lineup-flex-sp li img {
          width: 80%; } }
  #page-home .footer-flex {
    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;
    max-width: 590px;
    margin: 100px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    #page-home .footer-flex li img {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      #page-home .footer-flex {
        margin: 50px auto;
        width: 90%; }
        #page-home .footer-flex li{
         width: 18%; }
         #page-home .footer-flex img{
           width: auto;
          height: 35px; }
        #page-home .footer-flex li:last-child {
          display: none; } }
  #page-home .footer-copyright {
    margin: 10px 0;
    text-align: center;
    font-size: 11px; }
  #page-home .modal-main {
    display: none;
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
    position: fixed;
    z-index: 2000;
    width: 960px;
    height: auto; }
  #page-home .modal-main2 {
    display: none;
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
    position: fixed;
    z-index: 2000;
    width: 500px;
    height: auto; }
  @media screen and (max-width: 768px) {
    #page-home .modal-main, #page-home .modal-main2 {
      width: 100%; } }
  #page-home #modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
  #page-home .modelroom-iframe {
    max-width: 960px;
    margin: auto;
    margin-bottom: 0px; }
  #page-home .aspect-ratio {
    height: 0;
    padding-top: 56.25%;
    position: relative; }
  #page-home .aspect-ratio--object {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
  #page-home .tabs {
    padding-top: 50px;
    max-width: 718px;
    margin: auto; }
    #page-home .tabs img {
      max-width: 100%; }
  #page-home .tab_item {
    width: calc(100%/3);
    cursor: pointer;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    margin: auto; }
  #page-home .tabs-bg {
    background: #fef6e6;
    padding-bottom: 40px; }
  #page-home .tab-sp {
    margin: 40px 0; }
    #page-home .tab-sp .tab-sp-bg {
      background: #fef6e6;
      padding: 20px; }
  #page-home .tab-title {
    padding: 0 10px; }
  #page-home .tab_item {
    width: 230px;
    height: 51px; }
  #page-home .tab_1 {
    background: url("../img/pc/fujiya_img2_tab_1_off.png"); }
  #page-home #tab_1:checked ~ .tab_1 {
    background: url("../img/pc/fujiya_img2_tab_1_on.png"); }
  #page-home .tab_2 {
    background: url("../img/pc/fujiya_img2_tab_2_off.png"); }
  #page-home #tab_2:checked ~ .tab_2 {
    background: url("../img/pc/fujiya_img2_tab_2_on.png"); }
  #page-home .tab_3 {
    background: url("../img/pc/fujiya_img2_tab_3_off.png"); }
  #page-home #tab_3:checked ~ .tab_3 {
    background: url("../img/pc/fujiya_img2_tab_3_on.png"); }
  #page-home input[name="tab_item"] {
    display: none; }
  #page-home .tab_content {
    display: none;
    padding: 40px 0px 0;
    clear: both;
    overflow: hidden; }
  #page-home #tab_1:checked ~ #tab_1_content,
  #page-home #tab_2:checked ~ #tab_2_content,
  #page-home #tab_3:checked ~ #tab_3_content,
  #page-home #tab_4:checked ~ #tab_4_content,
  #page-home #tab_5:checked ~ #tab_5_content,
  #page-home #tab_6:checked ~ #tab_6_content {
    display: block;
    overflow: visible; }
  #page-home .acd-check {
    display: none; }
  #page-home .acd-label {
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px; }
  #page-home .acd-content {
    height: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden;
    display: none; }
  #page-home .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block; }
  #page-home .fuwatAnime {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important; }
  #page-home .leftAnime {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible !important; }
  #page-home .rightAnime {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    visibility: visible !important; }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/*# sourceMappingURL=style.css.map */
