@charset "UTF-8";
/* =========================================================
   Foundation
========================================================= */
@font-face {
  font-weight: 100;
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Normal.woff") format("woff");
}

@font-face {
  font-weight: 200;
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Normal.woff") format("woff");
}

@font-face {
  font-weight: 300;
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Normal.woff") format("woff");
}

@font-face {
  font-weight: 400;
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Normal.woff") format("woff");
}

@font-face {
  font-weight: bold;
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Medium.woff") format("woff");
}

@font-face {
  font-weight: 100;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/../fonts/MPLUSRounded1c-Regular.woff") format("woff");
}

@font-face {
  font-weight: 200;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Regular.woff") format("woff");
}

@font-face {
  font-weight: 300;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Regular.woff") format("woff");
}

@font-face {
  font-weight: 400;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Regular.woff") format("woff");
}

@font-face {
  font-weight: bold;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Medium.woff") format("woff");
}

/* 追記 */
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-weight: bold;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-weight: 400;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-weight: 500;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-weight: bold;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

/*** @keyframs
*************************************************/
@-webkit-keyframes scaleOut {
  0% {
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translateX(-30%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translateX(-30%);
  }
  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    visibility: visible;
    transform: translateX(30%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translateX(30%);
  }
  to {
    transform: translateX(0);
  }
}

/* initialize
-------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

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

img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

main,
section,
header,
footer,
nav,
figure,
address {
  display: block;
}

address {
  font-weight: normal;
  font-style: normal;
}

picture {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

sub {
  vertical-align: baseline;
  font-size: x-small;
}

hr {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-image: none;
  font-size: inherit !important;
  font-family: inherit;

  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"] {
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: .3em;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  outline: inherit;
  border: none;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

button img {
  display: block;
}

textarea {
  resize: vertical;
}

select {
  padding: 3px 5px;
  background-color: #fff;
  font-family: sans-serif;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

input[type="image"] {
  max-width: 100%;
  background-color: #fff;
}

p {
  max-height: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
      appearance: button;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: #231815;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: "GenJyuuGothic","Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif; */
  line-height: 2.15;
}

a {
  color: inherit;
  transition: opacity .5s;
}

a:hover {
  opacity: .6;
}

/* ========================================================
   Layout
======================================================== */
/* html
---------------------------------------------------------*/
html {
  height: 100%;
}

/* body
---------------------------------------------------------*/
body {
  height: 100%;
  background: #e6e4e3;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ラッパー
---------------------------------------------------------*/
.l-wrapper,
.l-wrapper--top {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vh + 10px);
}

.l-wrapper {
  padding-bottom: 108px;
}

/* inner : ページ幅を適用するクラス
---------------------------------------------------------*/
.l-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-right: calc( constant(safe-area-inset-right) + 16px);
  padding-right: calc( env(safe-area-inset-right) + 16px);
  padding-left: 16px;
  padding-left: calc( constant(safe-area-inset-left) + 16px);
  padding-left: calc( env(safe-area-inset-left) + 16px);
  max-width: 900px;
}

/* ヘッダー
---------------------------------------------------------*/
.l-header {
  display: flex;
  box-sizing: border-box;
  padding: 30px 0;
  width: 100%;

  align-items: center;
}

.l-header .p-logo {
  margin-right: auto;
}

.l-header__links {
  position: absolute;
  top: 99px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(100% - 100px);
  background: #e6e4e3;
}

/* コンテンツ領域
---------------------------------------------------------*/
/* フッター
---------------------------------------------------------*/
.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 16px;
  padding-bottom: calc( constant(safe-area-inset-bottom) + 31px);
  padding-bottom: calc( env(safe-area-inset-bottom) + 31px);
  width: 100%;
  border-top: 1px solid #847e7c;
  text-align: center;
  font-weight: 400;
  font-family:"Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
}

/* 汎用セクション
---------------------------------------------------------*/
.l-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-section--pt0 {
  padding-top: 0;
}

.l-section--pt50 {
  padding-top: 50px;
}

.l-section--pb0 {
  padding-bottom: 0;
}

