@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*

.elements {
  @include mq {
  }
  @include mq(large) {
  }
}
* max-widthを利用した指定をしたい場合は、第2引数にmaxを記述することで使用できるようになっています。
* 第3引数でtrueを記述して使用した場合は指定したブレイクポイントの値から
* -1した値を使ってmax-widthを出力するようになっています。
.elements {
  @include mq(small, max) {
  }
  @include mq(large, max, true) {
  }
}

* 上記はそれぞれmin-widthのみ または max-widthのみというものでしたが、以下のようにネストと組み合わせて使用することで、(min-width: 768px) and (max-width: 1023px)のように組み合わせたMedia Queriesを出力させることが可能です。
* 単純にネストしたmixinの第2引数にmaxを指定するだけだとそのまま指定したmin-widthとmax-widthの値が出てしまうのですが、個人的にmax-widthの値は次のブレイクポイントの値を1減らして使用することが多いです。
* なので、このようにネストして記述する場合にはmax-widthを出力させる方のmixinに、上で少し触れた第3引数としてtrueを指定します。
* このmixinの第3引数は減算するかどうかというのを選択するようになっており、デフォルトはfalseなので何も起きませんが、trueにすることで指定したブレイクポイントの値から-1するようになっています。
.elements {
  @include mq {
    @include mq(large, max, true) {
    }
  }
}

