@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%;
  letter-spacing: 0.05em;
  width: 100%;
  color: #000; }

html {
  font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "HiraginoKaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  overflow-y: scroll; }

body {
  -webkit-text-size-adjust: 100%; }

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

h1, h2, h3, h4, h5, p {
  margin: 0 0 20px 0; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

li {
  list-style: none; }

table {
  border-collapse: collapse; }

th {
  font-weight: normal; }

img, input {
  border: none; }

img.r {
  border: none;
  float: right;
  margin: 0 0 25px 10px;
  vertical-align: top; }

img.l {
  float: left;
  margin: 0 10px 25px 0;
  vertical-align: top; }

img.c {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  vertical-align: top; }

address {
  font-style: normal; }

@font-face {
  font-family: 'LigatureSymbols';
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("../font/LigatureSymbols-2.11.woff") format("woff"), url("../font/LigatureSymbols-2.11.ttf") format("truetype"), url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  src: url("../font/LigatureSymbols-2.11.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
a, .form-area input[type="submit"] {
  -webkit-transition: .2s all linear;
  transition: .2s all linear; }

h1, .pager > article a::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.section > :after, .page-contents:after, .article > a:after, .pager:after, .initial-view ul:after, .headline .article:after, .top-contents:after {
  content: "";
  display: block;
  clear: both; }

.sub-menu li.wf a::after {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.page-menu select,
.blog-menu select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer; }

.article-link .prev a:before, .article-link .back-index a::before,
.article-link .next a:after {
  display: inline-block;
  content: "";
  border-top: 5px solid transparent;
  border-right: 5px solid #000;
  border-bottom: 5px solid transparent; }

/******************
  basic
******************/
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

a {
  color: #000; }

.none {
  display: none; }

/******************
  structure
******************/
body > #contents {
  height: auto; }

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

#header {
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-sizing: content-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 175px;
  z-index: 1000; }
  @media all and (max-width: 959px) {
    #header {
      position: fixed;
      left: 0;
      top: 0;
      padding: 0;
      width: 100%;
      height: 80px; } }

#contents {
  background: #fff;
  position: relative;
  padding: 175px 0 300px;
  width: 100%; }
  @media all and (max-width: 959px) {
    #contents {
      padding-top: 80px; } }
  @media all and (max-width: 620px) {
    #contents {
      padding-bottom: 0; } }
  .index #contents {
    padding: 0; }

#footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%; }
  .index #footer {
    position: relative; }
  @media all and (max-width: 620px) {
    #footer {
      border-top: 1px solid #000;
      position: relative; } }