.l-section--pb50 {
  padding-bottom: 50px;
}

/* ========================================================
   Object
======================================================== */
/* component
-------------------------------------------------------- */
.c-burger::before, .c-burger::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
  content: "";
  transform-origin: right center;
}

/* 概要     : メニュー用バーガーアイコン
 * 使用箇所 : ヘッダー SP
 * タグ     : div
---------------------------------------------------------*/
.c-burger {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 22px;
  height: 13px;

  justify-content: center;
}

.c-burger::before {
  position: absolute;
  top: 0;
  left: 0;
}

.c-burger::after {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 概要     : スマホ段落ちするカラム
 * 使用箇所 : 汎用
 * タグ     : div
---------------------------------------------------------*/

.c-column--keep {
  display: flex;
  justify-content: center;
}

.c-column,
.c-column--keep {
  margin-right: -10px;
  margin-left: -10px;
}

.c-column + .c-column,
.c-column--keep + .c-column, .c-column +
.c-column--keep,
.c-column--keep +
.c-column--keep {
  margin-top: 20px;
}

.c-column--vstart {
  align-items: flex-start !important;
}

.c-column--vcenter {
  align-items: center !important;
}

.c-column--vstretch {
  align-items: stretch !important;
}

.c-column--hstart {
  justify-content: flex-start !important;
}

.c-column--hbetween {
  justify-content: space-between !important;
}

.c-column--reverse {
  flex-direction: row-reverse;
}

.c-column__item {
  box-sizing: border-box;
  width: 100%;

  flex: auto;
}

.c-column__item--none {
  flex: none;
}

.c-column__item--selfCenter {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.c-column__item--2 {
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}

/* 概要     : 見出し
 * 使用箇所 : 汎用
 * タグ     : h1 - h6, p
---------------------------------------------------------*/
.c-heading {
  font-weight: bold;
  font-weight: 500;
  /* font-weight: 600; */
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  word-break: break-all;
  font-weight: bold;
  font-weight: 500;
  /* font-weight: 600; */
  overflow-wrap: break-word;
  hanging-punctuation: allow-end;
}

.c-heading {
  font-size: 20px;
  font-size: 2rem;
}

/* 概要     : エントリー内リスト
 * 使用箇所 : 汎用
 * タグ     : ul
---------------------------------------------------------*/
ul.c-list--entry {
  line-height: 1.75;
}

ul.c-list--entry > li {
  padding-left: 21px;
}

ul.c-list--entry ul, ul.c-list--entry ol {
  padding-left: 21px;
}

/* 概要     : エントリー内番号付きリスト
 * 使用箇所 : 汎用
 * タグ     : ol
---------------------------------------------------------*/
ol.c-ordered-list > li {
  padding-left: 23px;
  line-height: 1.75;
}

ol.c-ordered-list ul, ol.c-ordered-list ol {
  padding-left: 23px;
}

/* 概要     : 行落ちするレスポンシブテーブル
 * 使用箇所  : 汎用
 * タグ     : div, section
---------------------------------------------------------*/
.c-sptable {
  display: block;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.c-sptable__thead {
  display: block;
}

.c-sptable__tbody {
  display: block;
}

.c-sptable__tr {
  display: block;
  padding: 18px 0 20px;
  border-top: 1px solid #847e7c;
}

.c-sptable__th {
  display: block;
  /* text-decoration: underline; */
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
}

.c-sptable__td {
  display: block;
  padding-top: 18px;
  word-break: break-word;
}

.c-sptable__th,
.c-sptable__td {
  vertical-align: top;
}

.c-sptable__nowrap {
  white-space: nowrap;
}

.c-sptable--contact {
  border-bottom: 1px solid #847e7c;
}

.c-sptable--contact .c-sptable__tr {
  padding: 22px 0;
}

.c-sptable--contact .c-sptable__th,
.c-sptable--contact .c-sptable__td {
  line-height: 2.15;
}

.c-sptable .c-heading {
  margin-bottom: 22px;
}

.c-sptable * + .c-heading {
  margin-top: 22px;
}

.c-sptable * + p::before {
  display: block;
  margin-top: calc((1 - 2.15) * 0.5em);
  width: 0;
  height: 0;
  content: '';
}

.c-sptable p + p {
  margin-top: 2.72em;
}

/* 概要     : シンプルなテーブル
 * 使用箇所  : 汎用
 * タグ     : table
---------------------------------------------------------*/
.c-table {
  margin: 0 -6px;
  letter-spacing: .01em;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  font-family:"Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
  /* font-family: "MPLUSRounded1c","Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif; */
  font-feature-settings: "palt";
}

* + .c-table {
  margin-top: 22px;
}

.c-table th, .c-table td {
  padding: 1px 6px;
  vertical-align: top;
  text-align: left;
}

.c-table th {
  font-weight: bold;
}

.c-table__nowrap {
  white-space: nowrap;
}

/* 概要     : 一覧
 * 使用箇所  : 汎用
---------------------------------------------------------*/
.c-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 62.08278vw;
}

.c-thumbnail img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
    object-fit: cover;
}

.c-thumbnail__label {
  position: absolute;
  bottom: -1.4em;
  left: 0;
  color: #45b035;
  letter-spacing: .01em;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
  /* font-family: "MPLUSRounded1c","Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif; */
  line-height: 1.5;
  font-feature-settings: "palt";
}

/* project
-------------------------------------------------------- */
/* swiper
-------------------------------------------------------- */
/* 概要     : 詳細ページ
 * 使用箇所  : eorks
 * タグ     : section, article
---------------------------------------------------------*/
.p-entry {
  padding-bottom: 16px;
}

.p-entry__header {
  margin-bottom: 22px;
}

.p-entry__header__main {
  margin-bottom: 22px;
}

.p-entry__header__title {
  margin-bottom: .85em;
  letter-spacing: .01em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
  /* font-family: "MPLUSRounded1c","Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif; */
  line-height: 1.25;
  font-feature-settings: "palt";
}

.p-entry__header__meta {
  letter-spacing: .01em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
  /* font-family: "MPLUSRounded1c","Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif; */
  line-height: 1.75;
  font-feature-settings: "palt";
}

.p-entry__body > * + * {
  margin-top: 42px;
}

.p-entry__body > picture + picture,
.p-entry__body > img + img {
  margin-top: 22px;
}

.p-entry__body p::before {
  display: block;
  margin-top: calc((1 - 2.15) * 0.5em);
  width: 0;
  height: 0;
  content: '';
}

/* 概要     : キービジュアル
 * 使用箇所  : home
 * タグ     : div
---------------------------------------------------------*/
.p-keyvisual {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 100%;
  background: url('../images/top_main/spoon_tray_top1_sp.jpg') no-repeat center center / cover;
}

.p-keyvisual a {
  display: block;
}

.p-keyvisual a:hover{
  opacity: 1.0;
}

.p-keyvisual picture,
.p-keyvisual img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* 概要     : 言語切替リンク
 * 使用箇所  : ヘッダー
 * タグ     : ul
---------------------------------------------------------*/
.p-languages {
  display: flex;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  justify-content: center;
  font-family: "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
}

.p-languages li + li {
  position: relative;
  margin-left: .35em;
  padding-left: calc(.35em + 2px);
}

.p-languages li + li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background: currentColor;
  content: "";
}

