@charset "UTF-8";
/* Reset Css and Base Style */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Reset Styles
 * Deprecated normalize.css v5.0.0
 * 参考 : html5doctor.com Reset Stylesheet v1.6.1
 */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form */
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #8dafe6;
}

/* ----------------------------------------
*	add reset style
---------------------------------------- */
input[type="image"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* padding,margin reset */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, figure, figcaption {
  padding: 0;
  margin: 0;
}

/* list reset */
ul, ol {
  list-style: none;
}

/* img vertical-align */
img {
  vertical-align: top;
}

/* ----------------------------------------
*	clearfix class
---------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* ----------------------------------------
*	Base Style
---------------------------------------- */
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

a {
  color: #be0028;
}

a:hover {
  text-decoration: none;
}

/* ----------------------------------------
*	Expand Base Style
---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-fluid-img {
  width: 100%;
  height: auto;
}

.is-sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp-show {
    display: block;
  }
  br.is-sp-show {
    display: inline;
  }
  img.is-sp-show {
    display: inline;
  }
  span.is-sp-show {
    display: inline;
  }
}

.is-tablet-show {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-tablet-show {
    display: block;
  }
  br.is-tablet-show {
    display: inline;
  }
  img.is-tablet-show {
    display: inline;
  }
  span.is-tablet-show {
    display: inline;
  }
}

.is-tabletSp-show {
  display: none;
}

@media screen and (max-width: 999px) {
  .is-tabletSp-show {
    display: block;
  }
  br.is-tabletSp-show {
    display: inline;
  }
  img.is-tabletSp-show {
    display: inline;
  }
  span.is-tabletSp-show {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .is-tabletPc-show {
    display: none;
  }
}

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

input, textarea {
  max-width: 100%;
}

.l-wrapper {
  max-width: 100%;
  font-size: 16px;
}

/* Utility Classes */
.is-hidden {
  display: none !important;
}

.is-unvisible {
  visibility: hidden;
}

.is-show {
  display: block !important;
}

/* web fonts */
.wf-garamond {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}

.wf-bodoni-moda {
  font-family: 'Bodoni Moda', serif;
}

/* WP上で生成される style
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ----------------------------------------------
 layout
---------------------------------------------- */
/* header
---------------------------------------------- */
.l-header {
  padding: 25px;
}

.l-header__brand {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 15px;
  }
  .l-header__brand {
    max-width: 160px;
    margin: 0 auto;
  }
}

/* l-breadcrumbs
---------------------------------------------- */
.l-breadcrumbs {
  padding: 5px 15px;
  color: #000;
  font-size: 0.75rem;
  background-color: #f5f5f5;
}

.l-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.l-breadcrumbs a:hover {
  text-decoration: underline;
}

.l-breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.65;
}

.l-breadcrumbs__container > li:not(:last-child)::after {
  content: '＞';
  margin: 0 1em;
}

.l-breadcrumbs__container > li:last-child a {
  cursor: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-breadcrumbs {
    padding: 3px 10px;
    font-size: 0.625rem;
  }
  .l-breadcrumbs__container > li:not(:last-child)::after {
    margin: 0 .75em;
  }
}

/* footer
---------------------------------------------- */
.l-footer {
  text-align: center;
  background: #f5f5f5;
}

.l-footer__inner {
  padding: 80px 30px 70px;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 40px 15px 20px;
  }
}

.l-footer__brand {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer__brand {
    width: 160px;
  }
}

.l-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .l-footer__social {
    margin-top: 20px;
  }
}

.l-footer__social-item {
  margin: 0 11px;
}

@media screen and (max-width: 768px) {
  .l-footer__social-item {
    width: 20px;
    margin: 0 4px;
  }
  .l-footer__social-item img {
    width: 100%;
  }
}

.l-footer__copyright {
  display: block;
  margin-top: 70px;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 30px;
    font-size: 0.625rem;
    line-height: 1.66667;
  }
}

/* 404
---------------------------------------------- */
.l-404 {
  border-top: solid 30px #f5f5f5;
  padding: 100px 30px 120px;
  text-align: center;
}

.l-404__head {
  margin-bottom: 30px;
  font-size: 3.75rem;
}