/******************
  header parts
******************/
h1 {
  position: absolute;
  left: 90px;
  margin: auto;
  overflow: hidden;
  z-index: 1; }
  @media all and (max-width: 959px) {
    h1 {
      left: 0; } }
  @media all and (max-width: 959px) {
    .index h1,
    h1 a {
      background: #fff url("/files/logo-s.svg") no-repeat 10px center;
      background-size: auto 60px;
      color: #3A7E4A;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0;
      top: 0;
      left: 0;
      -webkit-transform: none;
      transform: none;
      width: 100%;
      height: 80px; } }
  @media all and (max-width: 620px) {
    .index h1,
    h1 a {
      background-position: 10px center;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media all and (max-width: 959px) {
    .index h1::after,
    h1 a::after {
      display: block;
      content: "グラスアートクラス";
      position: relative;
      margin-left: 62px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media all and (max-width: 620px) {
    .index h1::after,
    h1 a::after {
      margin-left: 60px; } }
  h1 a {
    display: block;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media all and (min-width: 960px) {
      h1 a:hover {
        opacity: 0.4; } }
  h1 img {
    height: 140px;
    width: auto;
    vertical-align: middle; }
    @media all and (max-width: 959px) {
      h1 img {
        display: none; } }

.sp-menu {
  display: none; }
  @media all and (max-width: 959px) {
    .sp-menu {
      display: block;
      cursor: pointer;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      width: 35px;
      height: 35px;
      overflow: hidden;
      z-index: 1500; }
      .sp-menu a {
        display: block;
        width: 35px;
        height: 35px; }
        .sp-menu a::before, .sp-menu a::after {
          display: block;
          content: '';
          background: #000;
          position: absolute;
          right: 5px;
          height: 1px;
          width: 30px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .sp-menu a::before {
          height: 1px;
          -webkit-transform-origin: right top;
          transform-origin: right top;
          top: 11px; }
        .sp-menu a::after {
          top: 22px;
          height: 1px;
          -webkit-transform-origin: right bottom;
          transform-origin: right bottom; }
      .sp-menu.open a::before {
        top: 7px;
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg); }
      .sp-menu.open a::after {
        top: 28px;
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg); }
      .sp-menu span {
        display: block;
        border-top: 1px solid #000;
        width: 30px;
        position: absolute;
        right: 5px;
        top: 16px;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .sp-menu.open span {
        opacity: 0; } }
  @media all and (max-width: 620px) {
    .sp-menu {
      right: 5px; } }

#navigation {
  background: #fff;
  height: 175px; }
  @media all and (max-width: 959px) {
    #navigation {
      display: none;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1000; } }

@media all and (max-width: 959px) {
  .navigation-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.global-menu {
  position: absolute;
  right: 90px;
  bottom: 20px; }
  @media all and (max-width: 959px) {
    .global-menu {
      border-bottom: 1px solid #000;
      position: relative;
      right: 0;
      bottom: 0;
      padding-bottom: 2rem; } }
  @media all and (max-width: 620px) {
    .global-menu {
      padding-bottom: 10px; } }
  .global-menu li {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    @media all and (max-width: 959px) {
      .global-menu li {
        display: block; } }
    .global-menu li + li {
      margin: 0 0 0 2rem; }
      @media all and (max-width: 959px) {
        .global-menu li + li {
          margin: 2rem 0 0 0; } }
      @media all and (max-width: 620px) {
        .global-menu li + li {
          margin: 0; } }
    .global-menu li a {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      text-decoration: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      padding: 5px 0; }
      @media all and (min-width: 960px) {
        .global-menu li a:hover {
          opacity: 0.4; } }
      @media all and (max-width: 959px) {
        .global-menu li a {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 5px 30px; } }
    .global-menu li.current-menu-item a, .global-menu li.current-page-ancestor a, .global-menu li.current_page_parent a {
      border-bottom: 1px solid #000; }
      @media all and (max-width: 959px) {
        .global-menu li.current-menu-item a, .global-menu li.current-page-ancestor a, .global-menu li.current_page_parent a {
          border-bottom: none;
          text-decoration: underline; } }

.sub-menu {
  position: absolute;
  top: 40px;
  right: 90px; }
  @media all and (max-width: 959px) {
    .sub-menu {
      padding-top: 10px;
      position: relative;
      top: 0;
      right: 0; } }
  .sub-menu li {
    display: inline-block;
    vertical-align: middle; }
    @media all and (max-width: 959px) {
      .sub-menu li {
        display: block; } }
    .sub-menu li + li {
      margin: 0 0 0 1rem; }
      @media all and (max-width: 959px) {
        .sub-menu li + li {
          margin: 1.5rem 0 0 0; } }
      @media all and (max-width: 620px) {
        .sub-menu li + li {
          margin: 0; } }
    .sub-menu li a {
      display: block;
      border: 1px solid #ccc;
      text-decoration: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      font-size: 12px;
      font-size: 1.2rem;
      position: relative;
      padding: 5px; }
      @media all and (min-width: 960px) {
        .sub-menu li a:hover {
          opacity: 0.4; } }
      @media all and (max-width: 959px) {
        .sub-menu li a {
          border: none;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 5px 30px; } }
    @media all and (max-width: 959px) {
      .sub-menu li.menu-item-30 a {
        background: url("/files/mail.svg") no-repeat 30px center;
        background-size: 20px;
        padding-left: 60px; } }
    @media all and (max-width: 959px) {
      .sub-menu li.sns {
        padding: 0px 0 5px 20px; } }
    .sub-menu li.sns a {
      border: none; }
      @media all and (max-width: 959px) {
        .sub-menu li.sns a {
          padding: 7px;
          height: 100%; } }
    .sub-menu li.wf a::after {
      content: attr(title);
      font-size: 28px;
      font-size: 2.8rem; }

/******************
  contents parts
******************/
.section {
  position: relative;
  padding: 60px 0; }
  @media all and (max-width: 959px) {
    .section {
      padding: 40px 20px 10px; } }
  @media all and (max-width: 620px) {
    .section {
      padding-top: 40px; } }
  @media all and (max-width: 959px) {
    .section:first-child {
      padding-top: 80px; } }
  .section > * {
    max-width: 1160px;
    margin: auto;
    padding: 0 30px; }
    @media all and (max-width: 959px) {
      .section > * {
        padding: 0; } }
  .section > h3 {
    font-size: 16px;
    font-size: 1.6rem; }
  .section p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8; }
    .section p:last-child {
      margin: 0; }
  .section img {
    max-width: 100%;
    height: auto; }

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

/******************
  footer parts
******************/
.footer-contact-menu {
  margin: 0 auto 20px;
  padding: 0 30px;
  max-width: 1160px; }
  @media all and (max-width: 959px) {
    .footer-contact-menu {
      padding: 0 20px; } }
  @media all and (max-width: 620px) {
    .footer-contact-menu {
      padding-top: 50px;
      text-align: center; } }
  .footer-contact-menu dt {
    font-size: 14px;
    font-size: 1.4rem; }
    @media all and (max-width: 620px) {
      .footer-contact-menu dt {
        display: none; } }
  .footer-contact-menu dd {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    line-height: 4rem;
    position: relative; }
    @media all and (max-width: 620px) {
      .footer-contact-menu dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #efefef;
        line-height: 50px;
        margin: 20px 0 0;
        padding: 0;
        height: 50px; } }
    .footer-contact-menu dd + dd {
      margin-left: 30px; }
      @media all and (max-width: 959px) {
        .footer-contact-menu dd + dd {
          margin-left: 20px; } }
      @media all and (max-width: 620px) {
        .footer-contact-menu dd + dd {
          margin-left: 0; } }
    .footer-contact-menu dd a, .footer-contact-menu dd span {
      display: inline-block;
      vertical-align: middle; }
    @media all and (max-width: 620px) {
      .footer-contact-menu dd span {
        vertical-align: inherit;
        padding: 0; } }
    .footer-contact-menu dd a {
      color: #000;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      width: 100%;
      height: 100%; }
      @media all and (min-width: 960px) {
        .footer-contact-menu dd a:hover {
          opacity: 0.4;
          text-decoration: none; } }
    .footer-contact-menu dd img {
      position: relative;
      margin-right: 5px;
      vertical-align: middle; }
      @media all and (max-width: 620px) {
        .footer-contact-menu dd img {
          margin-right: 10px; } }
    @media all and (max-width: 620px) {
      .footer-contact-menu dd:first-of-type {
        padding-left: 0; } }
    .footer-contact-menu dd:nth-of-type(3) {
      font-size: 16px;
      font-size: 1.6rem; }

.footer-wrapper {
  border-top: 1px solid #000;
  position: relative;
  padding: 40px 0 20px;
  height: 190px; }
  @media all and (max-width: 620px) {
    .footer-wrapper {
      border: none; } }

.company-data {
  font-size: 14px;
  font-size: 1.4rem;
  margin: auto;
  padding: 0 30px;
  max-width: 1160px; }
  @media all and (max-width: 959px) {
    .company-data {
      margin-bottom: 20px; } }

.rights {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px auto;
  padding: 0 30px;
  max-width: 1160px; }
  @media all and (max-width: 959px) {
    .rights {
      margin: 0; } }

.footer-menu {
  display: inline-block; }
  .footer-menu li {
    display: inline-block; }
    .footer-menu li + li::before {
      content: "・"; }
  .footer-menu a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media all and (min-width: 960px) {
      .footer-menu a:hover {
        opacity: 0.4; } }

.copyright {
  margin-left: 10px; }
  .copyright::before {
    display: inline-block;
    content: "|";
    margin-right: 10px; }

/******************
  box model
******************/
.page-block,
.article-block {
  float: left;
  width: calc(100% - 200px - 40px); }
  @media all and (max-width: 620px) {
    .page-block,
    .article-block {
      float: none;
      margin-bottom: 60px;
      width: auto; } }

.page-block {
  width: calc(100% - 270px - 40px); }
  @media all and (max-width: 959px) {
    .page-block {
      margin-bottom: 60px;
      width: 100%; } }

.article-block {
  border-top: 1px solid #333;
  padding-top: 20px; }

.sidebar {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  width: 200px; }
  @media all and (max-width: 620px) {
    .sidebar {
      float: none;
      margin-bottom: 40px;
      width: auto; } }

.page-sidebar {
  width: 270px; }
  @media all and (max-width: 959px) {
    .page-sidebar {
      margin-bottom: 60px;
      width: 100%; } }

.article {
  margin-bottom: 20px; }
  .faq .article {
    margin-bottom: 40px; }
  .article > a {
    display: block;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media all and (min-width: 960px) {
      .article > a:hover {
        opacity: 0.4; } }
  .article p a {
    color: #000; }
    @media all and (min-width: 960px) {
      .article p a:hover {
        opacity: 0.4;
        text-decoration: none; } }

.blog .article-figure {
  float: left;
  background: #eee;
  text-align: center;
  width: 270px; }
  @media all and (max-width: 959px) {
    .blog .article-figure {
      width: 180px; } }
  @media all and (max-width: 620px) {
    .blog .article-figure {
      float: none;
      margin: 0;
      width: auto; } }

.article-caption {
  line-height: 1.6;
  margin-left: 280px; }
  .faq .article-caption {
    margin-left: 0; }
  @media all and (max-width: 959px) {
    .article-caption {
      margin-left: 200px; } }
  @media all and (max-width: 620px) {
    .article-caption {
      margin: 0; } }
  .article-caption h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'FOT-筑紫ゴシック Pro B', 'TsukuGoPro-B';
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 1.2; }
    .faq .article-caption h3 {
      margin-bottom: 10px; }
  .article-caption p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999; }
    .faq .article-caption p {
      font-size: 14px;
      font-size: 1.4rem;
      color: #000; }

.entry h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'FOT-筑紫ゴシック Pro B', 'TsukuGoPro-B';
  font-weight: bold;
  font-weight: bold;
  margin: 0 0 30px 0; }
.entry p {
  font-size: 14px;
  font-size: 1.4rem; }
  .entry p a {
    color: #000; }
    @media all and (min-width: 960px) {
      .entry p a:hover {
        opacity: 0.4;
        text-decoration: none; } }
.entry img {
  margin-bottom: 20px; }

.entry-footer {
  font-size: 10px;
  font-size: 1rem; }
  .entry-footer span {
    display: inline-block;
    margin-right: 2em; }

.page-menu + .page-menu,
.blog-menu + .page-menu, .page-menu +
.blog-menu,
.blog-menu +
.blog-menu {
  margin-top: 60px; }
.page-menu h3,
.blog-menu h3 {
  border-top: 1px solid #ddd;
  font-family: 'FOT-筑紫ゴシック Pro B', 'TsukuGoPro-B';
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0; }
  .page-menu h3 span,
  .blog-menu h3 span {
    display: inline-block;
    border-top: 1px solid #333;
    margin-top: -1px;
    padding: 10px 0; }
.page-menu li:before,
.blog-menu li:before {
  content: "- "; }
.page-menu li,
.blog-menu li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 5px 0; }
  .page-menu li a,
  .blog-menu li a {
    display: inline-block;
    line-height: 1.4;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none; }
    @media all and (min-width: 960px) {
      .page-menu li a:hover,
      .blog-menu li a:hover {
        opacity: 0.4; } }
  .page-menu li.current_page_item a,
  .blog-menu li.current_page_item a {
    border-bottom: 1px solid #000; }
.page-menu select,
.blog-menu select {
  border: 1px solid #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  width: 160px; }

.page-menu h3 {
  font-family: 'FOT-筑紫ゴシック Pr5 R', 'TsukuGoPr5-R';
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem; }
  .page-menu h3 span {
    padding: 20px 0; }

.wp-pagenavi {
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem; }
  .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    padding: 10px; }
  .wp-pagenavi .current {
    border-top: 1px solid #333;
    margin-top: -1px; }

.pager {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 30px 0;
  height: 120px; }
  @media all and (max-width: 959px) {
    .pager {
      height: auto; } }
  .pager > article {
    position: relative;
    width: 50%;
    height: 120px; }
    @media all and (max-width: 959px) {
      .pager > article {
        width: 60px;
        height: auto; } }
    .pager > article .thumb-image {
      display: table-cell;
      line-height: 1;
      width: 80px;
      vertical-align: middle; }
      @media all and (max-width: 959px) {
        .pager > article .thumb-image {
          display: none; } }
    .pager > article h3 {
      display: table-cell;
      line-height: 1.6;
      width: calc(100% - 80px);
      vertical-align: middle; }
      @media all and (max-width: 959px) {
        .pager > article h3 {
          display: none; } }
    .pager > article a {
      display: table;
      box-sizing: border-box;
      padding: 0 20px;
      width: 100%;
      height: 120px;
      text-decoration: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media all and (min-width: 960px) {
        .pager > article a:hover {
          opacity: 0.4; } }
      @media all and (max-width: 959px) {
        .pager > article a {
          display: block;
          height: 60px; } }
      .pager > article a::before {
        display: block;
        content: "";
        border-top: 2px solid #333;
        border-left: 2px solid #333;
        position: absolute;
        width: 7px;
        height: 7px; }
    .pager > article.next {
      float: left; }
      .pager > article.next a::before {
        left: 2px;
        margin-top: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media all and (max-width: 959px) {
          .pager > article.next a::before {
            left: 20px; } }
      .pager > article.next h3 {
        padding-left: 10px; }
    .pager > article.prev {
      float: right;
      text-align: right; }
      .pager > article.prev a::before {
        right: 2px;
        margin-top: -5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      .pager > article.prev h3 {
        padding-right: 10px; }

.archives {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  text-align: right; }
  @media all and (max-width: 959px) {
    .archives {
      position: relative;
      top: 0;
      margin: 40px auto;
      text-align: left; } }
  .archives > div {
    display: inline-block;
    background: #f1f1f2;
    line-height: 1;
    position: relative; }
    .archives > div::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
      width: 7px;
      height: 7px;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transform-origin: left center;
      transform-origin: left center;
      z-index: 1; }
    .archives > div + div {
      margin-left: 20px; }
  .archives select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 10px;
    width: 100px;
    height: 25px; }
    .archives select::-ms-expand {
      display: none; }

.page-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 60px;
  text-align: center; }

.btn {
  background: #111;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 20px 40px;
  color: #fff;
  cursor: pointer; }
  @media all and (min-width: 960px) {
    .btn:hover {
      opacity: 0.4; } }

.icon {
  display: block;
  width: 20px; }
  @media all and (max-width: 959px) {
    .icon {
      margin-top: 7px; } }

.smtel {
  display: none !important; }
  @media all and (max-width: 620px) {
    .smtel {
      display: inherit !important; } }

#go-top {
  display: none;
  bottom: 300px;
  position: fixed;
  right: 30px;
  bottom: 190px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 10; }
  @media all and (max-width: 959px) {
    #go-top {
      right: 0; } }
  @media all and (max-width: 620px) {
    #go-top {
      bottom: 0; } }
  #go-top * {
    display: block; }
  #go-top a {
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 8px;
    font-size: 0.8rem;
    height: 60px;
    width: 60px;
    text-align: center; }
    @media all and (min-width: 960px) {
      #go-top a:hover {
        opacity: 0.4; } }
  #go-top span {
    font-size: 0;
    position: relative;
    top: 30px; }
    #go-top span::before, #go-top span::after {
      display: block;
      content: "";
      border-top: 1px solid #fff;
      position: absolute;
      top: 50%;
      margin: auto;
      width: 15px; }
    #go-top span::before {
      left: 18px;
      -webkit-transform: rotate(-42deg) translateY(-50%);
      transform: rotate(-42deg) translateY(-50%); }
    #go-top span::after {
      left: 29px;
      -webkit-transform: rotate(42deg) translateY(-50%);
      transform: rotate(42deg) translateY(-50%); }
  #go-top img {
    margin: 0 auto 5px;
    height: 8px; }