.p-languages li.is-current {
  text-decoration: underline;
}

/* 概要     : ロゴ
 * 使用箇所  : ヘッダー
 * タグ     : h1, div
---------------------------------------------------------*/

/* 概要     : メニュー開閉用ボタン
 * 使用箇所  : ヘッダー SP
 * タグ     : button
---------------------------------------------------------*/
.p-menu-toggle {
  position: relative;
  z-index: 5;
  display: flex;
  width: 40px;
  height: 40px;

  justify-content: center;
  align-items: center;
}

.l-header .p-menu-toggle {
  margin-right: -9px;
}

/* 概要     : グローバルナビの親要素
 * 使用箇所 : ヘッダー
 * タグ     : nav
---------------------------------------------------------*/
.p-navi {
  margin-bottom: 30px;
  text-align: center;
}

/* 概要     : グローバルナビ
 * 使用箇所 : ヘッダー
 * タグ     : ul
---------------------------------------------------------*/
.p-navi__list {
  position: static;
  display: block;
  box-sizing: border-box;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background: #e6e4e3;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Roboto", Meiryo, "メイリオ", "Lucida Grande", Verdana, Arial, sans-serif;
  
}

.p-navi__list li {
  margin-bottom: 40px;
  transition: margin .3s ease;
}

.p-navi__list a {
  display: block;
  text-decoration: none;
}

