@charset "UTF-8";
/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #231814;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}

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

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

.min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/** FONTS
==============================================*/
/** JS LIBS
==============================================*/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #00BFFB;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 50px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/** COMMON
==============================================*/
.inview {
  opacity: 0;
}

.inview.slideIn {
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 10;
}

.inview.slideIn.delay01 {
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .inview.slideIn.delay01 {
    transition-delay: 100ms;
  }
}

.inview.slideIn.delay02 {
  z-index: 8;
}

@media only screen and (min-width: 768px) {
  .inview.slideIn.delay02 {
    transition-delay: 200ms;
  }
}

.inview.slideIn.delay03 {
  z-index: 7;
}

@media only screen and (min-width: 768px) {
  .inview.slideIn.delay03 {
    transition-delay: 300ms;
  }
}

.inview.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.inview.zoomOut {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.zoomOut.animate {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.inview.openImg {
  opacity: 1;
  overflow: hidden;
  position: relative;
}

.inview.openImg img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.openImg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

.inview.openImg.animate img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.inview.openImg.animate::before {
  width: 0;
}

.inview.popup.animate {
  opacity: 1;
  -webkit-animation: inViewPopup 400ms;
          animation: inViewPopup 400ms;
}

@-webkit-keyframes inViewPopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes inViewPopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

a {
  color: #231814;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #231814;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    opacity: 1;
  }
}

.text-center {
  text-align: center;
}

.figure img, .flex img {
  width: 100%;
}

.tag {
  height: 0;
  overflow: hidden;
}

img.flex {
  width: 100%;
  height: auto;
}

img.full {
  max-width: none;
}

img.cover {
  object-fit: cover;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.row {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}

.row .row {
  padding: 0;
}

.row.nopad {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .row {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .row.sp-nopad {
    padding: 0;
  }
}

.w800 {
  max-width: 840px;
}

.w900 {
  max-width: 940px;
}

.w960 {
  max-width: 1000px;
}

.w1000 {
  max-width: 1040px;
}

.w1040 {
  max-width: 1080px;
}

.w1320 {
  max-width: 1360px;
}

@media only screen and (min-width: 768px) {
  .grid-margin-40 {
    margin: -20px;
  }
  .grid-margin-40 .cell {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-margin-10 {
    margin: -5px;
  }
  .grid-margin-10 .cell {
    padding: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .grid-margin-x-40 {
    margin: 0 -20px;
  }
  .grid-margin-x-40 .cell {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-margin-x-15 {
    margin: 0 -7.5px;
  }
  .grid-margin-x-15 .cell {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media only screen and (min-width: 768px) {
  .grid-margin-y-40 {
    margin: -20px 0;
  }
  .grid-margin-y-40 .cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-margin-y-20 {
    margin: -10px 0;
  }
  .grid-margin-y-20 .cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 15px;
    right: 15px;
    transition: 400ms;
  }
}

@media only screen and (max-width: 767px) {
  .pagetop.is-active {
    bottom: 80px;
  }
}

.pagetop a {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  display: block;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
  border-radius: 50vw;
}

@media only screen and (max-width: 767px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}

.pagetop a::before {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  position: absolute;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .pagetop a::before {
    border-width: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .pagetop a:hover {
    -webkit-animation: popup 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: popup 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/** SITE HEADER
==============================================*/
/** SITER FOOTER
==============================================*/
.site-footer {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.site-footer .content__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.site-footer .img {
  width: 250px;
  text-align: center;
  width: 30%;
}

.site-footer .img.emo {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .site-footer .img.emo {
    padding-top: 15px;
  }
}

.site-footer .cross {
  width: 84px;
  height: 74px;
  position: relative;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .site-footer .cross {
    width: 45px;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.site-footer .cross::before, .site-footer .cross::after {
  content: "";
  display: block;
  width: 113px;
  height: 1px;
  background: #231814;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .site-footer .cross::before, .site-footer .cross::after {
    width: 40px;
  }
}

.site-footer .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}

.site-footer .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
}

.site-footer .copyright {
  text-align: center;
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .site-footer .copyright {
    margin-top: 40px;
  }
}

.site-footer .contact__sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  transition: 400ms;
  z-index: 999;
}

@media only screen and (min-width: 768px) {
  .site-footer .contact__sp {
    display: none;
  }
}

.site-footer .contact__sp .btn {
  width: 45%;
}

.site-footer .contact__sp .btn:not(:last-of-type) {
  margin-right: 10px;
}

.site-footer .contact__sp .btn a {
  font-size: 1.4rem;
}

.site-footer .contact__sp .btn.contact a {
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
}

.site-footer .contact__sp .btn.line a {
  background: #41C006;
}

@media only screen and (max-width: 767px) {
  .site-footer .contact__sp.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* パンくず */
.breadcrumb {
  overflow-x: auto;
  white-space: nowrap
}

@media (max-width: 999px) {
  .breadcrumb {
      padding:20px 0
  }
}

.breadcrumb .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	padding:0 20px;
	max-width:1040px;
	margin:0 auto;
}

.breadcrumb .inner>span:not(:last-child) {
  margin-right: 40px;
  position: relative
}

.breadcrumb .inner>span:not(:last-child)::before {
  -webkit-transform: translateY(-50%);
  background: url(../../img/common/dot.svg) no-repeat top center/19px 4px;
  content: "";
  height: 4px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px
}

.breadcrumb .inner>span>a {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.breadcrumb .inner>span>a:hover {
  opacity: .7
}

.breadcrumb+.contactForm.section {
  margin-top: 0;
  padding-top: 60px
}

@media (max-width: 999px) {
  .breadcrumb+.contactForm.section {
      padding-bottom:60px
  }
}

@media (min-width: 1000px) {
  .breadcrumb+.contactForm.section .form {
      margin-top:50px
  }
}

@media (max-width: 999px) {
  .breadcrumb+.contactForm.section .form {
      margin-top:0
  }
}

.breadcrumb+section,.breadcrumb+.section {
  padding-top: 0
}

@media (max-width: 999px) {
  .breadcrumb+section,.breadcrumb+.section {
      padding-top:40px
  }
}

