@charset "UTF-8";
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.title {
  color: #002e73;
}

.subtitle {
  color: #1f5fa9;
}

.mainbox {
  background: #002e73;
}

.wf-mplus1p {
  font-family: "M PLUS 1p";
}

.wf-raleway {
  font-family: 'Raleway', sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  color: #807669;
  font-family: 'M PLUS 1p','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  background: linear-gradient(90deg, #89abe3, #f2ddde, #f7dbc8, #f2ddde, #89abe3);
  background-size: 1000% 1000%;
  width: 100%;
  height: 100%;
  animation: bggrad 36s ease infinite;
  box-sizing: border-box;
}

@keyframes bggrad {
  0% {
    background-position: 0% 92%;
  }
  50% {
    background-position: 100% 9%;
  }
  100% {
    background-position: 0% 92%;
  }
}

a,
a:focus {
  outline: none;
  overflow: hidden;
  color: #4564aa;
}

h1 a {
  outline: none;
  overflow: hidden;
  display: block;
}

a:active {
  filter: alpha(opacity=70);
  opacity: 0.70;
}

a:hover {
  color: #1e78de;
}

input[type="text"],
input[type="email"],
textarea {
  background-color: #fff;
  border: #e5e5e5;
  margin: 0 0 14px;
  padding: 10px;
  width: 100%;
}

input[type="submit"] {
  background-color: #C3DDD6;
  border: 1px solid #999;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
}

input[type="submit"]:hover {
  background-color: #fff;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content dl.gallery-item {
  margin: 0;
}

.gallery-item a,
.gallery-caption {
  width: 90%;
}

.gallery-item a {
  display: block;
}

.gallery-caption a {
  display: inline;
}

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}

#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}

#nav-above {
  display: none;
}

.paged #nav-above {
  display: block;
}

.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}

.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}

.header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header_inner {
  width: 960px;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .header_inner {
    width: 100%;
    padding: 0 5px;
    margin: 10px auto;
  }
}

.header_nav_list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

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

.header_nav_list_item {
  margin: 0 0 0 40px;
}

.content {
  margin: 100px auto;
  width: 960px;
}

.content.content-toppage {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
  }
}

.content_main-single {
  text-align: center;
  width: 680px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_main-single {
    width: 100%;
    padding: 0 10px;
  }
}

.section-single_box {
  width: 680px;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .section-single_box {
    width: 100%;
    padding: 0 10px;
  }
}

.content-double {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .content-double {
    display: block;
  }
}

.content_main-double {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .content_main-double {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 40px;
  }
}

.content_sub-double {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .content_sub-double {
    width: 100%;
    padding: 0 10px;
  }
}

.blog_header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.blog_header_box-img {
  width: 20%;
}

.blog_header_box-meta {
  width: 75%;
}

.title-top,
.title-top_sub {
  text-align: center;
  margin: 80px 0 40px;
  font-size: 3.6rem;
}

.link-top {
  text-align: center;
  margin: 40px 0 0;
}

.box-post_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.box-post {
  width: 30%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .box-post {
    width: 100%;
    margin: 0 0 20px;
  }
}

.box-post-gallery {
  width: 150px;
  text-align: center;
}

.box-post-double {
  width: 40%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .box-post-double {
    width: 48%;
    text-align: left;
  }
}

.content_main-double .box-post_container {
  margin: 0 0 20px;
}

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

.post-thum_link {
  background-color: #C3DDD6;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  display: block;
  height: 150px;
  width: 150px;
}

.post-thum_category {
  background-color: #C3DDD6;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  display: inline-block;
  height: 150px;
  width: 150px;
  position: relative;
}

.post-thum_category .post-categories {
  list-style-type: none;
}