/****************
  initial view
****************/
html, .initial-view {
  width: 100%;
  height: 100%; }

.initial-view {
  background: url("/files/loading.gif") no-repeat center center;
  position: relative;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .initial-view ul {
    display: inline-block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    overflow: hidden; }
    .initial-view ul li {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
      .initial-view ul li img {
        width: 100%; }
  .initial-view .pagination {
    position: absolute;
    right: 15px;
    bottom: 10px;
    height: 15px;
    text-align: center;
    visibility: visible;
    z-index: 600; }
    .initial-view .pagination a {
      display: inline-block;
      background: #fff;
      border-radius: 50%;
      margin: 0 5px;
      width: 5px;
      height: 5px;
      overflow: hidden; }
      .initial-view .pagination a.active {
        background: #000 !important;
        opacity: 1 !important; }

.top-scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 500; }
  .top-scroll a {
    display: block;
    width: 100%;
    height: 100%; }

/*************
  top page
*************/
.headline h2 {
  margin-bottom: 10px; }
.headline .thumb-list {
  font-size: 0;
  letter-spacing: 0; }
.headline .article {
  display: inline-block;
  margin-right: calc(20 / 1100 * 100%);
  width: calc(260 / 1100 * 100%);
  vertical-align: top; }
  @media all and (max-width: 959px) {
    .headline .article {
      margin-right: 0;
      margin-bottom: 20px;
      width: calc(50% - 10px); } }
  @media all and (max-width: 620px) {
    .headline .article {
      width: 100%; } }
  @media all and (max-width: 959px) {
    .headline .article:nth-child(2n) {
      margin-left: 20px; } }
  @media all and (max-width: 620px) {
    .headline .article:nth-child(2n) {
      margin-left: 0; } }
  .headline .article:nth-child(4n) {
    margin-right: 0; }
.headline .article-figure {
  background: #f2f2f2;
  position: relative;
  width: 100%;
  padding-top: 66.1538461538%;
  overflow: hidden; }
  @media all and (max-width: 959px) {
    .headline .article-figure {
      float: left;
      padding: 0;
      width: 180px;
      height: 120px; } }
  @media all and (max-width: 420px) {
    .headline .article-figure {
      padding-top: 40%;
      width: 40%;
      height: 0; } }
  .headline .article-figure img {
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%; }
    @media all and (max-width: 420px) {
      .headline .article-figure img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
        max-width: none;
        height: 100%; } }
    .headline .article-figure img.no-image {
      max-width: 100%;
      width: auto; }
      @media all and (max-width: 420px) {
        .headline .article-figure img.no-image {
          top: 0;
          left: 42%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          max-width: none;
          height: 100%; } }
