@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  font-feature-settings: "palt" 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .container {
    min-width: 1200px;
    overflow: hidden;
  }

  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    position: relative;
  }

  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  z-index: 99;
  top: 0;
  position: fixed;
}

.header-menu li a.is-active {
  color: #D1AE15;
}

@media print, (min-width: 768px) {
  header {
    left: 0;
    width: 100%;
  }
  header .wrapper-header {
    padding: 20px 20px 18px;
  }

  .header-logo {
    margin-top: 1px;
  }
  .header-logo a {
    width: 80px;
    display: block;
  }
  .header-logo a img {
    width: 100%;
    height: auto;
  }

  .wrapper-header {
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
  }

  .header-nav .button-store {
    padding: 12px 21px;
  }

  .wrapper-nav {
    display: flex;
  }

  .header-menu {
    display: flex;
    margin-right: 25px;
    margin-top: 8px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .header-menu {
    margin-top: 7px;
  }
}
@media print, (min-width: 768px) {
  .header-menu li {
    margin-left: 35px;
  }
  .header-menu li a {
    font-size: 18px;
    line-height: 1.333;
    letter-spacing: 0.16em;
    transition: color 0.3s;
    cursor: pointer;
  }
  .header-menu li a:hover {
    color: #D1AE15;
  }
}
@media only screen and (max-width: 767px) {
  header {
    right: 0;
  }
  header .wrapper-header {
    padding: 0;
    position: relative;
  }

  .button-menu {
    position: relative;
    z-index: 5;
    padding: 20px;
  }

  .button-menu-button {
    display: block;
    width: 30px;
    height: 8px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transition: all .3s cubic-bezier(.4, .01, .165, .99);
  }
  .button-menu-button span {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #000;
    transition: all .3s cubic-bezier(.4, .01, .165, .99);
    transition-delay: 0s;
  }
  .button-menu-button .button-menu-button-icon-top {
    transform: translateY(0) rotate(0deg);
  }
  .button-menu-button .button-menu-button-icon-bottom {
    transform: translateY(6px) rotate(0deg);
  }
  .button-menu.is-active span {
    transition: all .4s cubic-bezier(.4, .01, .165, .99); 
    transition-delay: .2s;
  }
  .button-menu.is-active .button-menu-button-icon-top {
    transform: translateY(4px) rotate(45deg);
  }
  .button-menu.is-active .button-menu-button-icon-bottom {
    transform: translateY(3px) rotate(-45deg);
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 4rem;
    z-index: 1;
    transition: all 0.3s ease;
    overflow-y: auto;
    height: 100%;
  }
  .header-nav .wrapper-nav {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.19rem 0.2rem 0.64rem 0.73rem;
  }
  .header-nav .social-media {
    margin-left: -0.13rem;
  }
  .header-nav .social-media li:not(:last-child) {
    margin-right: 0.17rem;
  }
  .header-nav .social-media li a {
    width: 0.82rem;
  }
  .header-nav .social-media img {
    width: 100%;
    height: auto;
  }

  .header-nav.is-show {
    right: 0;
  }
  .header-nav .button-store {
    padding: 0.13rem 0.23rem;
  }

  .header-menu {
    margin-bottom: 0.45rem;
  }
  .header-menu li {
    padding-left: 0.2rem;
    margin-bottom: 0.18rem;
    position: relative;
  }
  .header-menu li:before {
    content: "・";
    position: absolute;
    left: -0.26rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5rem;
  }
  .header-menu li a {
    font-size: 0.5rem;
    letter-spacing: 0.16em;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.contact-registration {
  text-align: center;
}

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

.contact-registration .button-mail {
  font-size: 18px;
  letter-spacing: .16em;
  width: 482px;
  text-align: center;
  border: 2px solid #D1AE15;
  color: #D1AE15;
  margin: 24px auto 20px;
  display: inline-block;
  line-height: 2;
  transition: all .5s ease;
}
.contact-registration .button-mail:hover {
  background-color: #D1AE15;
  color: #fff;
}
 
@media (max-width: 768px){
  .contact-registration .button-mail {
    font-size: 12px;
    width: 69.3vw;
    padding: 9px 0;
    border-width: 1px;
    line-height: 1;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}

.contact-registration small {
  display: block;
}

.footer-bottom {
  background-color: #faf5ec;
}
.footer-bottom .wrapper-footer {
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom .image-footer img {
  width: 100%;
  height: auto;
}
.footer-bottom .link-pages a {
  font-weight: 500;
  letter-spacing: 0.16em;
}
.footer-bottom .text-copyright {
  letter-spacing: 0.04em;
}

@media print, (min-width: 768px) {
  .contact-registration {
    padding: 58px 0 60px;
  }
  .contact-registration .registration {
    line-height: 1.571;
  }
  .contact-registration h2.registration {
  	margin-bottom: 30px;
  }
  .contact-registration .input-email {
    margin: -3px auto 19px;
    padding: 7px 10px;
    width: 320px;
    color: #999;
  }
  .contact-registration .button-registration {
    font-size: 16px;
    padding: 12px 34px;
    margin: 0 auto 16px;
  }
  .contact-registration small {
    font-size: 12px;
  }

  .is-safari .contact-registration .input-email {
    padding: 10px 56px 4px;
  }

  .footer-bottom {
    padding: 50px 0 30px;
  }
  .footer-bottom .wrapper-footer {
    width: 990px;
    margin: 0 auto;
  }
  .footer-bottom .image-footer {
    width: 230px;
    margin-right: 65px;
  }
  .footer-bottom .wrapper-link {
    margin-right: 55px;
  }
  .footer-bottom .link-pages {
    margin-bottom: 16px;
    margin-top: 6px;
  }
  .footer-bottom .link-pages a {
    font-size: 18px;
    margin-right: 7px;
  }
  .footer-bottom .social-media {
    margin-left: -3px;
  }
  .footer-bottom .social-media li {
    margin-right: 10px;
  }
  .footer-bottom .text-copyright {
    font-size: 12px;
    margin-right: 124px;
    position: relative;
    top: -10px;
  }
  .footer-bottom .wrapper {
    text-align: right;
  }
  .contact-information small {
	  display: block;
	  font-size: 11px;
	  margin-bottom: 0.45rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-information small {
	  display: block;
	  font-size: 0.22rem;
	  margin-bottom: 0.3rem;
	  padding-left: 0.5rem;
	  padding-right: 0.5rem;
  }
  .contact-registration {
    padding: 1.11rem 0 0.94rem;
  }
  .contact-registration .registration {
    margin-bottom: 0.2rem;
  }
  .contact-registration .input-email {
    color: #b3b3b3;
    margin: 0.47rem auto 0.2rem;
    padding: 0 0.3rem;
    width: 4rem;
    height: 0.55rem;
    line-height: 2;
  }
  .contact-registration .button-registration {
    font-size: 0.26rem;
    padding: 0.17rem 0.29rem;
    margin: 0 auto 0.33rem;
  }
  .contact-registration small {
    font-size: 0.22rem;
    line-height: 1.455;
  }

  .footer-bottom {
    padding-top: 0.35rem;
    text-align: center;
  }
  .footer-bottom .image-footer {
    width: 3.6rem;
    order: 3;
    margin: 0 auto 0.58rem;
  }
  .footer-bottom .wrapper-link {
    width: 100%;
    margin-bottom: 0.63rem;
  }
  .footer-bottom .contact-information {
    width: 100%;
    line-height: 1.667;
    margin-bottom: 0.94rem;
  }
  .footer-bottom .link-pages {
    margin-bottom: 1.47rem;
  }
  .footer-bottom .link-pages a {
    font-size: 0.28rem;
    margin-right: 0.1rem;
  }
  .footer-bottom .social-media {
    justify-content: center;
  }
  .footer-bottom .social-media li:not(:last-child) {
    margin-right: 0.2rem;
  }
  .footer-bottom .social-media li a {
    width: 0.96rem;
  }
  .footer-bottom .social-media img {
    width: 100%;
    height: auto;
  }
  .footer-bottom .wrapper {
    background-color: #fff;
    padding: 0.15rem 0 0.19rem;
  }
  .footer-bottom .text-copyright {
    text-align: center;
    font-size: 0.22rem;
  }
}
.button-store {
  line-height: 1;
  color: #D1AE15;
  letter-spacing: 0.16em;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}

.button-view {
  line-height: 1;
  text-align: center;
  background-color: #D1AE15;
  color: #fff;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .button-view {
    font-size: 18px;
    padding: 9px 60px;
    border: 2px solid #D1AE15;
    transition: background-color 0.3s, color 0.3s;
  }
  .button-view:hover {
    color: #D1AE15;
    background-color: #fff;
  }

  .button-store {
    border: 1px solid #D1AE15;
    transition: background-color 0.3s, color 0.3s;
  }
  .button-store:hover {
    background-color: #D1AE15;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .button-view {
    font-size: 0.26rem;
    padding: 0.13rem 0.73rem;
  }

  .button-store {
    border: 2px solid #D1AE15;
    font-size: 0.26rem;
    margin-left: -0.07rem;
    margin-bottom: 0.52rem;
  }
}
.title-common {
  font-weight: bold;
  text-align: center;
  color: #D1AE15;
  letter-spacing: 0.24em;
}

.text-color {
  color: #D1AE15;
  text-align: center;
}

.social-media {
  display: flex;
}
.social-media a {
  display: inline-block;
}

.text-common {
  text-align: center;
}
.text-common .is-below {
  position: relative;
}

@media print, (min-width: 768px) {
  .number-phone {
    display: inline-block;
    pointer-events: none;
  }

  .title-common {
    font-size: 18px;
  }

  .text-color {
    font-size: 18px;
    line-height: 1.944;
    font-weight: 500;
    letter-spacing: 0.24em;
  }

  .text-common {
    line-height: 1.571;
    letter-spacing: 0.24rem;
  }
  .text-common .is-below {
    top: 5px;
  }

  .social-media a {
    width: 46px;
  }
  .social-media a img {
    width: 100%;
    height: auto;
  }

  .contact-information {
    line-height: 1.714;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .title-common {
    font-size: 0.26rem;
    line-height: 1.462;
  }

  .text-color {
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.2em;
  }

  .text-common {
    line-height: 1.667;
    letter-spacing: 0.2em;
  }
  .text-common .is-below {
    top: 0.08rem;
  }
}

/*# sourceMappingURL=common.css.map */

.js-fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(.645,.045,.355,1);
  transition-property: opacity,transform,visibility;
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
  will-change: auto;
}
.js-fadeup.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.sugu-pagination {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  margin-top: 60px;
}
.workshop-menu .sugu-pagination {
  display: none;
}
.sugu-pagination li {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}
.sugu-pagination li.num a {
  padding: 0 12px;
  border-right: 2px solid #000;
  line-height: 1;
}
.sugu-pagination li:nth-last-child(2) a {
    border-right: none;
}
.sugu-pagination li.sugu-active a {
  color: #D1AE15;
}
.sugu-pagination li.first a,
.sugu-pagination li.last a  {
  padding: 0 10px;
  color: #D1AE15;
  line-height: 1;
}
.sugu-pagination li.first {
  margin-right: 20px;
}
.sugu-pagination li.last {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sugu-pagination {
    font-size: 13px;
    border-top: 1px #D1AE15 solid;
    padding-top: 1.5em;
  }
  .sugu-pagination li.num a {
	  border-right-width: 1px;
  }
}