.l-404__body {
  margin: 30px auto 70px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.l-404__foot .c-button, .l-404__foot .c-form-submit input[type="submit"], .c-form-submit .l-404__foot input[type="submit"],
.l-404__foot .c-form-submit button[type="submit"], .c-form-submit .l-404__foot button[type="submit"],
.l-404__foot .c-form-submit button[name="submitBack"], .c-form-submit .l-404__foot button[name="submitBack"] {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .l-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 300px);
    border-top: solid 20px #f5f5f5;
    padding: 60px 15px 60px;
  }
  .l-404__head {
    margin-bottom: 20px;
    font-size: 2.25rem;
  }
  .l-404__body {
    margin: 30px auto 40px;
    font-size: 0.875rem;
  }
  .l-404__foot .c-button, .l-404__foot .c-form-submit input[type="submit"], .c-form-submit .l-404__foot input[type="submit"],
  .l-404__foot .c-form-submit button[type="submit"], .c-form-submit .l-404__foot button[type="submit"],
  .l-404__foot .c-form-submit button[name="submitBack"], .c-form-submit .l-404__foot button[name="submitBack"] {
    font-size: 0.8125rem;
  }
}

/* ----------------------------------------------
 components
---------------------------------------------- */
.c-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-button, .c-form-submit input[type="submit"],
.c-form-submit button[type="submit"],
.c-form-submit button[name="submitBack"] {
  -webkit-appearance: none;
  display: inline-block;
  padding: .95em 1.5em;
  margin: 0;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background: #000;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-button, .c-form-submit input[type="submit"],
  .c-form-submit button[type="submit"],
  .c-form-submit button[name="submitBack"] {
    font-size: 0.8125rem;
    padding: .8em 1.5em;
  }
}

.c-button--full {
  display: block;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.c-button--reverse {
  background: #fff;
  border: #000;
  color: #000;
  border: 1px solid #000;
}

/* .c-card-collection
---------------------------------------------- */
.c-card-collection {
  font-size: 1.125rem;
  line-height: 1.66667;
  text-align: center;
}

.c-card-collection > a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.c-card-collection > a:hover {
  opacity: .5;
}

@media (hover: none) {
  .c-card-collection > a:hover {
    opacity: 1;
  }
}

.c-card-collection__image {
  border: 1px solid #bfbfbf;
  font-size: 0;
}

.c-card-collection__name {
  font-size: 1.375rem;
  line-height: 1.36364;
  padding: 10px 0 2px;
}

@media screen and (max-width: 768px) {
  .c-card-collection {
    font-size: 0.6875rem;
  }
  .c-card-collection__cat,
  .c-card-collection__name {
    font-size: 0.75rem;
  }
}

/* gallery
---------------------------------------------- */
.c-gallery__main img,
.c-gallery__thumbs img {
  border: 1px solid #bfbfbf;
}

.c-gallery__main {
  margin-bottom: 25px;
}

.c-gallery__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-gallery__thumbs > *:not(:last-child) {
  margin-right: 8px;
}

.c-gallery__thumbs > *:hover {
  opacity: 0.8;
}

@media (hover: none) {
  .c-gallery__thumbs > *:hover {
    opacity: 1;
  }
}

.c-gallery__thumbs > *.is-active:hover {
  opacity: 1;
}

.c-gallery__thumbs > *.is-active img {
  border-width: 1px;
  border-color: #737373;
}

.c-gallery__thumbs a {
  display: inline-block;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .c-gallery__main {
    margin-bottom: 8px;
  }
  .c-gallery__main img {
    width: 100%;
    max-width: 656px;
  }
  .c-gallery__thumbs > * {
    max-width: calc(25% - 7px);
  }
  .c-gallery__thumbs > *:not(:last-child) {
    margin-right: 5px;
  }
  .c-gallery__thumbs img {
    width: 100%;
    max-width: 150px;
  }
}

/* component form style
---------------------------------------------- */
.c-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.375rem;
}

.c-form-field + .c-form-field {
  margin-top: 30px;
}

.c-form-field--wide {
  display: block;
}

.c-form-field--wide .c-form-field__head {
  margin-bottom: .75em;
}

@media screen and (min-width: 769px) {
  .c-form-field--wide .c-form-field__head {
    max-width: 100%;
  }
}

.c-form-field + .c-form-field--wide {
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .c-form-field {
    display: block;
    font-size: 0.75rem;
  }
  .c-form-field + .c-form-field {
    margin-top: 15px;
  }
  .c-form-field + .c-form-field--wide {
    margin: 30px auto;
  }
}

.c-form-field__head {
  display: block;
  min-width: 335px;
  padding: .25em .25em .25em 0;
}

@media screen and (min-width: 769px) {
  .c-form-field__head {
    max-width: 335px;
  }
}