.headline .article-caption {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0; }
  @media all and (max-width: 959px) {
    .headline .article-caption {
      float: left;
      padding: 0 10px;
      width: calc(100% - 180px); } }
  @media all and (max-width: 420px) {
    .headline .article-caption {
      width: 60%; } }
  .headline .article-caption h3 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0; }
  @media all and (max-width: 959px) {
    .headline .article-caption .category {
      display: none; } }

.top-contents h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px; }
  .top-contents h2 span {
    border-bottom: 1px solid #000; }

.top-contents-text {
  float: left;
  width: calc(100% - 440px); }
  @media all and (max-width: 959px) {
    .top-contents-text {
      float: none;
      padding-bottom: 20px;
      width: auto; } }
  @media all and (max-width: 620px) {
    .top-contents-text br {
      display: none; } }

.top-contents-slide {
  float: right;
  padding-bottom: 20px;
  max-width: 420px; }
  @media all and (max-width: 959px) {
    .top-contents-slide {
      float: none;
      margin: 0 auto 40px; } }

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0; }

.swiper-pagination-bullet {
  width: 7px;
  height: 7px; }

.swiper-pagination-bullet-active {
  background: #000; }

.instagram-feed h2 {
  text-align: center; }

/*************
  collection
*************/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 10px; }
  .gallery li {
    flex-basis: calc((100% - 80px) / 4);
    margin: 0 20px 30px 0; }
    @media all and (max-width: 959px) {
      .gallery li {
        flex-basis: calc((100% - 30px) / 3);
        margin-bottom: 20px; } }
    @media all and (max-width: 620px) {
      .gallery li {
        flex-basis: 100%; } }
    .gallery li a {
      display: block;
      text-decoration: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media all and (min-width: 960px) {
        .gallery li a:hover {
          opacity: 0.4; } }
    .gallery li img {
      width: 100%;
      height: auto; }

.collection-wrapper {
  margin: auto;
  padding: 0;
  max-width: 750px; }
  .collection-wrapper h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  .collection-wrapper p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left; }

