@charset "UTF-8";
@font-face {
  font-family: "glyphicon-maboroshi";
  src: url("/assets/fonts/glyphicon-maboroshi.eot");
  src: url("/assets/fonts/glyphicon-maboroshi.eot?#iefix") format("eot"),
    url("/assets/fonts/glyphicon-maboroshi.woff") format("woff"),
    url("/assets/fonts/glyphicon-maboroshi.ttf") format("truetype"),
    url("/assets/fonts/glyphicon-maboroshi.svg#glyphicon-maboroshi")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.glyphicon:before {
  display: inline-block;
  font-family: "glyphicon-maboroshi";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.glyphicon-2x {
  font-size: 2em;
}

.glyphicon-3x {
  font-size: 3em;
}

.glyphicon-4x {
  font-size: 4em;
}

.glyphicon-5x {
  font-size: 5em;
}

.glyphicon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
li,
dt,
dd,
table,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  background-attachment: fixed;
  background-image: url(/assets/image/module/bg_mosaic_01.png),
    radial-gradient(circle, #383838, #fff);
  background-repeat: repeat, no-repeat;
}

.page {
  overflow: hidden;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.material {
  display: none;
}

a,
span {
  transition: all ease 0.3s;
}

a {
  color: #fff;
  text-decoration: none;
}
a img {
  transition: all ease 0.3s;
}
a:focus,
a:hover {
  color: #000;
  text-shadow: none;
}
a:focus img,
a:hover img {
  opacity: 0.6;
}

.is-under .wrapper a {
  text-decoration: underline;
}
.is-under .wrapper a:hover,
.is-under .wrapper a:focus {
  text-decoration: none;
}

svg {
  transition: fill ease 0.3s;
}

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

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

.header .header-ci {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  .header .header-ci {
    top: 15px;
    left: 15px;
  }
}
.header .header-ci span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.header .header-ci a {
  display: inline-block;
}
.header .header-ci svg {
  width: 65px;
  height: 102px;
}
@media screen and (max-width: 800px) {
  .header .header-ci svg {
    width: 40px;
    height: 63px;
  }
}

.global .global-background {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  pointer-events: none;
  z-index: 20;
  transition: transform 0.2s linear;
  transform-origin: center;
}
@media screen and (max-width: 800px) {
  .global .global-background {
    top: 15px;
    right: 15px;
  }
}
.global .global-background svg {
  width: 100%;
  height: 100%;
}
.global .global-background circle {
  fill: #404040;
  stroke: none;
}

.global .global-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 30;
  width: 56px;
  height: 56px;
  border: none;
  background-color: #333;
  border-radius: 50%;
  transition: all ease 0.3s;
  outline: none;
}
@media screen and (max-width: 800px) {
  .global .global-button {
    top: 15px;
    right: 15px;
  }
}
.global .global-button:focus,
.global .global-button:hover {
  opacity: 0.6;
}
.global .global-button.is-open {
  background-color: #fff;
}
.global .global-button.is-open .icon {
  background: none;
}
.global .global-button.is-open .icon:before,
.global .global-button.is-open .icon:after {
  background-color: #333;
}
.global .global-button.is-open .icon:before {
  top: 0;
  transform: rotate(45deg);
}
.global .global-button.is-open .icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.global .global-button .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  background-color: #fff;
  transition: background 0 0.3s;
}
.global .global-button .icon:before,
.global .global-button .icon:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
}
.global .global-button .icon:before {
  top: -5px;
  transition-property: top, transform;
}
.global .global-button .icon:after {
  bottom: -5px;
  transition-property: bottom, transform;
}
.global .global-button .text {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.global .global-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 0;
  height: 0;
  opacity: 0;
  background-image: url(/assets/image/module/bg_mosaic_01.png),
    radial-gradient(circle, #404040, #181818);
  background-repeat: repeat, no-repeat;
  overflow: hidden;
  transition: opacity 0.1s ease;
}
.global .global-main.is-open {
  width: 100%;
  height: 100%;
}
.global .global-main svg {
  width: 70px;
  height: 79px;
  fill: #fff;
}
@media screen and (max-width: 800px) {
  .global .global-main svg {
    width: 40%;
    min-width: 40px;
    height: auto;
  }
}
.global .global-main span.txt {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .global .global-main span.txt {
    font-size: 10px;
  }
}

.global .global-pseudo-table {
  display: table;
  width: 100%;
  height: 100%;
}

.global .global-pseudo-td {
  display: table-cell;
  vertical-align: middle;
}

.global .global-name {
  width: 80px;
  margin: 0 auto;
}

.global .global-nav {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .global .global-nav {
    width: auto;
  }
}
.global .global-nav li {
  float: left;
  width: 20%;
  margin-top: 80px;
  opacity: 0;
  transition: opacity 0.8s linear;
}
@media screen and (max-width: 800px) {
  .global .global-nav li {
    margin-top: 40px;
    width: 25%;
  }
}
.global .global-nav a {
  display: block;
}
.global .global-nav a:focus,
.global .global-nav a:hover {
  opacity: 0.4;
}

.sub {
  margin-top: 288px;
  padding-bottom: 288px;
}
@media screen and (max-width: 800px) {
  .sub {
    margin: 108px 18px 0;
    padding-bottom: 108px;
  }
}
.sub .sub-sketch {
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  .sub .sub-sketch {
    text-align: left;
  }
}
.sub .sub-sketch svg {
  display: inline-block;
}
.sub .sub-sketch svg[aria-labelledby="mbrs-logo--title"] {
  width: 22px;
  height: 29px;
  margin-right: 6px;
  vertical-align: middle;
  fill: #fff;
}
.sub .sub-sketch svg[aria-labelledby="svg-title-pssketch"] {
  width: 32px;
  height: 32px;
  margin: 0 6px;
  vertical-align: -10px;
}
.sub .sub-links {
  margin-top: 54px;
}
.sub .sub-links li {
  margin-top: 9px;
}
@media screen and (max-width: 800px) {
  .sub .sub-links li {
    font-size: 14px;
  }
}
.sub .sub-top {
  margin-top: 54px;
  transform: translateY(420px);
  transition: transform 0.2s ease-out;
}
.sub .sub-top.is-active {
  transform: translateY(0px);
}
.sub .sub-top a {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 64px;
}
.sub .sub-top a:focus .icon,
.sub .sub-top a:hover .icon {
  border-right-color: #000;
}
.sub .sub-top a:focus .icon:before,
.sub .sub-top a:hover .icon:before {
  border-color: #000;
}
.sub .sub-top .text {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sub .sub-top .icon {
  display: inline-block;
  position: relative;
  top: 12px;
  width: 1px;
  border-right: 1px solid #fff;
  height: 52px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 800px) {
  .sub .sub-top .icon {
    width: 1px;
    height: 30px;
  }
}
.sub .sub-top .icon:before {
  display: block;
  position: absolute;
  top: -8px;
  left: -6.8px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  transform: rotate(-45deg);
  content: "";
  transition: all ease 0.3s;
}
@media screen and (max-width: 800px) {
  .sub .sub-top .icon:before {
    top: -3px;
    left: -4px;
    width: 10px;
    height: 10px;
  }
}

.sns {
  position: fixed;
  right: 40px;
  bottom: 40px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .sns {
    right: 15px;
    bottom: 8px;
  }
}
.sns li {
  float: left;
}
.sns li + li {
  margin-left: 16px;
}
.sns a:focus,
.sns a:hover {
  opacity: 0.6;
}
.sns svg {
  width: 24px;
  height: 24px;
  fill: #333;
}

.copyright {
  position: fixed;
  bottom: 40px;
  left: 40px;
  color: #000;
  font-size: 0.625rem;
}
@media screen and (max-width: 800px) {
  .copyright {
    bottom: 15px;
    left: 15px;
  }
}

.toc {
  position: fixed;
  top: 50%;
  right: 35px;
  z-index: 10;
  display: none;
  margin-top: -87px;
}
.shadowdom .toc {
  display: block;
}
.toc li {
  margin-top: 8px;
}
.toc a {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  border: 2px solid transparent;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toc a:before {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}
.toc .is-current {
  border-color: #333;
  background-color: #fff;
}

.gradient {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: url(/assets/image/module/bg_mosaic_01.png),
    radial-gradient(circle, #383838, #fff);
  background-repeat: repeat, no-repeat;
  z-index: -1;
  /* サブページのコンテンツが表示されなかったため一時的に */
}

@keyframes misty-rotate {
  from {
    transform: translate(0, -10px) rotate(0deg);
  }
  to {
    transform: translate(0, -10px) rotate(360deg);
  }
}

.misty .misty-real {
  position: relative;
}

.misty .misty-ghost,
.misty .misty-mask {
  display: none;
}

.shadowdom .misty .misty-ghost {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: block;
  filter: blur(5px);
  pointer-events: none;
  background-attachment: fixed;
  background-image: url(/assets/image/module/bg_mosaic_01.png),
    radial-gradient(circle, #383838, #fff);
  background-repeat: repeat, no-repeat;
}

.shadowdom .misty .misty-real {
  -webkit-clip-path: url(#clipping);
  clip-path: url(#clipping);
  pointer-events: none;
  background-attachment: fixed;
  background-image: url(/assets/image/module/bg_mosaic_01.png),
    radial-gradient(circle, #383838, #fff);
  background-repeat: repeat, no-repeat;
}
.shadowdom .misty .misty-real.is-active {
  pointer-events: all;
}

.shadowdom .misty .misty-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  pointer-events: none;
}
.shadowdom .misty .misty-mask svg {
  width: 100%;
  height: 100%;
}

.shadowdom .misty .misty-circles {
  transform-origin: 50% 50%;
}
.shadowdom .misty .misty-circles circle {
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
}

.shadowdom .misty .misty-background-image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.shadowdom .misty .misty-background-image.is-active {
  opacity: 1;
}

.home .home-keyvisual img,
.home .home-section-news img,
.home .home-section-works img,
.home .home-section-event img,
.home .home-section-staff img,
.home .home-section-recruit img,
.home .home-section-instagram img {
  border-radius: 50%;
}

.home .home-intro {
  padding-top: 270px;
}
.csscalc.cssvhunit .home .home-intro {
  padding-top: calc(50vh - 62px);
}

.home .home-logo svg {
  width: 336px;
  height: 116px;
  fill: #fff;
}

.home .home-keyvisual {
  margin-top: 144px;
}
.home .home-keyvisual.contract {
  margin-top: 32px;
}

.home .home-section {
  margin-top: 144px;
}

.home .home-h2 {
  position: relative;
}
.home .home-h2:before,
.home .home-h2:after {
  display: block;
  position: absolute;
  left: 50%;
  background-color: #fff;
  content: "";
}
.home .home-h2:before {
  bottom: 0;
  width: 48px;
  height: 1px;
  margin-left: -24px;
}
.home .home-h2:after {
  bottom: -80px;
  width: 1px;
  height: 80px;
}
.home .home-h2 svg {
  width: 130px;
  height: 147px;
  fill: #fff;
}

.home .home-section-news .entry-section {
  margin-top: 108px;
}

.home .home-section-instagram .instagram-h2 svg {
  width: 56px;
  height: 56px;
  fill: #fff;
}

.home .home-section-instagram .instagram-text {
  margin-top: 20px;
}

.items.items-vertical {
  margin-top: 72px;
}
.items.items-vertical .items-item + .items-item {
  margin-top: 120px;
}

.items.items-vertical .items-item,
.items.items-instagram .items-item {
  position: relative;
}
.items.items-vertical .items-item a,
.items.items-instagram .items-item a {
  display: inline-block;
  position: relative;
}
.items.items-vertical .items-item a:before,
.items.items-instagram .items-item a:before {
  display: block;
  position: absolute;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
}

.items.items-vertical .items-item:nth-child(4n + 1) a:before {
  top: -6px;
  margin-left: -174px;
}

.items.items-vertical .items-item:nth-child(4n + 2) a:before {
  top: -6px;
  margin-left: -186px;
}

.items.items-vertical .items-item:nth-child(4n + 3) a:before {
  top: 6px;
  margin-left: -186px;
}

.items.items-vertical .items-item:nth-child(4n) a:before {
  top: 6px;
  margin-left: -174px;
}

.items.items-vertical .items-item a:before {
  width: 360px;
  height: 360px;
}

.items.items-instagram .items-item:nth-child(4n + 1) a:before {
  top: -6px;
  margin-left: -74px;
}

.items.items-instagram .items-item:nth-child(4n + 2) a:before {
  top: -6px;
  margin-left: -86px;
}

.items.items-instagram .items-item:nth-child(4n + 3) a:before {
  top: 6px;
  margin-left: -86px;
}

.items.items-instagram .items-item:nth-child(4n) a:before {
  top: 6px;
  margin-left: -74px;
}

.items.items-instagram .items-item a:before {
  width: 160px;
  height: 160px;
}

.items.items-horizontal {
  margin-top: 108px;
}
.items.items-horizontal.items-instagram {
  margin-top: 36px;
}

.items.items-count {
  counter-reset: number;
}
.items.items-count .items-item {
  position: relative;
  counter-increment: number;
}
.items.items-count .items-item + .items-item:before,
.items.items-count .items-item + .items-item:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
}
.items.items-count .items-item + .items-item:before {
  top: -80px;
  left: 50%;
  width: 1px;
  height: 80px;
}
.items.items-count .items-item + .items-item:after {
  top: -15px;
  left: 50%;
  width: 1px;
  height: 15px;
  transform-origin: right bottom;
  transform: rotate(20deg);
}
.items.items-count .items-item a {
  display: block;
  position: relative;
}
.items.items-count .items-item a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -280px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  content: "0" counter(number);
}
.items.items-count .items-item:nth-child(n + 10) a:after {
  content: counter(number);
}

.items .items-date {
  margin-top: 18px;
}

.items .items-title {
  display: inline-block;
  text-align: left;
}

.items .items-figure + .items-title {
  margin-top: 18px;
}

.items .items-figure img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.items .items-title {
  font-weight: normal;
}

.items a {
  text-decoration: none !important;
}

.items .items-text {
  display: inline-block;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-top: -60px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.5rem;
  line-height: 1.66667;
  text-align: left;
  text-shadow: 0 0 5px #000;
}

.items .items-more {
  position: relative;
  margin-top: 160px;
  text-align: center;
  text-shadow: none;
}
.items .items-more:before,
.items .items-more:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
}
.items .items-more:before {
  top: -120px;
  left: 50%;
  width: 1px;
  height: 80px;
}
.items .items-more:after {
  top: -55px;
  left: 50%;
  width: 1px;
  height: 15px;
  transform-origin: right bottom;
  transform: rotate(20deg);
}
.items .items-more a {
  display: inline-block;
  padding: 0 50px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-style: italic;
  line-height: 40px;
  text-transform: capitalize;
}
.items .items-more a:focus,
.items .items-more a:hover {
  background-color: #000;
  color: #fff;
}

@keyframes carousel-redraw {
  from {
    min-width: 1px;
  }
  to {
    min-width: 2px;
  }
}

.carousel-nav-outer {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-nav-outer .carousel-nav li {
  position: fixed;
  top: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  width: 64px;
  height: 64px;
  padding: 21px 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  transform: translateY(-32px);
}
.carousel-nav-outer .carousel-nav li.is-active {
  opacity: 1;
  pointer-events: all;
}
.carousel-nav-outer .carousel-nav button {
  position: relative;
  width: 44px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
}
.carousel-nav-outer .carousel-nav button:focus,
.carousel-nav-outer .carousel-nav button:hover {
  opacity: 0.4;
}
.carousel-nav-outer .carousel-nav button:before,
.carousel-nav-outer .carousel-nav button:after {
  display: block;
  position: absolute;
  content: "";
}
.carousel-nav-outer .carousel-nav button:before {
  top: 50%;
  width: 32px;
  height: 1px;
  margin-top: -1px;
  border-top: 1px solid #000;
}
.carousel-nav-outer .carousel-nav button:after {
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.carousel-nav-outer .carousel-nav span {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.carousel-nav-outer .carousel-prev {
  left: 150px;
}
@media screen and (max-width: 800px) {
  .carousel-nav-outer .carousel-prev {
    left: 10px;
  }
}
.carousel-nav-outer .carousel-prev button:before {
  right: 0;
}
.carousel-nav-outer .carousel-prev button:after {
  left: -10px;
  transform: rotate(225deg);
  transform-origin: right top;
}
.carousel-nav-outer .carousel-next {
  right: 150px;
}
@media screen and (max-width: 800px) {
  .carousel-nav-outer .carousel-next {
    right: 10px;
  }
}
.carousel-nav-outer .carousel-next button:before {
  left: 0;
}
.carousel-nav-outer .carousel-next button:after {
  right: 0;
  transform: rotate(45deg);
  transform-origin: right top;
}

.carousel {
  position: relative;
}
.carousel.is-large .carousel-item {
  width: 800px;
  padding: 0 80px;
}
@media screen and (max-width: 800px) {
  .carousel.is-large .carousel-item {
    width: 300px;
    box-sizing: border-box;
    padding: 0;
  }
  .carousel.is-large .carousel-item + .carousel-item {
    padding-left: 10px;
  }
  .carousel.is-large .carousel-item img {
    width: 100%;
    height: auto;
  }
}
.entry-section .carousel.is-large .carousel-item {
  width: 640px;
}
@media screen and (max-width: 800px) {
  .entry-section .carousel.is-large .carousel-item {
    width: 300px;
  }
}
.carousel.is-small .carousel-item {
  width: 160px;
}
.carousel .page-h2 + .carousel-inner {
  margin-top: 36px;
}
@media screen and (max-width: 800px) {
  .carousel .carousel-inner {
    margin-left: -10px !important;
  }
}
.carousel .carousel-inner.is-animate {
  animation: carousel-redraw 1s infinite;
  transition: transform 0.4s ease;
}
.carousel .carousel-inner .credit {
  position: relative;
  text-align: center;
  margin: -40px 0 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  z-index: 9999;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.carousel .carousel-inner .credit a {
  text-decoration: underline;
}
.carousel .carousel-item {
  float: left;
  width: 320px;
  padding: 0 40px;
}
.carousel .carousel-item img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.page-h1 {
  padding-top: 38vh;
}
.page-h1.page-h1-text {
  margin-top: 54px;
  padding-top: 0;
  font-size: 40px;
  font-weight: normal;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 800px) {
  .page-h1.page-h1-text {
    font-size: 24px;
  }
}
.page-h1 svg {
  width: 130px;
  height: 147px;
  fill: #fff;
}
@media screen and (max-width: 800px) {
  .page-h1 svg {
    width: 80px;
    height: 90px;
  }
}
.page-h1 .copy {
  display: block;
  margin-top: 9px;
  font-size: 24px;
  font-weight: normal;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 800px) {
  .page-h1 .copy {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.page-section {
  clear: both;
  width: 640px;
  margin: 144px auto 0;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .page-section {
    width: auto;
    margin-top: 72px;
    padding: 0 18px;
  }
}
.page-section p,
.page-section ul,
.page-section ol,
.page-section dl,
.page-section table,
.page-section blockquote {
  margin-top: 36px;
}
.page-section p:first-child,
.page-section ul:first-child,
.page-section ol:first-child,
.page-section dl:first-child,
.page-section table:first-child,
.page-section blockquote:first-child {
  margin-top: 0;
}

.page-h2 {
  margin-top: 72px;
  font-size: 40px;
  font-weight: normal;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 800px) {
  .page-h2 {
    font-size: 24px;
  }
}

.page-h3 {
  margin-top: 36px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .page-h3 {
    margin: 40px 0 10px;
  }
}

.sign {
  text-align: right;
}

.column {
  margin-top: 30px;
}
.column .column2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .column .column2 {
    float: none;
    width: auto;
  }
}
.column .column2:first-child {
  padding-right: 2%;
}
@media screen and (max-width: 800px) {
  .column .column2:first-child {
    padding-right: 0;
  }
}
.column .column2:last-child {
  padding-left: 2%;
}
@media screen and (max-width: 800px) {
  .column .column2:last-child {
    padding-left: 0;
  }
}

.direct-link {
  clear: both;
  width: 640px;
  margin: 0 auto;
  padding-top: 20vh;
  line-height: 1.25;
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .direct-link {
    width: auto;
  }
}
.direct-link.under {
  margin-top: 144px;
  padding-top: 0;
}
.direct-link.contract {
  padding-top: 0;
}
.direct-link.contract ul li {
  padding: 0 35px;
}
@media screen and (max-width: 800px) {
  .direct-link.contract ul li {
    margin: 20px 0;
  }
  .direct-link.contract ul li a {
    font-size: 12px;
  }
}
.direct-link a {
  display: inline-block;
  width: 80px;
  font-size: 12px;
  text-decoration: none !important;
}
@media screen and (max-width: 800px) {
  .direct-link a {
    width: 60px;
  }
}
.direct-link a svg {
  margin-bottom: 5px;
  color: #fff;
  fill: #fff;
}
.direct-link a:hover svg,
.direct-link a:focus svg {
  fill: #000;
}
.direct-link ul li {
  display: inline-block;
  padding: 0 60px;
}
@media screen and (max-width: 800px) {
  .direct-link ul li {
    padding: 0 10px;
  }
}

.button {
  margin-top: 30px;
  text-align: center;
}
.button .button-normal {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 50px;
  border: none;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-style: italic;
  line-height: 40px;
  text-transform: capitalize;
  text-decoration: none !important;
  text-shadow: none;
}
.button .button-normal:focus,
.button .button-normal:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .button .button-normal {
    padding: 15px 20px;
    line-height: 1.2;
  }
}

ul.list {
  list-style: outside circle;
}
@media screen and (max-width: 800px) {
  ul.list {
    margin-left: 1.5em;
  }
}

dl.list dt {
  margin-top: 36px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  dl.list dd {
    line-height: 1.4;
  }
}

dl.list dl {
  margin: 18px 0 18px 2em;
  font-size: 14px;
}
dl.list dl dt {
  margin-top: 18px;
  font-size: 16px;
}

dl.inline-list dt,
dl.inline-list dd {
  display: inline;
}

dl.inline-list dt {
  margin: 0 5px;
  color: #444;
  text-shadow: none;
}
dl.inline-list dt:first-child {
  margin-left: 0;
}

dl.inline-list dd {
  margin-right: 10px;
}
dl.inline-list dd:after {
  content: ",";
}
dl.inline-list dd:last-child {
  margin-right: 0;
}
dl.inline-list dd:last-child:after {
  display: none;
}

.banner-list {
  width: 660px;
  margin-left: -20px;
}
@media screen and (max-width: 800px) {
  .banner-list {
    width: 100%;
    margin-left: 0;
  }
}
.banner-list li {
  float: left;
  width: 200px;
  margin: 18px 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .banner-list li {
    width: 50%;
    margin: 18px 0 0;
  }
  .banner-list li:nth-child(odd) {
    clear: left;
  }
}
.banner-list a {
  display: block;
}
@media screen and (max-width: 800px) {
  .banner-list img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.banner-list .pseudo-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .banner-list .pseudo-table {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
.banner-list .pseudo-table-cell {
  display: table-cell;
  height: 80px;
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
}
.banner-list .text {
  display: inline-block;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}

/* 全サブページ共通 h1 や page-section 内で共通して使う */
.local-nav {
  margin-top: 36px;
}
.local-nav ul {
  text-align: center;
}
.local-nav ul li {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .local-nav ul li {
    display: block;
    margin-top: 18px;
  }
}
.local-nav ul li a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  color: #000;
  font-style: italic;
  text-decoration: none !important;
  text-shadow: none;
}
.local-nav ul li a:hover,
.local-nav ul li a:focus {
  background-color: #000;
  color: #fff;
}
.local-nav ul li.current a {
  background-color: #000;
  color: #fff;
}

/* 各パーツ（ほぼディレクトリ単位） */
.works-section {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .works-section {
    margin: 72px 18px 0;
  }
}
.works-section .page-h2 {
  margin-bottom: 72px;
  font-size: 40px;
  font-weight: normal;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .works-section .page-h2 {
    margin-bottom: -18px;
    font-size: 24px;
  }
}
.works-section .items.items-web img {
  border-radius: 50%;
}
.works-section .items.items-event img {
  border-radius: 50%;
}
.works-section .items.items-writing img {
  width: 128px;
  border-radius: 0;
}
.works-section .items .items-item {
  margin-top: 72px;
}
.works-section .items .items-item .items-title {
  font-weight: normal;
  text-align: left;
}
.works-section.works-archive-section .items {
  max-width: 640px;
  margin: 0 auto 72px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .works-section.works-archive-section .items a:before {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .works-section.works-archive-section .items img {
    max-width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .works-section.works-archive-section
    .items
    .items-item:nth-child(4n + 1)
    a:before {
    margin-left: -124px;
  }
  .works-section.works-archive-section
    .items
    .items-item:nth-child(4n + 2)
    a:before {
    margin-left: -126px;
  }
  .works-section.works-archive-section
    .items
    .items-item:nth-child(4n + 3)
    a:before {
    margin-left: -126px;
  }
  .works-section.works-archive-section
    .items
    .items-item:nth-child(4n)
    a:before {
    margin-left: -124px;
  }
  .works-section.works-archive-section .items .items-item a:after {
    margin: 0 0 0 -155px;
    font-size: 60px;
  }
}
.works-section.works-section-col2 {
  margin-top: 108px;
  overflow: hidden;
}
.works-section.works-section-col2 > section {
  float: left;
  width: 45%;
  margin-top: 72px;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 800px) {
  .works-section.works-section-col2 > section {
    float: none;
    width: auto;
    padding: 0;
  }
}
.works-section.works-section-col2 > section:nth-child(2n) {
  padding: 0 0 0 5%;
}
@media screen and (max-width: 800px) {
  .works-section.works-section-col2 > section:nth-child(2n) {
    margin-top: 144px;
    padding: 0;
  }
}
.works-section.works-section-col2 > section .page-h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.works-section.works-section-col2 > section .page-h2 svg {
  width: 120px;
  margin-bottom: 5px;
  color: #fff;
  fill: #fff;
}
@media screen and (max-width: 800px) {
  .works-section.works-section-col2 > section .page-h2 svg {
    width: 80px;
    height: auto;
    margin-bottom: 0;
  }
}
.works-section.works-nocount-section {
  margin-top: 0;
}
.works-section.works-nocount-section .archive-h1 {
  margin-bottom: 18px;
}
@media screen and (max-width: 800px) {
  .works-section.works-nocount-section .items {
    margin-top: 0;
  }
}
.works-section.works-nocount-section .items .items-item a:after {
  display: none;
}

.blog-list {
  width: 680px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .blog-list {
    width: auto;
    margin-top: 30px;
  }
}
.blog-list li {
  float: left;
  width: 50%;
  margin-top: 80px;
  line-height: 1.66667;
}
@media screen and (max-width: 800px) {
  .blog-list li {
    float: none;
    width: auto;
    margin: 40px 20px 20px;
    padding-top: 40px;
    border-top: #fff solid 1px;
  }
}
.blog-list li a .thumbnail img {
  width: 96%;
}
@media screen and (max-width: 800px) {
  .blog-list li a .thumbnail img {
    width: 80%;
  }
}
.blog-list li a .thumbnail .title {
  margin: 0 auto 15px;
  font-size: 24px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.blog-list li a figure {
  margin-top: -58px;
  padding: 0 20px;
}
.blog-list li a figure img {
  width: 30%;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.blog-list li a:hover img {
  opacity: 1 !important;
}
.blog-list li a .body .name {
  margin-top: 10px;
  font-weight: bold;
}
.blog-list li a .body .role {
  font-size: 12px;
}
.blog-list li a span {
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  background: #fff;
  color: #333;
  border-radius: 3px;
  transition-duration: 0.3s;
}
.blog-list li a:hover span {
  background: #333;
  color: #fff;
}

.staff-list {
  overflow: hidden;
}
.staff-list li {
  float: left;
  width: 24%;
  margin-top: 80px;
  line-height: 1.66667;
}
.staff-list li:nth-child(4n + 1) {
  clear: left;
}
@media screen and (max-width: 800px) {
  .staff-list li:nth-child(4n + 1) {
    clear: none;
  }
}
@media screen and (max-width: 800px) {
  .staff-list li {
    width: 50%;
    box-sizing: border-box;
    margin-top: 54px;
  }
  .staff-list li:nth-child(odd) {
    clear: left;
    padding: 0 5px 0 10px;
  }
  .staff-list li:nth-child(even) {
    padding: 0 10px 0 5px;
  }
}
.staff-list li a {
  position: relative;
}
.staff-list li a figure {
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .staff-list li a figure {
    padding: 0;
  }
}
.staff-list li a figure img {
  width: 100%;
  border-radius: 50%;
}
.staff-list li a .body .name {
  margin-top: 9px;
  font-weight: bold;
}
.staff-list li a .body .role {
  margin-top: 2px;
  font-size: 14px;
}
.staff-list li a span {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 10px;
  background: #fff;
  font-size: 14px;
  font-style: italic;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 800px) {
  .staff-list li a span {
    font-size: 12px;
  }
}
.staff-list li a:hover span,
.staff-list li a.focus span {
  color: #fff;
  background: #333;
}
@media screen and (max-width: 800px) {
  .staff-list li a:hover,
  .staff-list li a.focus {
    text-decoration: none;
  }
}

.staff-header {
  position: relative;
  width: 680px;
  margin: 72px auto 0;
  padding-bottom: 72px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .staff-header {
    width: auto;
    padding: 0 18px;
    text-align: center;
  }
}
.staff-header .staff-intro {
  float: left;
  width: 66%;
}
@media screen and (max-width: 800px) {
  .staff-header .staff-intro {
    float: none;
    width: auto;
  }
}
.staff-header .staff-h1 {
  font-size: 60px;
  font-weight: normal;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .staff-header .staff-h1 {
    font-size: 24px;
  }
}
.staff-header .staff-h1 .en {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.staff-header .role {
  margin-top: 18px;
}
.staff-header .link {
  margin-top: 18px;
}
.staff-header .link a {
  display: inline-block;
  padding: 8px 10px;
  border: none;
  background-color: #fff;
  color: #000;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-style: italic;
  text-transform: capitalize;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .staff-header .link a {
    text-align: left;
  }
}
.staff-header .link a:focus,
.staff-header .link a:hover {
  background-color: #000;
  color: #fff;
}
.staff-header.oneday-header .staff-photo {
  float: none;
  width: auto;
}
.staff-header .staff-photo {
  float: right;
  width: 34%;
}
@media screen and (max-width: 800px) {
  .staff-header .staff-photo {
    float: none;
    width: auto;
    margin-top: 36px;
  }
}
.staff-header .staff-photo figure {
  display: inline-block;
  position: relative;
}
.staff-header .staff-photo figure:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -6px;
  margin-left: -4px;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
}
.staff-header .staff-photo figure img {
  width: 100%;
  border-radius: 50%;
}

.staff-body {
  width: 680px;
  margin: 36px auto 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .staff-body {
    width: auto;
    margin: 36px auto 0;
    padding: 0 18px;
  }
}
.staff-body .staff-profile .staff-text p,
.staff-body .staff-profile .staff-text ul,
.staff-body .staff-profile .staff-text ol,
.staff-body .staff-profile .staff-text dl,
.staff-body .staff-profile .staff-text table,
.staff-body .staff-profile .staff-text blockquote {
  margin-top: 18px;
}
.staff-body .staff-profile .staff-text p:first-child,
.staff-body .staff-profile .staff-text ul:first-child,
.staff-body .staff-profile .staff-text ol:first-child,
.staff-body .staff-profile .staff-text dl:first-child,
.staff-body .staff-profile .staff-text table:first-child,
.staff-body .staff-profile .staff-text blockquote:first-child {
  margin-top: 0;
}
.staff-body .staff-profile .staff-favorite {
  float: left;
  width: 50%;
  margin-top: 72px;
}
@media screen and (max-width: 800px) {
  .staff-body .staff-profile .staff-favorite {
    float: none;
    width: 100%;
    margin-top: 18px;
  }
}
.staff-body .staff-profile .staff-link {
  clear: both;
  padding-top: 72px;
}
@media screen and (max-width: 800px) {
  .staff-body .staff-profile .staff-link {
    padding-top: 20px;
  }
}
.staff-body .staff-profile .staff-link li {
  margin-top: 9px;
}
@media screen and (max-width: 800px) {
  .staff-body .staff-profile .staff-link li a {
    display: block;
    line-height: 1.2;
    word-break: break-all;
  }
}
.staff-body .staff-profile .staff-link li a svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: middle;
  fill: #fff;
  transition-duration: 0.3s;
}
@media screen and (max-width: 800px) {
  .staff-body .staff-profile .staff-link li a {
    padding-left: 30px;
    text-indent: -30px;
  }
}
.staff-body .staff-profile .staff-link li a:hover svg {
  fill: #000;
}

.oneday-header .oneday-h1 {
  width: 100%;
  font-size: 40px;
  text-align: center;
}
.oneday-header .oneday-h1 span {
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .oneday-header .oneday-h1 {
    padding-top: 0;
    font-size: 18px;
  }
}

.oneday-header .staff-photo {
  position: relative;
  width: 30%;
  margin: 36px auto 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .oneday-header .staff-photo {
    width: auto;
  }
}
.oneday-header .staff-photo .staff-profile-name,
.oneday-header .staff-photo .staff-profile-link {
  margin-top: 9px;
}
.oneday-header .staff-photo .staff-profile-link a {
  display: inline-block;
  padding: 8px 10px;
  border: none;
  background-color: #fff;
  color: #000;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-style: italic;
  text-transform: capitalize;
  line-height: 1.2;
}
.oneday-header .staff-photo .staff-profile-link a:focus,
.oneday-header .staff-photo .staff-profile-link a:hover {
  background-color: #000;
  color: #fff;
}

.oneday-body {
  clear: both;
  text-align: left;
}
.oneday-body section {
  position: relative;
  margin-top: 72px;
  padding-bottom: 60px;
  padding-left: 140px;
}
@media screen and (max-width: 800px) {
  .oneday-body section {
    margin-top: 100px;
    padding-bottom: 0;
    padding-left: 80px;
  }
}
.oneday-body section:first-child:before,
.oneday-body section:first-child:after {
  display: none;
}
.oneday-body section:last-child {
  padding-bottom: 0;
}
.oneday-body section:before,
.oneday-body section:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
}
.oneday-body section:before {
  top: -120px;
  left: 50%;
  width: 1px;
  height: 80px;
}
@media screen and (max-width: 800px) {
  .oneday-body section:before {
    top: -70px;
    height: 40px;
  }
}
.oneday-body section:after {
  top: -55px;
  left: 50%;
  width: 1px;
  height: 15px;
  transform-origin: right bottom;
  transform: rotate(20deg);
}
@media screen and (max-width: 800px) {
  .oneday-body section:after {
    top: -45px;
  }
}
.oneday-body .time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: #fff solid 1px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}
@media screen and (max-width: 800px) {
  .oneday-body .time {
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
}
.oneday-body h2 {
  padding-top: 36px;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .oneday-body h2 {
    padding-top: 18px;
  }
}
.oneday-body .text {
  margin-top: 9px;
}
@media screen and (max-width: 800px) {
  .oneday-body .text {
    font-size: 14px;
  }
}

.gourmet .page-section-instagram {
  text-align: center;
}
.gourmet .page-section-instagram .instagram-h2 svg {
  width: 56px;
  height: 56px;
  fill: #fff;
}
.gourmet .page-section-instagram .instagram-text {
  margin-top: 20px;
}
.gourmet .page-section-instagram .items-instagram {
  overflow: hidden;
}
.gourmet .page-section-instagram .items-instagram .items-item {
  float: left;
  width: 30%;
  padding: 50px 1.5% 10px;
}
.gourmet .page-section-instagram .items-instagram .items-item img {
  border-radius: 50%;
}
.gourmet .page-section-instagram .instagram-more-btn {
  margin-top: 60px;
}

.items-static {
  overflow: hidden;
}
.items-static.items-col2 .items-item {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
.items-static.items-col2 .items-item:nth-child(2n) {
  float: right;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .items-static.items-col2 .items-item {
    margin-bottom: 0;
  }
  .items-static.items-col2 .items-item img {
    width: 100%;
    height: auto;
  }
}
.items-static.items-circle .items-item {
  float: left;
  width: 40%;
  padding: 6px 0;
  margin: 0 5% 60px;
}
.items-static.items-circle .items-item figure.items-figure {
  position: relative;
}
.items-static.items-circle .items-item figure.items-figure:before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
}
.items-static.items-circle .items-item figure.items-figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.items-static.items-circle:nth-child(4n + 1) figure.items-figure:before {
  top: -6px;
  margin-left: -6px;
}
.items-static.items-circle:nth-child(4n + 2) figure.items-figure:before {
  top: -6px;
  margin-left: 6px;
}
.items-static.items-circle:nth-child(4n + 3) figure.items-figure:before {
  top: 6px;
  margin-left: 6px;
}
.items-static.items-circle:nth-child(4n + 4) figure.items-figure:before {
  top: 6px;
  margin-left: -6px;
}

.form dl dt {
  margin-top: 36px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  font-weight: bold;
}

.form dl .must {
  margin: 0 10px;
  padding: 4px 8px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.form dl dd {
  margin-top: 18px;
}

.form dl .example {
  display: block;
  font-size: 14px;
}

.form dl input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #000;
  border: none;
  outline: none;
}
.form dl input#zipcode,
.form dl input#budget {
  display: inline-block;
  width: 8em;
  margin-right: 10px;
}

.form dl textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  border: none;
  outline: none;
  color: #000;
}

.form dl select {
  color: #000;
}
.form dl select#address1 {
  margin: 18px 0;
}

.form-button {
  margin-top: 36px;
  text-align: center;
}
.form-button .list {
  text-align: left;
}

.entry-section {
  width: 640px;
  margin: 72px auto 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .entry-section {
    width: auto;
    padding: 0 18px;
  }
}
.entry-section .entry-title {
  font-size: 40px;
  font-weight: normal;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .entry-section .entry-title {
    font-size: 24px;
  }
}
.entry-section time {
  display: block;
  margin-top: 3px;
}
.entry-section .entry-body {
  margin-top: 36px;
}
.entry-section .entry-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.entry-section .entry-body h2 {
  margin-top: 60px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 140%;
}
.entry-section .entry-body p,
.entry-section .entry-body ul,
.entry-section .entry-body ol,
.entry-section .entry-body dl,
.entry-section .entry-body table,
.entry-section .entry-body blockquote,
.entry-section .entry-body figure {
  margin-top: 36px;
}
.entry-section .entry-body p:first-child,
.entry-section .entry-body ul:first-child,
.entry-section .entry-body ol:first-child,
.entry-section .entry-body dl:first-child,
.entry-section .entry-body table:first-child,
.entry-section .entry-body blockquote:first-child,
.entry-section .entry-body figure:first-child {
  margin-top: 0;
}
.entry-section .entry-footer {
  position: relative;
  margin-top: 72px;
}
@media screen and (max-width: 800px) {
  .entry-section .entry-footer {
    margin-top: 40px;
  }
}
.entry-section .entry-footer .share-list li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .entry-section .entry-footer .share-list li {
    width: 80px !important;
    margin: 0 3px 10px 0;
  }
}
.entry-section .entry-footer .share-list li:first-child {
  margin-left: 0;
}
.entry-section .entry-footer .share-list li:last-child {
  margin-right: 0;
}
.entry-section .entry-footer .share-list li iframe {
  margin: 0 !important;
}
.entry-section .entry-article-list a {
  display: block;
  position: relative;
  margin-top: 36px;
  padding-right: 60px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .entry-section .entry-article-list a {
    margin-top: 20px;
  }
}
.entry-section .entry-article-list a:before,
.entry-section .entry-article-list a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  content: "";
}
@media screen and (max-width: 800px) {
  .entry-section .entry-article-list a:before,
  .entry-section .entry-article-list a:after {
    right: 10px;
  }
}
.entry-section .entry-article-list a:before {
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.entry-section .entry-article-list a:after {
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: right top;
}
.entry-section .entry-article-list .title {
  font-size: 20px;
  font-family: "Noto Serif", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .entry-section .entry-article-list .title {
    font-size: 1rem;
  }
}

.entry-pager {
  max-width: 640px;
  margin: 72px auto 0;
}
@media screen and (max-width: 800px) {
  .entry-pager {
    margin: 0;
  }
}
.entry-pager ul {
  position: relative;
  text-align: center;
}
.entry-pager ul li {
  display: inline-block;
  width: 33.3333%;
}
.entry-pager ul .left,
.entry-pager ul .right {
  position: absolute;
  top: 0;
}
.entry-pager ul .left {
  left: 0;
  text-align: left;
}
.entry-pager ul .left a {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .entry-pager ul .left a {
    padding-left: 25px;
  }
}
.entry-pager ul .right {
  right: 0;
  text-align: right;
}
.entry-pager ul .right a {
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .entry-pager ul .right a {
    padding-right: 25px;
  }
}
.entry-pager ul a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .entry-pager ul a {
    font-size: 12px;
  }
}
.entry-pager ul a:hover,
.entry-pager ul a:focus {
  color: #000;
  background-color: #fff;
}

.pager-number {
  margin-top: 108px;
}
@media screen and (max-width: 800px) {
  .pager-number {
    margin-top: 60px;
  }
}
.pager-number a,
.pager-number span {
  display: inline-block;
  padding: 10px;
  line-height: 1;
}
.pager-number a:hover,
.pager-number a:focus {
  background-color: #fff;
  color: #000;
}
.pager-number .current_page {
  background-color: #fff;
  color: #000;
  text-shadow: none;
}
.recruit h2 {
  font-size: 1.5rem;
}
.recruit h2:not(:first-child) {
  margin-top: 48px;
}
.recruit th,
.recruit td {
  padding: 0.5em;
  border: 1px solid #ddd;
}