*/
html {
  font-size: 62.5%;
  font-family: "toppan-bunkyu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

h2, h3, h4, h5, p, span,
.pe_members-wanted,
.gnavi__menu,
.bp_btn-link,
.b_map__content__emblem__name,
.m_club-list__name {
  transform: rotate(0.03deg);
}

.gnavi a *,
.gnavi-sp a * {
  transform: rotate(0.03deg);
}

body, select {
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body,select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
*/
.s_site-wrapper {
  min-width: 320px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-wrapper.home {
    padding-top: 88px;
  }

  .page-wrapper.pages {
    padding-top: 88px;
  }
}
/**************/
.s_cnt-ll {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.s_cnt-l {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.s_cnt-m {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .s_cnt-m {
    padding: 0 20px;
    max-width: 600px;
  }
}

/*
.s_cnt-s{
  @include maxwidth(720px,100%);
}
.s_cnt--sp{
  @include mq(medium,max){padding: 0 20px;}
}
*/
.l-container-12 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.l-container-12--hc {
  justify-content: center;
}

.l-grid-01 {
  width: 8.3%;
}

.l-grid-02 {
  width: 16.6%;
}

.l-grid-03 {
  width: 25%;
  /*
    @include mq(medium,max,true){
      width: 50%;
    }
  */
}

.l-grid-04 {
  width: 33.3%;
}

.l-grid-05 {
  width: 41.6%;
}

.l-grid-06 {
  width: 50%;
}

.l-grid-07 {
  width: 58.3%;
}

.l-grid-08 {
  width: 66.6%;
}

.l-grid-09 {
  width: 75%;
}

.l-grid-10 {
  width: 83.3%;
}

.l-grid-11 {
  width: 91.6%;
}

.l-grid-12 {
  width: 100%;
}

.l-between {
  justify-content: space-between;
}

.l-column {
  flex-direction: column;
}

.l-reverse {
  flex-direction: row-reverse;
}

.l-top {
  align-items: flex-start;
}

.l-center {
  align-items: center;
}

.l-bottom {
  align-items: flex-end;
}

.l-wrap {
  flex-wrap: wrap;
}

.l-x-center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-sp-column {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-sp-column + .l-sp-column {
    margin-top: 2rem;
  }
}

.bs_movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.bs_movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::selection {
  background: rgba(221, 221, 221, 0.5);
}

::-moz-selection {
  background: rgba(221, 221, 221, 0.5);
}

/*
.slick-list{
	outline: none;
	*{outline: none;}
}

.zs-enabled .zs-slideshow .zs-bullets{
	.zs-bullet{
//     display: inline-block;
//    cursor: pointer;
    border: none;
   width: 15vw;
    height: 4px;
    border-radius: 0;
    margin: 0;
    background-color: rgba(#FFF,.5);
		&.active{
			background-color: rgba(#FFF,1);
		}
	}
}
*/
/*
.mfp-bg{
	background: #FFF;
}
.mfp-auto-cursor .mfp-content{
	width: 800px;
	padding: 40px;
	background: #FFF;
	@include box-shadow(10px 15px 25px rgba(#333,.2));
	@include border-radius(10px);
	@include mq(medium,max){
		width: 90%;
		padding: 20px;
	}
}
.popup-modal-dismiss{
	margin: 24px 0 0;
	text-align: center;
	line-height: 1;
	a{
		display: block;
		padding: 20px;
		background: #EFEFEF;
		text-decoration: none;
		&:hover{
			@include opacity(.8);
		}
	}
}
*/
.comments {
  margin-top: 80px;
}
.comments h3 {
  font-weight: bold;
  margin-bottom: 1em;
}

.c_single {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 80px;
}
.entry-header {
  margin: 0px 0 3em;
}
.entry-header h1 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.entry-header .post-time {
  font-size: 1.3rem;
  margin-top: 1em;
}

.entry-content h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.entry-content * + h2 {
  margin-top: 5em;
}
.entry-content p {
  text-align: justify;
}
.entry-content p + p {
  margin-top: 3em;
}
.entry-content figcaption {
  text-align: center;
  font-size: 0.8em;
}
.entry-content ul {
  list-style: inside;
}
.entry-content ul li + li {
  margin-top: 1em;
}
.entry-content .wp-block-image img {
  height: auto;
}

.c_archive {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 80px;
}

.news-archive__article + .news-archive__article {
  border-top: 1px solid #EEE;
}

.news-archive__date {
  font-size: 1rem;
}

.news-archive__link {
  padding: 0 3em;
}
.news-archive__link .news-archive__title {
  text-decoration: underline;
}
.news-archive__link:hover .news-archive__title {
  text-decoration: none;
}

.c_sidebar {
  margin-top: 80px;
  opacity: 0.5;
}
.c_sidebar:before {
  content: "memo:サイドバーいじってない";
}

ol.commets-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #DDD;
}
ol.commets-list p {
  background: #EEE;
  padding: 0.8em 1em;
  border-radius: 3px;
  position: relative;
}
ol.commets-list p:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  border-bottom-color: #EEEEEE;
  bottom: 100%;
  left: 5%;
}

.comment-author img {
  width: 30px;
  vertical-align: middle;
}
.comment-author cite {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  padding-left: 2px;
}
.comment-author .says {
  display: none;
}

.comment-meta {
  font-size: 1rem;
  font-weight: 200;
}

.comment-edit-link {
  text-decoration: underline;
}
.comment-edit-link:hover {
  text-decoration: none;
}

.reply {
  text-align: right;
  margin-top: 5px;
  line-height: 1;
}
.reply a.comment-reply-link {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.8em;
}
.reply a.comment-reply-link:hover {
  text-decoration: none;
}

ul.children li {
  margin-left: 2em;
  padding-left: 1em;
  border-left: 5px solid #CCC;
}

.blogcard {
  line-height: 1;
  background-color: #000;
  word-wrap: break-word;
  margin: 40px;
}

.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.4;
}

.blogcard a:hover {
  opacity: 0.6;
}

.blogcard_thumbnail {
  padding: 20px;
}

.blogcard_title {
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
}

.blogcard_excerpt {
  font-weight: 100;
  font-size: 0.6em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}

.blogcard_link {
  font-size: 0.65em;
  padding: 0 17px 15px 20px;
  text-align: left;
}

.blogcard_link .favicon {
  margin-bottom: -4px;
  width: auto;
  display: inline;
}

.blogcard_link .icon-external-link-alt::before {
  font-size: 0.75em;
}

.bp_insta-list {
  margin: 0 auto;
}
.bp_insta-list .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  background: #000;
}
.bp_insta-list a {
  -webkit-transition: All 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: All 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: All 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: All 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: All 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  overflow: hidden;
}
.bp_insta-list a img {
  -webkit-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.bp_insta-list a:hover {
  scale: 1.1;
  opacity: 0.9;
  cursor: pointer;
}

.bp_insta-list {
  width: 900px;
}
.bp_insta-list a {
  width: 100%;
  height: 100%;
}
.bp_insta-list a img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.comment-respond {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 30px;
  border-radius: 3px;
}
.comment-respond .comment-reply-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.comment-respond a {
  text-decoration: underline;
}
.comment-respond a:hover {
  text-decoration: none;
}
.comment-respond img {
  width: auto;
}
.comment-respond p + p {
  margin: 0 !important;
}
.comment-respond textarea, .comment-respond input {
  border: 1px solid #EEE;
  background: #fff;
}
.comment-respond .form-submit {
  text-align: center;
}
.comment-respond .form-submit input {
  background: #000;
  color: #FFF;
  padding: 0.5em 4em;
  border-radius: 2em;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.comment-respond .form-submit input:hover {
  background: #333;
}
body {
  background: #EFEFEF;
  font-family: Inter;
}

.site-wrapper {
  padding: 4vw;
  padding: 15vw 6vw;
  position: relative;
  z-index: 3;
}

.thumb-feed__link {
  display: block;
}
.thumb-feed__thumb {
  width: 100%;
}
.thumb-feed__thumb img {
  width: 100%;
  height: auto;
}

.c_column--4 {
  width: 33%;
}

.c_column--4 {
  width: 25%;
}

.ensp {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.thumb-feed__content {
  margin-top: 1em;
}
.thumb-feed__link:hover {
  -webkit-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}
.thumb-feed .m_feed-date {
  margin-top: 0.5em;
}

.c_single {
  margin-top: 0;
}

.entry-header h1 {
  font-size: 3rem;
}
.entry-content h2 {
  font-size: 2.4rem;
}

.single .entry-content p {
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 2;
}
.single .entry-content ul {
  padding: 1em 0;
  line-height: 1.4;
  list-style: inside;
}
.single .entry-content h2 {
  font-size: 2.4rem;
  line-height: 1.4;
}
.single .entry-content pre {
  font-size: 1.4rem;
}
.single .entry-content .figcaption {
  font-size: 0.5em;
}
.single .entry-content figure + p {
  margin-top: 1em;
}

.post-cat {
  margin-bottom: 1em;
}
.post-cat li {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
}
.post-cat a {
  display: block;
  padding: 0.5em 1.5em;
  border: 1px solid #ADADAD;
  border-radius: 2em;
}

#pagenavigation {
  margin-top: 3em;
}

.post-cat li {
  margin: 0.5em 0.5em 0 0;
}

.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .site-header {
    padding: 4vw 0 0 5vw;
  }
}

.e_header-logo {
  font-size: 1.8rem;
  position: fixed;
  z-index: 10;
  top: 4vw;
  left: 5vw;
}

.l_header__logo {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l_header__logo {
    top: 50%;
    left: 20px;
    width: 30px;
    height: 60px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .l_header__logo {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 100px;
    margin-top: -50px;
    margin-left: -25px;
  }
}
.l_header__logo h1 {
  display: block;
}
.l_header__logo a {
  display: block;
  -webkit-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: All 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 50px;
  height: 100px;
  text-indent: -9999px;
  background: url(/images/ito__logo.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l_header__logo a {
    width: 30px;
    height: 60px;
  }
}
.l_header__logo a:hover {
  opacity: 0.5;
}

.site-footer {
  position: relative;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding-bottom: 40px;
  }
}

.footer-logo {
  width: 220px;
  margin: 76px auto 52px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 180px;
    margin-top: 26px;
    margin-bottom: 32px;
  }
}

.footer_page-copyright {
  position: fixed;
  right: 5vw;
  bottom: 3vw;
  transform: rotate(0.03deg);
  font-size: 0.75rem;
  letter-spacing: 0.66px;
  text-align: right;
}
.footer_page-copyright * {
  transform: rotate(0.03deg);
}

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