@media screen and (max-width: 768px) {
  .c-form-field__head {
    min-width: auto;
  }
}

.c-form-field__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-form-field input[type="text"],
.c-form-field input[type="tel"],
.c-form-field input[type="number"],
.c-form-field input[type="text"],
.c-form-field input[type="email"],
.c-form-field textarea {
  width: 100%;
}

.c-form-email + .c-form-email,
.c-form-text + .c-form-text,
.c-form-select + .c-form-select,
.c-form-radio + .c-form-select {
  margin-top: 30px;
}

.mw_wp_form_confirm.mw_wp_form_preview .c-form-text + .c-form-text {
  margin-top: .25em;
}

.c-form-field__body-note {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-form-field__body-note {
    font-size: 0.8125rem;
  }
}

.c-form-radio {
  padding: .25em .25em;
}

.c-form-select {
  position: relative;
}

.c-form-select::before {
  content: '';
  background: url(../imgs/parts_arrow-btm.svg) center no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
}

.c-form-select input,
.c-form-select select {
  position: relative;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #bfbfbf;
}

.c-form-select select {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: .25em 55px .25em .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form-select option[value="none"] {
  color: #767676;
}

.c-form-select select[value="none"],
.c-form-select select.is-nonselect {
  color: #bfbfbf;
}

.mw_wp_form_confirm .c-form-select::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-form-select::before {
    right: 10px;
    width: 14px;
    height: 14px;
    background-size: 100% auto;
  }
}

.c-form-select select[disabled] {
  color: #bfbfbf;
  font-size: 1.0625rem;
  min-height: 2.2rem;
}

.c-form-field.has-error .c-form-select::before {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-form-field.has-error .c-form-select::before {
    margin-top: 5px;
  }
}

::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

::placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.c-form-textarea textarea {
  width: 100%;
}

.c-form-submit {
  text-align: center;
}

.c-form-submit input[type="submit"],
.c-form-submit button[type="submit"],
.c-form-submit button[name="submitBack"] {
  max-width: 480px;
  width: 100%;
  margin: 15px auto;
}

.c-form-submit button[name="submitBack"] {
  background: #666;
}