.collection-image {
  border-top: 1px dotted #ccc;
  padding: 60px 0 0; }
  .collection-image img {
    display: block;
    margin: 0 auto 20px;
    max-width: 630px;
    max-height: 630px; }

.article-link {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin: 60px auto;
  max-width: 730px; }
  .article-link > * {
    display: inline-block; }
  .article-link a {
    display: inline-block;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative; }
    @media all and (min-width: 960px) {
      .article-link a:hover {
        opacity: 0.4; } }
  .article-link .prev {
    position: absolute;
    left: 0; }
    .article-link .prev a:before {
      margin-right: 10px; }
  .article-link .back-index {
    position: relative; }
    @media all and (max-width: 420px) {
      .article-link .back-index {
        margin-top: 40px; } }
    .article-link .back-index a::before {
      margin-right: 10px; }
    .article-link .back-index a::after {
      position: absolute;
      top: 9px;
      left: 5px; }
  .article-link .next {
    position: absolute;
    right: 0; }
    .article-link .next a:after {
      margin-left: 10px;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1); }

/********************
  common form style
********************/
.form-title {
  border-bottom: 1px solid #ccc;
  max-width: none;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0; }
  .form-title span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 1160px;
    margin: 50px auto 0;
    padding: 0 30px; }

.form-area {
  max-width: 1160px;
  margin: auto;
  padding: 0 30px; }
  .form-area input[type="text"],
  .form-area input[type="email"],
  .form-area input[type="tel"] {
    background: #efefef;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    width: 100%;
    max-width: 700px; }
  .form-area input[type="tel"],
  .form-area .p-postal-code {
    width: 200px; }
  .form-area textarea {
    background: #efefef;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    width: 100%;
    max-width: 700px;
    height: 240px;
    resize: none; }
  .form-area input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
    background: #000;
    color: #fff;
    letter-spacing: 10px;
    line-height: 70px;
    width: 100%;
    max-width: 300px;
    height: 70px;
    cursor: pointer;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media all and (min-width: 960px) {
      .form-area input[type="submit"]:hover {
        opacity: 0.4; } }

::-webkit-input-placeholder {
  color: #a3a3a3; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a3a3; }

::-ms-input-placeholder {
  /* Edge */
  color: #a3a3a3; }

:placeholder-shown {
  /* Standard one last! */
  color: #a3a3a3; }

.required {
  display: inline-block;
  color: #c50018;
  padding: 0 5px; }

div.wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 2em 0 1em !important; }