.p-navi__list a:hover {
  text-decoration: underline;
}

.p-navi__list a.is-current {
  text-decoration: underline;
}

/* interaction */
/* 概要     : SPメニューボタン
---------------------------------------------------------*/
.c-burger::before,
.c-burger::after {
  transform-origin: center center;
}

#js-menu {
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}

#js-menu.is-open {
  opacity: 1;
  pointer-events: all;
}

#js-menu-toggle.is-close .c-burger::before {
  -webkit-animation: burger01 .2s forwards;
          animation: burger01 .2s forwards;
}

#js-menu-toggle.is-close .c-burger::after {
  -webkit-animation: burger02 .2s forwards;
          animation: burger02 .2s forwards;
}

#js-menu-toggle.is-open .c-burger::before {
  -webkit-animation: active-burger01 .2s forwards;
          animation: active-burger01 .2s forwards;
}

#js-menu-toggle.is-open .c-burger::after {
  -webkit-animation: active-burger02 .2s forwards;
          animation: active-burger02 .2s forwards;
}

@-webkit-keyframes burger01 {
  0% {
    transform: translateY(6px) rotate(40deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes burger01 {
  0% {
    transform: translateY(6px) rotate(40deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-burger01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(40deg);
  }
}

@keyframes active-burger01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(40deg);
  }
}

@-webkit-keyframes burger02 {
  0% {
    transform: translateY(-6px) rotate(-40deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes burger02 {
  0% {
    transform: translateY(-6px) rotate(-40deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-burger02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-40deg);
  }
}

@keyframes active-burger02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-40deg);
  }
}

/* utility
-------------------------------------------------------- */
.u-align-left {
  text-align: left;
}

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

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

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

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

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

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

.u-image-block {
  display: block;
}

.u-image-block-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* img を囲む要素につける */
.u-image-cover-center {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;

  justify-content: center;
  align-items: center;
}

.u-image-cover-center > img {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 50%);
}

/* スマホ時inner内にあるが、横幅=画面幅 */
.u-image-spvmax {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.u-link-hover {
  transition: opacity .5s;
}

.u-link-hover:hover {
  opacity: .6;
}

.u-link-uline {
  text-decoration: underline;
}

.u-link-uline:hover {
  text-decoration: none;
}

.u-link-noline {
  text-decoration: none;
}

.u-link-noline:hover {
  text-decoration: underline;
}

.u-text-bold {
  font-weight: bold;
  font-weight: 600;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-strike {
  text-decoration: line-through;
}

.u-text-underline {
  text-decoration: underline;
}

.u-only-sp {
  display: block;
}

.u-only-sp-inline {
  display: inline;
}

.u-only-pc {
  display: none;
}

.u-only-pc-inline {
  display: none;
}

.u-hide {
  display: none !important;
}

.u-typo-heading {
  font-size: 20px;
  font-size: 2rem;
}

.u-none-background {
  background: none !important;
}

.u-none-border {
  border: none !important;
}

@media only print, screen and (min-width: 750px){
  a[href*="tel:"]{
    pointer-events: none;
  }
  body{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-wrapper{
    padding-bottom: 150px;
  }
  .l-inner{
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-header{
    padding: 50px 0;
  }
  .l-header__links{
    position: static;
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
  }
  .l-footer{
    padding-top: 26px;
    padding-bottom: 49px;
  }
  .c-column{
    display: flex;
    justify-content: center;
  }
  .c-column,
  .c-column--keep{
    margin-right: -24px;
    margin-left: -24px;
  }
  .c-column + .c-column,
  .c-column--keep + .c-column, .c-column +
  .c-column--keep,
  .c-column--keep +
  .c-column--keep{
    margin-top: 48px;
  }
  .c-column__item--2{
    padding-right: 24px;
    padding-left: 24px;
  }
  .c-column__item--3{
    width: 33.33%;
  }
  .c-column__item--4{
    width: 25%;
  }
  .c-heading{
    font-size: 24px;
    font-size: 2.4rem;
  }
  ul.c-list--entry{
    line-height: 2;
  }
  .c-sptable__th{
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-sptable{
    display: table;
    table-layout: fixed;
  }
  .c-sptable__thead{
    display: table-header-group;
  }
  .c-sptable__tbody{
    display: table-row-group;
  }
  .c-sptable__tr{
    display: table-row;
  }
  .c-sptable__th{
    display: table-cell;
    width: 300px;
  }
  .c-sptable__td{
    display: table-cell;
  }
  .c-sptable__td > img {
    display: block;
    margin-top: 10px;
  }
  .c-sptable__th,
  .c-sptable__td{
    padding: 38px 0;
  }
  .c-sptable:not(.c-sptable--contact) .c-sptable__tr:last-child .c-sptable__th,
  .c-sptable:not(.c-sptable--contact) .c-sptable__tr:last-child .c-sptable__td{
    padding-bottom: 0;
  }
  .c-sptable .c-heading{
    margin-bottom: 44px;
  }
  .c-sptable * + .c-heading{
    margin-top: 44px;
  }
  .c-table{
    font-size: 14px;
    font-size: 1.4rem;
    margin: -8px -10px;
  }
  .c-table th, .c-table td{
    padding: 1px 10px;
  }
  * + .c-table{
    margin-top: 44px;
  }
  .c-thumbnail{
    max-height: 568px;
    height: 55.33333vw;
  }
  .c-thumbnail__label{
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-entry{
    padding-bottom: 4px;
  }
  .p-entry__header{
    margin-bottom: 42px;
  }
  .p-entry__header__main{
    margin-bottom: 42px;
  }
  .p-entry__header__title{
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-entry__header__title{
    margin-bottom: 1em;
  }
  .p-entry__header__meta{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-entry__header__meta{
    line-height: 2.15;
  }
  .p-entry__body > * + *{
    margin-top: 48px;
  }
  .p-entry__body > picture + picture,
  .p-entry__body > img + img{
    margin-top: 48px;
  }
  .p-keyvisual{
    margin-bottom: 36px;
    max-height: 675px;
    height: 66.66667vw;
  }
  .p-languages{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-languages{
    font-weight: normal;
  }
  .p-languages li + li::before{
    width: 1px;
  }
  .p-logo img{
    width: 299px;
    height: 32.7px;
  }
  .p-menu-toggle{
    display: none;
  }
  .p-navi{
    margin-bottom: 0;
  }
  .p-navi__list{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-navi__list{
    display: flex;
    padding-top: 0;
    width: auto;
    height: auto;
    background: transparent;
    font-weight: normal;
    justify-content: space-between;
    align-items: center;
  }
  .p-navi__list li{
    margin-right: 40px;
    margin-bottom: 0;
    transition: none;
  }
  #js-menu{
    opacity: 1;
    pointer-events: all;
  }
  .u-align-left__center{
    text-align: center;
  }
  .u-align-center__left{
    text-align: left;
  }
  .u-align-right__center{
    text-align: center;
  }
  .u-align-right__left{
    text-align: left;
  }
  .u-image-spvmax{
    position: static;
    left: unset;
    margin-left: auto;
    width: auto;
  }
  .u-only-sp{
    display: none;
  }
  .u-only-sp-inline{
    display: none;
  }
  .u-only-pc{
    display: block;
  }
  .u-only-pc-inline{
    display: inline;
  }
  .u-typo-heading{
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only print, screen and (min-width: 900px){
  .p-navi__list li{
    margin-right: 50px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx){
  body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (max-width: 750px){
  .c-sptable--contact .c-sptable__td{
    padding-top: 0;
  }
}