/* c-yt-movie
---------------------------------------------- */
.c-yt-movie {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-yt-movie__frame {
  position: relative;
  padding-top: 56.25%;
}

.c-yt-movie__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* c-term
---------------------------------------------- */
.c-term {
  max-width: 800px;
  padding: 30px;
  margin: 0 auto;
  line-height: 1.75;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-term {
    padding: 30px 15px;
  }
}

.c-term__head {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .c-term__head {
    font-size: 1.25rem;
  }
}

.c-term__cts .c-post {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-term__cts .c-post {
    font-size: 0.8125rem;
  }
}

.c-term__close {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
  padding: .5em;
  font-size: 0.875rem;
  background-color: #666;
}

.c-term-modal {
  position: relative;
  background: #fff;
  max-width: 800px;
  margin: 30px auto;
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .c-term-modal {
    max-width: 95%;
  }
}

/* general post style
---------------------------------------------- */
.c-post-title, .mce-content-body h1,
.c-post h1 {
  padding: .5em 0 .75em;
  margin-bottom: 50px;
  font-size: 1.875rem;
  line-height: 1.5;
  border-bottom: 4px solid #bfbfbf;
}

@media screen and (max-width: 768px) {
  .c-post-title, .mce-content-body h1,
  .c-post h1 {
    margin-bottom: 30px;
    font-size: 1.25rem;
    border-bottom-width: 2px;
  }
}

.c-post {
  max-width: 768px;
  margin: 30px auto 100px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .c-post {
    margin-bottom: 50px;
    padding: 0 5px;
    font-size: 0.875rem;
  }
}

.mce-content-body {
  margin: 9px 10px;
  color: #000;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .mce-content-body {
    font-size: 0.875rem;
  }
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.c-post h1,
.c-post h2,
.c-post h3,
.c-post h4,
.c-post h5,
.c-post h6 {
  color: inherit;
  font-weight: inherit;
  margin-top: 1.25em;
  margin-bottom: 1em;
  line-height: 1.5;
}

.mce-content-body h1,
.c-post h1 {
  font-weight: bold;
  margin-bottom: 30px;
}

.mce-content-body h2,
.c-post h2 {
  margin-top: 1.5em;
  padding: .25em .4em;
  font-size: 1.45em;
  font-weight: bold;
  background-color: #f5f5f5;
}

.mce-content-body h3,
.c-post h3 {
  padding: .5em 0;
  font-size: 1.45em;
  font-weight: normal;
  border-bottom: 1px solid #bfbfbf;
}

.mce-content-body h4,
.c-post h4 {
  font-size: 1.45em;
}

.mce-content-body h5,
.c-post h5 {
  font-size: 1.25em;
  font-weight: bold;
}

.mce-content-body h6,
.c-post h6 {
  font-size: .83em;
  font-weight: bold;
}

.mce-content-body p, .mce-content-body blockquote, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl,
.c-post p,
.c-post blockquote,
.c-post ul,
.c-post ol,
.c-post dl {
  margin-top: .8em;
  margin-bottom: .8em;
}

.mce-content-body ol,
.c-post ol {
  list-style: decimal;
  padding-left: 2em;
}

.mce-content-body ul,
.c-post ul {
  list-style: disc;
  padding-left: 2em;
}

.mce-content-body ol ul, .mce-content-body ul ol, .mce-content-body ul ul, .mce-content-body ol ol,
.c-post ol ul,
.c-post ul ol,
.c-post ul ul,
.c-post ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.mce-content-body ul ul, .mce-content-body ol ul,
.c-post ul ul,
.c-post ol ul {
  list-style-type: circle;
}

.mce-content-body ol ol ul, .mce-content-body ol ul ul, .mce-content-body ul ol ul, .mce-content-body ul ul ul,
.c-post ol ol ul,
.c-post ol ul ul,
.c-post ul ol ul,
.c-post ul ul ul {
  list-style-type: square;
}

.mce-content-body dd,
.c-post dd {
  padding-left: 2em;
}

.mce-content-body pre, .mce-content-body blockquote,
.c-post pre,
.c-post blockquote {
  line-height: 1.75;
  padding: 0.5em 1em;
  background-color: #f5f5f5;
}

.mce-content-body pre, .mce-content-body code,
.c-post pre,
.c-post code {
  overflow: auto;
}

.mce-content-body code,
.c-post code {
  line-height: inherit;
  padding: .2em .5em;
  background-color: #f5f5f5;
}

.mce-content-body table,
.c-post table {
  border-collapse: collapse;
}

.mce-content-body th,
.c-post th {
  padding: 1em;
  background-color: #f5f5f5;
  color: #000;
  border: 1px solid #bfbfbf;
}

.mce-content-body td,
.c-post td {
  padding: 1em;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}

.mce-content-body > .alignnone:first-child,
.mce-content-body > .aligncenter:first-child,
.c-post > .alignnone:first-child,
.c-post > .aligncenter:first-child {
  margin-top: 0;
}

.mce-content-body > .alignnone:last-child,
.mce-content-body > .aligncenter:last-child,
.c-post > .alignnone:last-child,
.c-post > .aligncenter:last-child {
  margin-bottom: 0;
}

/* c-archive-item
---------------------------------------------- */
.c-archive-item {
  border-bottom: 2px solid #bfbfbf;
  padding: 30px 15px;
}

.c-archive-item:not(:last-child) {
  margin-bottom: 30px;
}

.c-archive-item a {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 1em;
}

.c-archive-item p {
  margin-top: 1em;
  line-height: 1.75;
}

/* others
---------------------------------------------- */
.c-post-section-heading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px 40px;
}

@media screen and (max-width: 768px) {
  .c-post-section-heading {
    padding: 0 15px 20px;
  }
}

.c-post-section-heading__text01,
.c-post-section-heading__text02 {
  display: block;
  text-align: center;
}

.c-post-section-heading__text01 {
  font-family: Didot, "Bodoni Moda", "EB Garamond", seirf;
  font-weight: bold;
  font-size: 4.375rem;
  line-height: 1.025;
}

@media screen and (max-width: 768px) {
  .c-post-section-heading__text01 {
    font-size: 1.875rem;
  }
}

.c-post-section-heading__text02 {
  font-size: 1.375rem;
  font-weight: 300;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-post-section-heading__text02 {
    padding-top: 10px;
    font-size: 0.6875rem;
  }
}

.c-post-footer .c-post-footer__note {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  padding-top: 1em;
  line-height: 1.5;
}

/* c-form in c-post
---------------------------------------------- */
.c-post .c-form .c-form-field p {
  margin: 0;
}

.c-post .c-form .c-form-field__head {
  line-height: 1.15;
}