.post-thum_img {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.post-thum_link:hover .post-thum_img {
  opacity: 0.5;
}

.post-thum-title {
  position: relative;
}

.post-thum_title {
  text-shadow: 1px 1px 1px #FFF;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 60px;
  text-align: center;
  z-index: 500;
  width: 100%;
  height: 50%;
}

.post-thum_link:hover .post-thum_title {
  text-shadow: 1px 0 3px #FFF;
}

.box-gallery {
  margin: 0 auto;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .box-gallery {
    width: 320px;
  }
}

.portfolio-post {
  width: 680px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .portfolio-post {
    width: 100%;
  }
}

.portfolio_img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

.portfolio_img_list_item {
  padding: 10px;
}

.portfolio_movie_zoom video {  
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .portfolio_discription {
    margin: 0 0 20px;
  }
}

.entry_title {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .entry_title {
    margin: 0 0 10px;
  }
}

.entry_title-portfolio-top {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .entry_title-portfolio-top {
    margin: 20px 0 0;
  }
}

.entry_caption {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .entry_caption {
    margin: 0 0 10px;
  }
}

.entry_meta {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .entry_meta {
    margin: 0;
  }
}

.entry_meta_date,
.entry_meta_category,
.entry_meta_tag,
.entry_meta_apptag {
  display: block;
}

.sns_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 40px;
}

.sns_area_box {
  margin: 0 5px;
  vertical-align: bottom;
}

.post_navi {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sub_category_list {
  margin: 0 0 20px;
  list-style-type: none;
}

.sub_category_list ul {
  list-style-type: disc;
  list-style-position: inside;
}

.sub_category_list ul li {
  margin: 0 0 5px;
}

.sub_category_list_title {
  margin: 0 0 5px;
}

.sub_tagcloud,
.sub_loginstatus,
.sub_contactlink {
  margin: 0 0 20px;
}

.footer {
  text-align: center;
  margin: 20px auto;
}

.hexagon {
  display: inline-block;
  overflow: hidden;
  transform: rotate(120deg);
  visibility: hidden;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hexagon .thumbnail {
  /*transition: all 0.15s ease-in 0s;*/
  /*margin: 0 0 0 -8%;*/
  margin: 0 0 0 -10px;
}

.hexagon a {
  border: medium none;
  margin: 0;
  /*transition: all 0.15s ease-in 0s;*/
}

.hexagon_in1,
.hexagon_in2 {
  display: block;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  width: 100%;
}

.hexagon_in2 {
  background-color: #C3DDD6;
  overflow: hidden;
  visibility: visible;
}

.hex_catch {
  position: absolute;
  left: 0;
  top: 60px;
  text-align: center;
  z-index: 500;
  width: 100%;
  height: 50%;
}

.hex_catch a {
  text-decoration: none;
  color: #444444;
}

.hex_wrapper {
  overflow: hidden;
  position: relative;
  /*margin: -9.3% 0.2% 0;
    width: 17%;*/
  margin: 10px auto 20px;
  width: 128px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.hex_wrapper:after {
  content: "";
  display: block;
  padding-top: 116%;
}

.hex_wrapper:hover {
  z-index: 100;
}

.hex_wrapper.hex-gallery, .hex_wrapper.hex-portfolio {
  display: inline-block;
  margin: -5% 1px 0;
}

.hex_wrapper.hex-gallery:nth-child(9n+6), .hex_wrapper.hex-portfolio:nth-child(9n+6) {
  margin-left: 10%;
}

@media screen and (max-width: 767px) {
  .hex_wrapper.hex-gallery, .hex_wrapper.hex-portfolio {
    width: 31%;
    margin: -9% 1px 0;
  }
  .hex_wrapper.hex-gallery:nth-child(9n+6), .hex_wrapper.hex-portfolio:nth-child(9n+6) {
    margin-left: 0;
  }
  .hex_wrapper.hex-gallery:nth-child(5n+4), .hex_wrapper.hex-portfolio:nth-child(5n+4) {
    margin-left: 16%;
  }
}

.hex_wrapper img {
  width: 100%;
  height: auto;
  min-width: 150px;
}

.hex_title {
  position: absolute;
  left: 0;
  top: 60px;
  text-align: center;
  z-index: 500;
  width: 100%;
  height: 50%;
}

@media screen and (max-width: 767px) {
  .hex_title {
    top: 40%;
  }
}

.hex_title a {
  color: #9A7804;
  text-shadow: 1px 1px 1px #FFF;
  font-weight: bold;
}

.gallery-hex {
  width: 680px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gallery-hex {
    width: 100%;
  }
}

#wpmem_login legend {
  display: none;
}

#wpmem_login .div_text,
#wpmem_login .button_div,
#wpmem_login input[type="text"],
#wpmem_login input[type="password"] {
  width: 100%;
}

#wpmem_login .div_text,
#wpmem_login .button_div
label {
  color: #807669;
  text-align: center;
}

#wpmem_login input[type="submit"] {
  background-color: #C3DDD6;
  border: 1px solid #999;
  margin: 0 auto;
  padding: 10px 40px;
}

#wpmem_login input[type="submit"]:hover {
  background-color: #fff;
}

.about_list {
  list-style-position: inside;
}

.archive_title {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 3.6rem;
}

.single_posttype_title {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 2.4rem;
  font-weight: bold;
}

.portfolio_Gallery {
  display: block;
}

.portfolio_img_zoom {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.lum-lightbox {
  z-index: 1500;
}

.lum-gallery-button {
  z-index: 1510;
}

@media screen and (max-width: 767px) {
  .lum-lightbox-inner img {
    max-width: 150vw;
    max-height: 88vh;
  }
}

.l-drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-drawer {
    display: block;
    position: relative;
  }
  .l-drawer__checkbox {
    display: none;
  }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    background-color: #807669;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    content: " ";
  }
  .l-drawer__icon-parts:before {
    top: 16px;
  }
  .l-drawer__icon-parts:after {
    top: -16px;
  }
  .l-drawer__overlay {
    background: #000;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  .l-drawer__menu {
    background: #ffffff;
    color: #000;
    max-width: 100%;
    width: 200px;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -320px;
  }
  .l-drawer__item {
    margin: 5px 10px;
    padding: 10px;
    font-size: 1.8rem;
  }
  .l-drawer__icon {
    z-index: 4;
  }
  .l-drawer__menu {
    z-index: 3;
  }
  .l-drawer__overlay {
    z-index: 2;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__overlay {
    opacity: 0.3;
    pointer-events: auto;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
}

.hexagon .thumbnail {
  /*transition: all 0.15s ease-in 0s;*/
  /*margin: 0 0 0 -8%;*/
  margin: 0 0 0 -10px;
  opacity: 0.3;
}

.hexagon .thumbnail:hover {
  /*transition: all 0.15s ease-in 0s;*/
  opacity: 1;
}

.hex-wrapper:hover .hex-title {
  display: none;
}

.hex_title a:visited {
  color: #A17202;
  text-shadow: 1px 1px 1px #FFF;
  font-weight: bold;
}

.header {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.header_ttl a {
  text-decoration: none;
}

.header_nav_list {
  list-style-type: none;
}

.header_nav_list_item {
  font-size: 1.6rem;
}

.section-single#start {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(180deg, rgba(255,255,255,1) 90%, rgba(255,255,255,0));
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-single#start .title-top,
.section-single#start .title-cap {
  font-size: 12rem;
  color: transparent;
  text-fill-color: transparent;
  background: linear-gradient(90deg, #89abe3, #f2ddde, #f7dbc8, #f2ddde, #89abe3);
  background-clip: text;
  background-size: 300%;
  animation: bggradtop 18s ease infinite;
}

@media screen and (max-width: 767px) {
  .section-single#start .title-top,
  .section-single#start .title-cap {
    font-size: 8rem;
  }
}

@keyframes bggradtop {
  0% {
    background-position: 0% 92%;
  }
  50% {
    background-position: 100% 9%;
  }
  100% {
    background-position: 0% 92%;
  }
}

.section-single#start .title-cap {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.sub_category_list_title {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .entry_title {
    font-size: 2.1rem;
  }
}

.blog_content {
  margin: 0 0 40px;
}

.blog_content p {
  margin: 0 0 10px;
  font-size: 1.6rem;
}

.blog_content img {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

.widget {
  margin: 0 0 20px;
}

.widget_title {
  font-size: 1.8rem;
  margin: 0 0 5px;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
  list-style-position: inside;
}

.snslink {
  margin: 0 0 20px;
}

.snslink_list {
  display: flex;
  list-style-type: none;
}

.snslink_list li {
  margin: 0 10px 0 0;
}

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