@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@font-face {
  font-family: 'food-yomiuri';
  src: url("/_assets/font/food-yomiuri.eot?33926467");
  src: url("/_assets/font/food-yomiuri.eot?33926467#iefix") format("embedded-opentype"),url("/_assets/font/food-yomiuri.woff?33926467") format("woff"),url("/_assets/font/food-yomiuri.ttf?33926467") format("truetype"),url("/_assets/font/food-yomiuri.svg?33926467#food-yomiuri") format("svg");
  font-weight: normal;
  font-style: normal
}
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #333;
  outline: none
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 3%;
  padding-left: 3%
}
/* 拍手一覧 */
.webclap-clap-list {
  padding-left: 10px
}
.webclap-clap-list > .clap {
  margin-bottom: 10px;
  font-size: 90%
}
.webclap-clap-list > .clap:after {
  content: "";
  display: table;
  clear: both
}
.webclap-clap-list > .clap > img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px
}
.webclap-clap-list > .clap > .date {
  padding-top: 5px;
  font-size: 80%;
  color: #777
}
/* ランキング */
.webclap-ranking-navi {
  margin: 5px;
  text-align: right
}
.webclap-ranking-navi > .item {
  display: inline-block;
  margin: 5px;
  padding-bottom: 2px;
  font-size: 90%
}
.webclap-ranking-navi > .item.active {
  border-bottom: 1px solid #ddd
}
.webclap-ranking-table {
  display: table;
  width: 100%;
  font-size: 13px;
  border-spacing: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.webclap-ranking-table .thead {
  display: table-header-group
}
.webclap-ranking-table .tbody {
  display: table-row-group
}
.webclap-ranking-table .tr {
  display: table-row
}
.webclap-ranking-table .td {
  display: table-cell
}
.webclap-ranking-table > .thead > .tr > .td.column-rank {
  width: 18%
}
.webclap-ranking-table > .thead > .tr > .td.column-count {
  width: 22%
}
.webclap-ranking-table > .thead > .tr > .td.column-label {
  width: 60%
}
.webclap-ranking-table > .thead > .tr > .td {
  padding: 7px 12px;
  font-family: arial,helvetica,clean,sans-serif;
  font-weight: bold;
  line-height: 120%;
  white-space: nowrap;
  border: solid #ddd;
  border-width: 1px 1px 1px 0;
  background-color: #fff
}
.webclap-ranking-table > .thead > .tr > .td:first-child {
  border-width: 1px;
  border-radius: 5px 0 0 0
}
.webclap-ranking-table > .thead > .tr > .td:last-child {
  border-radius: 0 5px 0 0
}
.webclap-ranking-table > .tbody > .tr {
  background-color: #fff
}
.webclap-ranking-table > .tbody > .tr > .td {
  padding: 7px 12px;
  font-family: arial,helvetica,clean,sans-serif;
  color: #333;
  border: solid #ddd;
  border-width: 0 1px 1px 0
}
.webclap-ranking-table > .tbody > .tr > .td.column-count {
  color: #c33
}
.webclap-ranking-table > .tbody > .tr > .td.column-label {
  overflow: hidden;
  max-width: 1px;
  white-space: nowrap;
  text-overflow: ellipsis
}
.webclap-ranking-table > .tbody > .tr > .td:first-child {
  border-width: 0 1px 1px
}
.webclap-ranking-table > .tbody > .tr:last-child > .td:first-child {
  border-radius: 0 0 0 5px
}
.webclap-ranking-table > .tbody > .tr:last-child > .td:last-child {
  border-radius: 0 0 5px 0
}
.webclap-ranking-table > .tbody > .tr:nth-child(2n+2) {
  background-color: #fafafa
}
/* カラーリング */
.webclap-ranking-table.color-default > .thead > .tr > .td {
  color: #333;
  border-color: #ddd;
  background-color: #f5f5f5
}
.webclap-ranking-table.color-default > .tbody > .tr > .td {
  border-color: #ddd
}
.webclap-ranking-table.color-primary > .thead > .tr > .td {
  color: #fff;
  border-color: #337ab7;
  background-color: #337ab7
}
.webclap-ranking-table.color-primary > .tbody > .tr > .td {
  border-color: #337ab7
}
.webclap-ranking-table.color-success > .thead > .tr > .td {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8
}
.webclap-ranking-table.color-success > .tbody > .tr > .td {
  border-color: #d6e9c6
}
.webclap-ranking-table.color-info > .thead > .tr > .td {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7
}
.webclap-ranking-table.color-info > .tbody > .tr > .td {
  border-color: #bce8f1
}
.webclap-ranking-table.color-warning > .thead > .tr > .td {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3
}
.webclap-ranking-table.color-warning > .tbody > .tr > .td {
  border-color: #faebcc
}
.webclap-ranking-table.color-danger > .thead > .tr > .td {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede
}
.webclap-ranking-table.color-danger > .tbody > .tr > .td {
  border-color: #ebccd1
}
/* 拍手ボタン */
.webclap-container {
  position: relative;
  clear: both;
  font-size: 0
}
.webclap-container > button {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: .35em .5em;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-property: none;
  transition-property: none;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  color: #fff;
  border: none;
  border-radius: .2em;
  border-radius: .25em;
  background: none;
  background-color: #f26200;
  -webkit-box-shadow: none;
  box-shadow: none
}
@media (max-width: 768px) {
  .webclap-container > button {
    font-size: 11px
  }
}
.webclap-container > button span {
  position: relative;
  padding-left: 1.5em
}
.webclap-container > button span:after {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  content: '\e808';
  position: absolute;
  top: 50%;
  left: 50%;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
/* 読み込み */
.webclap-container .webclap-loading {
  margin-right: 5px;
  vertical-align: middle;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
/* 吹き出し */
.webclap-message-box {
  position: absolute;
  z-index: 99999;
  display: table;
  width: 280px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.webclap-message-box .thanks-msg {
  margin-bottom: 10px
}
.webclap-message-box .thanks-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px
}
.webclap-message-box-inner {
  display: table-cell;
  padding: 12px 14px;
  text-align: left
}
.webclap-message-box.arrow:after,
.webclap-message-box.arrow:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 30px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent
}
.webclap-message-box.arrow:after {
  margin-left: -10px;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff
}
.webclap-message-box.arrow:before {
  margin-left: -11px;
  border-width: 11px;
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd
}
/* 閉じるボタン */
.webclap-message-box .close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  opacity: 1
}
/* ボタン数字 */
.webclap-container .btn {
  width: auto
}
.webclap-container .btn + .balloon .count {
  font-size: 11px
}
/* 拍手数吹き出しタイプ */
.webclap-container .btn + .balloon {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  font-weight: bold;
  line-height: 19px;
  vertical-align: middle;
  color: #c33;
  border: 1px solid #bbb;
  border-radius: 3px;
  /*min-height: 22px;*/background-color: #fff
}
.webclap-container .btn + .balloon .inner {
  padding: 0 4px
}
.webclap-container .btn + .balloon:after,
.webclap-container .btn + .balloon:before {
  content: " ";
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent
}
.webclap-container .btn + .balloon:after {
  top: 50%;
  margin-top: -4px;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff
}
.webclap-container .btn + .balloon:before {
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #bbb
}
.webclap-container .btn.btn-danger > .count {
  color: #fff !important
}
.webclap-container .btn.btn-warning > .count {
  color: #c60400 !important
}
.webclap-container .btn.btn-success > .count,
.webclap-container .btn.btn-primary > .count,
.webclap-container .btn.btn-info > .count {
  color: #ffd1d1 !important
}
/* ボタン（style by Twitter Bootstrap） */
.webclap-container .btn-primary {
  color: #fff;
  border-color: #357ebd;
  background-color: #428bca
}
.webclap-container .btn-primary:hover,
.webclap-container .btn-primary:focus,
.webclap-container .btn-primary:active,
.webclap-container .btn-primary.active {
  color: #fff;
  border-color: #285e8e;
  background-color: #3276b1
}
.webclap-container .btn-primary:active,
.webclap-container .btn-primary.active {
  background-image: none
}
.webclap-container .btn-primary.disabled,
.webclap-container .btn-primary[disabled],
.webclap-container .btn-primary.disabled:hover,
.webclap-container .btn-primary[disabled]:hover,
.webclap-container .btn-primary.disabled:focus,
.webclap-container .btn-primary[disabled]:focus,
.webclap-container .btn-primary.disabled:active,
.webclap-container .btn-primary[disabled]:active,
.webclap-container .btn-primary.disabled.active,
.webclap-container .btn-primary[disabled].active {
  border-color: #357ebd;
  background-color: #428bca
}
.webclap-container .btn-primary .badge {
  color: #428bca;
  background-color: #fff
}
.webclap-container .btn-success {
  color: #fff;
  border-color: #4cae4c;
  background-color: #5cb85c
}
.webclap-container .btn-success:hover,
.webclap-container .btn-success:focus,
.webclap-container .btn-success:active,
.webclap-container .btn-success.active {
  color: #fff;
  border-color: #398439;
  background-color: #47a447
}
.webclap-container .btn-success:active,
.webclap-container .btn-success.active {
  background-image: none
}
.webclap-container .btn-success.disabled,
.webclap-container .btn-success[disabled],
.webclap-container .btn-success.disabled:hover,
.webclap-container .btn-success[disabled]:hover,
.webclap-container .btn-success.disabled:focus,
.webclap-container .btn-success[disabled]:focus,
.webclap-container .btn-success.disabled:active,
.webclap-container .btn-success[disabled]:active,
.webclap-container .btn-success.disabled.active,
.webclap-container .btn-success[disabled].active {
  border-color: #4cae4c;
  background-color: #5cb85c
}
.webclap-container .btn-info {
  color: #fff;
  border-color: #46b8da;
  background-color: #5bc0de
}
.webclap-container .btn-info:hover,
.webclap-container .btn-info:focus,
.webclap-container .btn-info:active,
.webclap-container .btn-info.active {
  color: #fff;
  border-color: #269abc;
  background-color: #39b3d7
}
.webclap-container .btn-info:active,
.webclap-container .btn-info.active {
  background-image: none
}
.webclap-container .btn-info.disabled,
.webclap-container .btn-info[disabled],
.webclap-container .btn-info.disabled:hover,
.webclap-container .btn-info[disabled]:hover,
.webclap-container .btn-info.disabled:focus,
.webclap-container .btn-info[disabled]:focus,
.webclap-container .btn-info.disabled:active,
.webclap-container .btn-info[disabled]:active,
.webclap-container .btn-info.disabled.active,
.webclap-container .btn-info[disabled].active {
  border-color: #46b8da;
  background-color: #5bc0de
}
.webclap-container .btn-warning {
  color: #fff;
  border-color: #eea236;
  background-color: #f0ad4e
}
.webclap-container .btn-warning:hover,
.webclap-container .btn-warning:focus,
.webclap-container .btn-warning:active,
.webclap-container .btn-warning.active {
  color: #fff;
  border-color: #d58512;
  background-color: #ed9c28
}
.webclap-container .btn-warning:active,
.webclap-container .btn-warning.active {
  background-image: none
}
.webclap-container .btn-warning.disabled,
.webclap-container .btn-warning[disabled],
.webclap-container .btn-warning.disabled:hover,
.webclap-container .btn-warning[disabled]:hover,
.webclap-container .btn-warning.disabled:focus,
.webclap-container .btn-warning[disabled]:focus,
.webclap-container .btn-warning.disabled:active,
.webclap-container .btn-warning[disabled]:active,
.webclap-container .btn-warning.disabled.active,
.webclap-container .btn-warning[disabled].active {
  border-color: #eea236;
  background-color: #f0ad4e
}
.webclap-container .btn-danger {
  color: #fff;
  border-color: #d43f3a;
  background-color: #d9534f
}
.webclap-container .btn-danger:hover,
.webclap-container .btn-danger:focus,
.webclap-container .btn-danger:active,
.webclap-container .btn-danger.active {
  color: #fff;
  border-color: #ac2925;
  background-color: #d2322d
}
.webclap-container .btn-danger:active,
.webclap-container .btn-danger.active {
  background-image: none
}
.webclap-container .btn-danger.disabled,
.webclap-container .btn-danger[disabled],
.webclap-container .btn-danger.disabled:hover,
.webclap-container .btn-danger[disabled]:hover,
.webclap-container .btn-danger.disabled:focus,
.webclap-container .btn-danger[disabled]:focus,
.webclap-container .btn-danger.disabled:active,
.webclap-container .btn-danger[disabled]:active,
.webclap-container .btn-danger.disabled.active,
.webclap-container .btn-danger[disabled].active {
  border-color: #d43f3a;
  background-color: #d9534f
}
.webclap-container .btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}
.webclap-container .btn-link {
  font-weight: normal;
  cursor: pointer;
  color: #428bca;
  border-radius: 0
}
.webclap-container .btn-link,
.webclap-container .btn-link:active,
.webclap-container .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.webclap-container .btn-link,
.webclap-container .btn-link:hover,
.webclap-container .btn-link:focus,
.webclap-container .btn-link:active {
  border-color: transparent
}
.webclap-container .btn-link:hover,
.webclap-container .btn-link:focus {
  text-decoration: underline;
  color: #2a6496;
  background-color: transparent
}
.webclap-container .btn-link[disabled]:hover,
.webclap-container .btn-link[disabled]:focus {
  text-decoration: none;
  color: #999
}
.webclap-container .btn-lg,
.webclap-container .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
.webclap-container .btn-sm,
.webclap-container .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.webclap-container .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0
}
.webclap-container .btn-block + .btn-block {
  margin-top: 5px
}
/* p input textarea select radio checkbox alert (by Twitter Bootstrap) */
.webclap-message-box p {
  margin: 0 0 10px
}
.webclap-message-box button,
.webclap-message-box input,
.webclap-message-box select,
.webclap-message-box textarea {
  margin: 0;
  font: inherit;
  color: inherit
}
.webclap-message-box button {
  overflow: visible
}
.webclap-message-box button,
.webclap-message-box select {
  text-transform: none
}
.webclap-message-box button,
.webclap-message-box input[type="reset"],
.webclap-message-box input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
.webclap-message-box button[disabled] {
  cursor: default
}
.webclap-message-box button::-moz-focus-inner,
.webclap-message-box input::-moz-focus-inner {
  padding: 0;
  border: 0
}
.webclap-message-box input {
  line-height: normal
}
.webclap-message-box input[type="checkbox"],
.webclap-message-box input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
.webclap-message-box input[type="number"]::-webkit-inner-spin-button,
.webclap-message-box input[type="number"]::-webkit-outer-spin-button {
  height: auto
}
.webclap-message-box textarea {
  overflow: auto
}
.webclap-message-box input,
.webclap-message-box button,
.webclap-message-box select,
.webclap-message-box textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
.webclap-message-box input[type="radio"],
.webclap-message-box input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */line-height: normal
}
.webclap-message-box input[type="file"] {
  display: block
}
.webclap-message-box input[type="range"] {
  display: block;
  width: 100%
}
.webclap-message-box select[multiple],
.webclap-message-box select[size] {
  height: auto
}
.webclap-message-box input[type="file"]:focus,
.webclap-message-box input[type="radio"]:focus,
.webclap-message-box input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.webclap-message-box .form-control {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* ! */width: 100%;
  height: 34px;
  margin-bottom: 15px;
  /* ! */padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.webclap-message-box .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6)
}
.webclap-message-box .form-control::-moz-placeholder {
  opacity: 1;
  color: #999
}
.webclap-message-box .form-control:-ms-input-placeholder {
  color: #999
}
.webclap-message-box .form-control::-webkit-input-placeholder {
  color: #999
}
.webclap-message-box .form-control[disabled],
.webclap-message-box .form-control[readonly] {
  cursor: not-allowed;
  opacity: 1;
  background-color: #eee
}
.webclap-message-box textarea.form-control {
  height: auto
}
.webclap-message-box .radio,
.webclap-message-box .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px
}
.webclap-message-box .radio label,
.webclap-message-box .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer
}
.webclap-message-box .radio input[type="radio"],
.webclap-message-box .radio-inline input[type="radio"],
.webclap-message-box .checkbox input[type="checkbox"],
.webclap-message-box .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px
}
.webclap-message-box .radio + .radio,
.webclap-message-box .checkbox + .checkbox {
  margin-top: -5px
}
.webclap-message-box .radio-inline,
.webclap-message-box .checkbox-inline {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle
}
.webclap-message-box .radio-inline + .radio-inline,
.webclap-message-box .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}
.webclap-message-box input[type="radio"][disabled],
.webclap-message-box input[type="checkbox"][disabled],
.webclap-message-box .radio[disabled],
.webclap-message-box .radio-inline[disabled],
.webclap-message-box .checkbox[disabled],
.webclap-message-box .checkbox-inline[disabled] {
  cursor: not-allowed
}
.webclap-message-box .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.webclap-message-box select.input-sm {
  height: 30px;
  line-height: 30px
}
.webclap-message-box textarea.input-sm,
.webclap-message-box select[multiple].input-sm {
  height: auto
}
.webclap-message-box .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
.webclap-message-box select.input-lg {
  height: 46px;
  line-height: 46px
}
.webclap-message-box textarea.input-lg,
.webclap-message-box select[multiple].input-lg {
  height: auto
}
.webclap-message-box input[type="submit"].btn-block,
.webclap-message-box input[type="reset"].btn-block,
.webclap-message-box input[type="button"].btn-block {
  width: 100%
}
.webclap-message-box .alert {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px
}
.webclap-message-box .alert h4 {
  margin-top: 0;
  color: inherit
}
.webclap-message-box .alert .alert-link {
  font-weight: bold
}
.webclap-message-box .alert > p,
.webclap-message-box .alert > ul {
  margin-bottom: 0
}
.webclap-message-box .alert > p + p {
  margin-top: 5px
}
.alert-dismissable {
  padding-right: 35px
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}
.webclap-message-box .alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8
}
.webclap-message-box .alert-success hr {
  border-top-color: #c9e2b3
}
.webclap-message-box .alert-success .alert-link {
  color: #2b542c
}
.webclap-message-box .alert-info {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7
}
.webclap-message-box .alert-info hr {
  border-top-color: #a6e1ec
}
.webclap-message-box .alert-info .alert-link {
  color: #245269
}
.webclap-message-box .alert-warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3
}
.webclap-message-box .alert-warning hr {
  border-top-color: #f7e1b5
}
.webclap-message-box .alert-warning .alert-link {
  color: #66512c
}
.webclap-message-box .alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede
}
.webclap-message-box .alert-danger hr {
  border-top-color: #e4b9c0
}
.webclap-message-box .alert-danger .alert-link {
  color: #843534
}
/* Bootstrap Theme */
.webclap-container .btn:active,
.webclap-container .btn.active {
  background-image: none
}
.webclap-container .btn-primary {
  border-color: #2b669a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.webclap-container .btn-primary:hover,
.webclap-container .btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px
}
.webclap-container .btn-primary:active,
.webclap-container .btn-primary.active {
  border-color: #2b669a;
  background-color: #2d6ca2
}
.webclap-container .btn-success {
  border-color: #3e8f3e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.webclap-container .btn-success:hover,
.webclap-container .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px
}
.webclap-container .btn-success:active,
.webclap-container .btn-success.active {
  border-color: #3e8f3e;
  background-color: #419641
}
.webclap-container .btn-info {
  border-color: #28a4c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.webclap-container .btn-info:hover,
.webclap-container .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px
}
.webclap-container .btn-info:active,
.webclap-container .btn-info.active {
  border-color: #28a4c9;
  background-color: #2aabd2
}
.webclap-container .btn-warning {
  border-color: #e38d13;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.webclap-container .btn-warning:hover,
.webclap-container .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px
}
.webclap-container .btn-warning:active,
.webclap-container .btn-warning.active {
  border-color: #e38d13;
  background-color: #eb9316
}
.webclap-container .btn-danger {
  border-color: #b92c28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.webclap-container .btn-danger:hover,
.webclap-container .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px
}
.webclap-container .btn-danger:active,
.webclap-container .btn-danger.active {
  border-color: #b92c28;
  background-color: #c12e2a
}
.webclap-message-box .alert {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
}
.webclap-message-box .alert-success {
  border-color: #b2dba1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0)
}
.webclap-message-box .alert-info {
  border-color: #9acfea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0)
}
.webclap-message-box .alert-warning {
  border-color: #f5e79e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0)
}
.webclap-message-box .alert-danger {
  border-color: #dca7a7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0)
}
.thumb-s .thumb__item__like .webclap-container {
  text-align: right !important
}
.header {
  padding-bottom: 20px;
  border-bottom: 2px solid #ecebeb
}
@media (max-width: 768px) {
  .header {
    padding-bottom: 15px
  }
}
.header__user {
  padding: 10px 0;
  border-bottom: 2px solid #ecebeb
}
@media (min-width: 769px) {
  .header__user__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.header__tagline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3
}
@media (max-width: 768px) {
  .header__tagline__inner {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.header__tagline figure {
  min-width: 2.6em;
  min-height: 2.6em;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #c5c5c5
}
.header__btn {
  text-align: right
}
.header__btn a,
.header__btn input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
  border: 1px solid;
  border-color: #f26200;
  border-radius: 1.82em;
  outline: none;
  background-color: #f26200
}
.header__btn a:hover,
.header__btn input:hover {
  opacity: 0.7
}
@media (max-width: 768px) {
  .header__btn a,
  .header__btn input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    border: 1px solid;
    border-color: #f26200;
    border-radius: 1.82em;
    outline: none;
    background-color: #f26200
  }
  .header__btn a:hover,
  .header__btn input:hover {
    opacity: 0.7
  }
}
.header__btn li {
  display: inline-block;
  margin: 4px 0 4px 10px;
  vertical-align: middle
}
.header__btn--info a:before {
  content: '\f013';
  font-weight: bold
}
.header__btn--login a:before {
  content: '\e800'
}
.header__btn--logout a:before {
  content: '\f2f5';
  font-weight: bold
}
.header__btn a {
  display: inline-block;
  padding: .75em 1.6em .75em 2em
}
.header__btn a:before,
.header__btn a span {
  display: inline-block;
  vertical-align: middle
}
.header__btn a:before {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  margin-right: 0.4em;
  font-size: 14px;
  font-size: 1.4rem
}
.header__main {
  position: relative;
  margin-top: 25px;
  text-align: center
}
.header__logo {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center
}
@media (max-width: 768px) {
  .header__logo {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1
  }
}
.header__logo a {
  display: block;
  overflow: hidden;
  width: 290px;
  height: 48px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: nowrap;
  text-indent: -9999%;
  color: #f26200;
  background-image: url(/_assets/images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
@media (max-width: 768px) {
  .header__logo a {
    width: calc(181px * 1.4);
    height: calc(30px * 1.4)
  }
}
.header__logo a:hover {
  opacity: 0.7
}
.header__menu {
  display: none
}
.header__search {
  right: 0/* iOSでのデフォルトスタイルをリセット */
}
.header__search a,
.header__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #333;
  border: 1px solid;
  border-color: #d8d8d8;
  border-radius: 1.82em;
  outline: none;
  background-color: #fff
}
.header__search a:hover,
.header__search input:hover {
  opacity: 0.7
}
@media screen and (min-width: 951px) {
  .header__search {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width: 950px) {
  .header__search {
    position: relative;
    display: inline-block;
    margin-top: 15px
  }
  .header__search a,
  .header__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333;
    border: 1px solid;
    border-color: #d8d8d8;
    border-radius: 1.82em;
    outline: none;
    background-color: #fff
  }
  .header__search a:hover,
  .header__search input:hover {
    opacity: 0.7
  }
}
.header__search input[type="submit"],
.header__search input[type="button"] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}
.header__search input[type="submit"]::-webkit-search-decoration,
.header__search input[type="button"]::-webkit-search-decoration {
  display: none
}
.header__search input[type="submit"]::focus,
.header__search input[type="button"]::focus {
  outline-offset: -2px
}
.header__search .screen-reader-text {
  display: none
}
.header__search input[type="text"] {
  position: relative;
  width: 260px;
  padding: .7em 2.5em .7em 1.5em
}
.header__search input[type="submit"] {
  position: absolute;
  top: 0;
  right: .9em;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  white-space: nowrap;
  text-indent: 2em
}
.header__search:after {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  content: '\e809';
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: inline-block;
  height: 1em;
  margin: auto 0;
  pointer-events: none;
  color: #c9c9c9
}
.header__search::-webkit-input-placeholder {
  color: #999
}
.header__search:-ms-input-placeholder {
  color: #999
}
.header__search::-ms-input-placeholder {
  color: #999
}
.header__search::placeholder {
  color: #999
}
.header__nav {
  margin-top: 25px;
  font-size: 0;
  text-align: center
}
@media (max-width: 768px) {
  .header__nav {
    margin-top: 15px
  }
}
.header__nav li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1
}
@media (max-width: 768px) {
  .header__nav li {
    font-size: 15px;
    font-size: 1.5rem
  }
}
.header__nav li + li {
  margin-left: 3.75em
}
@media (max-width: 768px) {
  .header__nav li + li {
    margin-left: 2em
  }
}
.header__nav li a:hover {
  text-decoration: underline
}
.breadcrumb {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 0
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px
  }
}
.breadcrumb li {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5
}
@media (max-width: 768px) {
  .breadcrumb li {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.breadcrumb li + li:before {
  content: '＞';
  display: inline-block;
  margin-right: 0.5em
}
.breadcrumb li a:hover {
  text-decoration: underline
}
.main {
  display: block;
  padding-bottom: 170px
}
@media (max-width: 768px) {
  .main {
    padding-bottom: 100px
  }
}
.sec + .sec {
  margin-top: 60px
}
@media (max-width: 768px) {
  .sec + .sec {
    margin-top: 30px
  }
}
@media (min-width: 769px) {
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (min-width: 769px) {
  .column__main {
    width: 65.51724%
  }
}
.column__main__ttl {
  margin-bottom: .9em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5
}
@media (max-width: 768px) {
  .column__main__ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.column__main .pagenation {
  margin-top: 70px;
  text-align: center
}
@media (max-width: 768px) {
  .column__main .pagenation {
    margin-top: 40px
  }
}
.column__main .pagenation__num {
  display: none
}
.column__main .pagenation li {
  display: inline-block
}
.column__main .pagenation li + li {
  margin-left: 1em
}
.column__main .pagenation li.current {
  color: #f26200
}
.column__main .pagenation li a:hover {
  text-decoration: underline
}
@media (min-width: 769px) {
  .column__side {
    width: 29.31034%
  }
}
@media (max-width: 768px) {
  .column__side {
    margin-top: 60px
  }
}
.side section + section {
  margin-top: 50px
}
@media (max-width: 768px) {
  .side section + section {
    margin-top: 30px
  }
}
.side__ttl {
  position: relative;
  padding-bottom: 0.875em;
  padding-left: 1.875em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: 1px solid #e5e4e5
}
.side__ttl:before {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 24px;
  text-align: center;
  color: #f26200
}
.side__ttl-rank:before {
  content: '\e801';
  font-size: 18px;
  font-size: 1.8rem
}
.side__ttl-recommend:before {
  content: '\e802';
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold
}
.side__ttl-tag:before {
  content: '\e804';
  font-size: 19px;
  font-size: 1.9rem
}
.side__ttl-share:before {
  content: '\e803';
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold
}
.footer {
  padding: 50px 0 40px;
  background-color: #f1f1f1
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 30px;
    text-align: center
  }
}
@media (min-width: 769px) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.footer__logo {
  font-size: 0
}
.footer__logo a {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: -9999%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
@media (min-width: 769px) {
  .footer__logo a {
    margin-right: 50px
  }
}
.footer__logo a:hover {
  opacity: 0.7
}
.footer__logo-online {
  width: 139px;
  height: 19px;
  background-image: url(/_assets/images/logo_online.png)
}
.footer__logo-yomiuri {
  width: 75px;
  height: 17px;
  background-image: url(/_assets/images/logo_yomiuri.png)
}
.footer__nav {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1
}
@media (min-width: 769px) {
  .footer__nav {
    text-align: right
  }
}
@media (max-width: 768px) {
  .footer__nav {
    margin-top: 20px
  }
}
@media (min-width: 769px) {
  .footer__nav ul + ul {
    margin-top: 1.2em
  }
}
.footer__nav li {
  display: inline-block;
  margin-bottom: .4em
}
@media (max-width: 768px) {
  .footer__nav li {
    margin-right: 1em;
    margin-bottom: 1em;
    margin-left: 1em
  }
}
@media (min-width: 769px) {
  .footer__nav li + li {
    margin-left: 1.5em
  }
}
.footer__nav li a:hover {
  text-decoration: underline
}
.footer__rights {
  margin-top: 35px
}
@media (max-width: 768px) {
  .footer__rights {
    margin-top: 20px
  }
}
.footer__rights p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #888
}
@media (max-width: 768px) {
  .footer__rights p {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.footer__rights p + p {
  margin-top: 0.5em
}
.thumb-l,
.thumb-m,
.thumb-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.thumb-l .thumb__item,
.thumb-m .thumb__item,
.thumb-post .thumb__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.thumb-l .thumb__item,
.thumb-m .thumb__item {
  min-width: 34%;
  max-width: calc((100% - 35px)/2)
}
@media (max-width: 768px) {
  .thumb-l .thumb__item,
  .thumb-m .thumb__item {
    max-width: calc((100% - 10px)/2);
    -ms-flex-preferred-size: calc((100% - 10px)/2);
    flex-basis: calc((100% - 10px)/2)
  }
}
.thumb-l .thumb__item:nth-child(n+3),
.thumb-m .thumb__item:nth-child(n+3) {
  margin-top: 50px
}
@media (max-width: 768px) {
  .thumb-l .thumb__item:nth-child(n+3),
  .thumb-m .thumb__item:nth-child(n+3) {
    margin-top: 25px
  }
}
.thumb-l .thumb__item:nth-child(even),
.thumb-m .thumb__item:nth-child(even) {
  margin-left: 35px
}
@media (max-width: 768px) {
  .thumb-l .thumb__item:nth-child(even),
  .thumb-m .thumb__item:nth-child(even) {
    margin-left: 10px
  }
}
.thumb-l .thumb__item__head,
.thumb-m .thumb__item__head {
  margin-top: 18px
}
@media (max-width: 768px) {
  .thumb-l .thumb__item__head,
  .thumb-m .thumb__item__head {
    margin-top: 10px
  }
}
.thumb-l .thumb__item__date,
.thumb-m .thumb__item__date {
  margin-top: .9em
}
.thumb-l .thumb__item__ttl,
.thumb-m .thumb__item__ttl {
  margin-top: 0.4em;
  font-size: 18px;
  font-size: 1.8rem
}
@media (max-width: 768px) {
  .thumb-l .thumb__item__ttl,
  .thumb-m .thumb__item__ttl {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.thumb-l .thumb__item__desc,
.thumb-m .thumb__item__desc {
  margin-top: 0.4em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5
}
.thumb-l .thumb__item__tag,
.thumb-m .thumb__item__tag {
  margin-top: 1.2em
}
.thumb-l {
  margin-top: 60px
}
@media (max-width: 768px) {
  .thumb-l {
    display: block;
    margin-top: 30px
  }
  .thumb-l .thumb__item {
    min-width: 100%
  }
  .thumb-l .thumb__item:nth-child(even) {
    margin-top: 30px;
    margin-left: 0
  }
}
.thumb-l .thumb__item figure {
  padding-top: 66.66667%
}
.thumb-m .thumb__item figure {
  padding-top: 66.66667%
}
.thumb-m .thumb__item figure iframe {
  display: none
}
.thumb-m .thumb__item__desc,
.thumb-m .thumb__item__mask {
  display: none
}
.thumb-s .thumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px
}
.thumb-s .thumb__item figure {
  min-width: 120px;
  height: 80px
}
.thumb-s .thumb__item__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5.88235%
}
@media (max-width: 768px) {
  .thumb-s .thumb__item__txt {
    margin-left: 10px
  }
}
.thumb-s .thumb__item__cat {
  margin-bottom: 0.3em
}
.thumb-s .thumb__item__date {
  margin-bottom: 0.3em
}
.thumb-s .thumb__item__like {
  margin-top: 1em
}
.thumb-s .thumb__item__like .maroyaka-webclap {
  text-align: right !important
}
.thumb-s .thumb__item__ttl {
  margin-top: 0.3em;
  font-size: 14px;
  font-size: 1.4rem
}
.thumb-s .thumb__item__desc {
  display: none
}
@media (min-width: 769px) {
  .thumb-post .thumb__item {
    min-width: 26%;
    margin-left: 20px
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .thumb-post .thumb__item {
    max-width: 240px
  }
}
@media (min-width: 769px) {
  .thumb-post .thumb__item:nth-child(3n+1) {
    margin-left: 0
  }
  .thumb-post .thumb__item:nth-child(n+4) {
    margin-top: 55px
  }
  .thumb-post .thumb__item figure {
    padding-top: 66.66667%
  }
  .thumb-post .thumb__item__like {
    display: none
  }
  .thumb-post .thumb__item__desc {
    display: none
  }
  .thumb-post .thumb__item__cat {
    margin-top: 1.3em;
    margin-bottom: .7em
  }
  .thumb-post .thumb__item__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.47
  }
  .thumb-post .thumb__item__date {
    margin-top: 0.5em
  }
  .thumb-post .thumb__item__tag {
    margin-top: 0.9em
  }
}
@media (max-width: 768px) {
  .thumb-post .thumb__item {
    min-width: 34%;
    max-width: calc((100% - 35px)/2)
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .thumb-post .thumb__item {
    max-width: calc((100% - 10px)/2);
    -ms-flex-preferred-size: calc((100% - 10px)/2);
    flex-basis: calc((100% - 10px)/2)
  }
}
@media (max-width: 768px) {
  .thumb-post .thumb__item:nth-child(n+3) {
    margin-top: 50px
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .thumb-post .thumb__item:nth-child(n+3) {
    margin-top: 25px
  }
}
@media (max-width: 768px) {
  .thumb-post .thumb__item:nth-child(even) {
    margin-left: 35px
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .thumb-post .thumb__item:nth-child(even) {
    margin-left: 10px
  }
}
@media (max-width: 768px) {
  .thumb-post .thumb__item__head {
    margin-top: 18px
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .thumb-post .thumb__item__head {
    margin-top: 10px
  }
}
@media (max-width: 768px) {
  .thumb-post .thumb__item__date {
    margin-top: .9em
  }
  .thumb-post .thumb__item__ttl {
    margin-top: 0.4em;
    font-size: 18px;
    font-size: 1.8rem
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .thumb-post .thumb__item__ttl {
    font-size: 14px;
    font-size: 1.4rem
  }
}
@media (max-width: 768px) {
  .thumb-post .thumb__item__desc {
    margin-top: 0.4em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
  }
  .thumb-post .thumb__item__tag {
    margin-top: 1.2em
  }
  .thumb-post .thumb__item figure {
    padding-top: 66.66667%
  }
  .thumb-post .thumb__item__desc {
    display: none
  }
}
.thumb-post .thumb__item figure iframe {
  display: none
}
.thumb-post .thumb__item__mask {
  display: none
}
.thumb__item figure {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-color: #fff0cc
}
.thumb__item figure a {
  -webkit-transition: .5s;
  transition: .5s
}
.thumb__item figure a:hover {
  opacity: 0.7
}
.thumb__item figure img,
.thumb__item figure iframe {
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  max-width: none;
  height: 100%;
  margin: 0 auto
}
.thumb__item__mask {
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.thumb__item__mask__btn {
  text-align: center
}
.thumb__item__mask__btn a,
.thumb__item__mask__btn input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
  border: 1px solid;
  border-color: #f26200;
  border-radius: 1.82em;
  outline: none;
  background-color: #f26200
}
.thumb__item__mask__btn a:hover,
.thumb__item__mask__btn input:hover {
  opacity: 0.7
}
@media (max-width: 768px) {
  .thumb__item__mask__btn a,
  .thumb__item__mask__btn input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    border: 1px solid;
    border-color: #f26200;
    border-radius: 1.82em;
    outline: none;
    background-color: #f26200
  }
  .thumb__item__mask__btn a:hover,
  .thumb__item__mask__btn input:hover {
    opacity: 0.7
  }
}
.thumb__item__mask__btn a {
  display: inline-block;
  padding: .75em 1.6em .75em 2em;
  pointer-events: inherit !important
}
.thumb__item__mask__btn a:before,
.thumb__item__mask__btn a span {
  display: inline-block;
  vertical-align: middle
}
.thumb__item__mask__btn a:before {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  content: '\e800';
  margin-right: 0.4em;
  font-size: 14px;
  font-size: 1.4rem
}
.thumb__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.thumb__item__cat {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}
.thumb__item__cat a {
  color: #f26200
}
.thumb__item__cat a:hover {
  text-decoration: underline
}
.thumb__item__like {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1/*
      a{
        display: inline-block;
        padding: .35em .5em;
        transition: .5s;
        color:#fff;
        border-radius: .2em;
        background-color: $orange;
        &:before{
          @include icon-font;
          content: '\e808';
          margin-right: 0.4em;
        }
        &:before,span{
          display: inline-block;
          vertical-align: bottom;
        }
        &:hover{
          opacity: 0.7;
        }
      }
      */
}
@media (max-width: 768px) {
  .thumb__item__like {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.thumb__item__date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #888
}
@media (max-width: 768px) {
  .thumb__item__date {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.thumb__item__ttl {
  position: relative;
  line-height: 1.5
}
.thumb__item__ttl a:hover {
  text-decoration: underline
}
.thumb__item__ttl.limited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.thumb__item__ttl.limited:after {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  content: '\e807';
  margin-left: 0.4em;
  color: #f26200
}
.thumb__item__tag {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}
@media (max-width: 768px) {
  .thumb__item__tag {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.thumb__item__tag li {
  display: inline-block;
  margin-top: 0.3em;
  margin-right: 1.5em
}
.thumb__item__tag a {
  color: #f26200
}
.thumb__item__tag a:before {
  content: '#'
}
.thumb__item__tag a:hover {
  text-decoration: underline
}
.tag {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}
.tag li {
  display: inline-block;
  margin-top: 0.8em;
  margin-right: .25em
}
.tag li a {
  display: block;
  padding: .25em .5em;
  color: #f26200;
  border: 1px solid #e5e4e5;
  border-radius: .2em
}
.tag li a:hover {
  text-decoration: underline
}
.share {
  margin-top: 18px
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.share ul li {
  min-width: 34%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.share ul li:nth-child(n+3) {
  margin-top: 50px
}
.share ul li:nth-child(even) {
  margin-left: 10px
}
.share ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 35px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.share ul li a:before {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1
}
.share ul li a span {
  text-indent: -9999%
}
.share ul li a:hover {
  opacity: 0.7
}
.share__facebook a {
  background-color: #3b5998
}
.share__facebook a:before {
  content: '\e805';
  font-size: 20px;
  font-size: 2rem
}
.share__twitter a {
  background-color: #55acee
}
.share__twitter a:before {
  content: '\e806';
  font-size: 16px;
  font-size: 1.6rem
}
.post-head .thumb__item figure a,
.post-head .thumb__item__ttl a {
  pointer-events: none
}
.post-head .thumb__item__head {
  margin-top: 25px
}
@media (max-width: 768px) {
  .post-head .thumb__item__head {
    margin-top: 15px
  }
}
.post-head .thumb__item__cat {
  font-size: 14px;
  font-size: 1.4rem
}
.post-head .thumb__item__ttl {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15
}
@media (max-width: 768px) {
  .post-head .thumb__item__ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.post-head .thumb__item__date,
.post-head .thumb__item__tag {
  display: inline-block
}
.post-head .thumb__item__date {
  margin-top: 0.3em;
  margin-right: 2em
}
.post-head .thumb__item figure {
  padding-top: 66.66667%
}
.post-head .thumb__item__desc {
  display: none
}
.post-main {
  margin-top: 25px
}
.post-content__ttl {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3
}
@media (max-width: 768px) {
  .post-content__ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.post-content__ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-color: #000
}
.post-content__list {
  margin-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3
}
.post-content__list li + li {
  margin-top: .5em
}
.post-content__info {
  margin-top: 4em;
  padding: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.97;
  border: 1px solid #e5e4e5;
  border-radius: 10px
}
@media (max-width: 768px) {
  .post-content__info {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.post-content__info p + p {
  margin-top: 1em
}
.post-content__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.97
}
@media (max-width: 768px) {
  .post-content__txt {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.post-content__txt + .post-content__txt {
  margin-top: 2em
}
.post-content__txt p + p {
  margin-top: 1em
}
.post-content__img {
  text-align: center
}
.post-content__recipe-sec + .post-content__recipe-sec {
  margin-top: 2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  border-top: 1px solid #e5e4e5
}
@media (max-width: 768px) {
  .post-content__recipe-sec + .post-content__recipe-sec {
    font-size: 16px;
    font-size: 1.6rem
  }
}
.post-content__recipe-flow {
  counter-reset: flow
}
.post-content__recipe-flow__item + .post-content__recipe-flow__item {
  margin-top: 30px
}
.post-content__recipe-flow .post-content__txt {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1.5em
}
.post-content__recipe-flow .post-content__txt:before {
  content: counter(flow) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-weight: bold;
  counter-increment: flow
}
.post-recommend {
  margin-top: 90px
}
@media (max-width: 768px) {
  .post-recommend {
    margin-top: 50px
  }
}
.post-recommend__ttl {
  margin-bottom: 1.3em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15
}
@media (max-width: 768px) {
  .post-recommend__ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.post-entry {
  text-align: center
}
.post-entry__frame {
  margin-bottom: 30px;
  padding: 50px 10px 55px;
  border: 1px solid #d8d8d8;
  border-radius: 10px
}
@media (max-width: 768px) {
  .post-entry__frame {
    padding: 30px 3%
  }
}
.post-entry__ttl {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem
}
@media (max-width: 768px) {
  .post-entry__ttl {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.post-entry__ttl:before {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  content: '\e807';
  margin-right: 0.6em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #d8d8d8
}
.post-entry__ttl:before,
.post-entry__ttl span {
  display: inline-block;
  vertical-align: middle
}
.post-entry__user {
  margin-top: 1.4em;
  margin-bottom: 0.4em;
  font-size: 14px;
  font-size: 1.4rem
}
@media (max-width: 768px) {
  .post-entry__user {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.post-entry__btn-wrap {
  max-width: 395px;
  margin: auto
}
.post-entry__btn-wrap + .post-entry__btn-wrap {
  margin-top: 20px
}
.post-entry__btn a,
.post-entry__btn input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
  border: 1px solid;
  border-color: #f26200;
  border-radius: 1.82em;
  outline: none;
  background-color: #f26200
}
.post-entry__btn a:hover,
.post-entry__btn input:hover {
  opacity: 0.7
}
@media (max-width: 768px) {
  .post-entry__btn a,
  .post-entry__btn input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    border: 1px solid;
    border-color: #f26200;
    border-radius: 1.82em;
    outline: none;
    background-color: #f26200
  }
  .post-entry__btn a:hover,
  .post-entry__btn input:hover {
    opacity: 0.7
  }
}
.post-entry__btn.btn-login a,
.post-entry__btn.btn-login input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #333;
  border: 1px solid;
  border-color: #f26200;
  border-radius: 1.82em;
  outline: none;
  background-color: #fff
}
.post-entry__btn.btn-login a:hover,
.post-entry__btn.btn-login input:hover {
  opacity: 0.7
}
@media (max-width: 768px) {
  .post-entry__btn.btn-login a,
  .post-entry__btn.btn-login input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333;
    border: 1px solid;
    border-color: #f26200;
    border-radius: 1.82em;
    outline: none;
    background-color: #fff
  }
  .post-entry__btn.btn-login a:hover,
  .post-entry__btn.btn-login input:hover {
    opacity: 0.7
  }
}
.post-entry__btn.btn-others a,
.post-entry__btn.btn-others input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #333;
  border: 1px solid;
  border-color: #c5c5c5;
  border-radius: 1.82em;
  outline: none;
  background-color: #fff
}
.post-entry__btn.btn-others a:hover,
.post-entry__btn.btn-others input:hover {
  opacity: 0.7
}
@media (max-width: 768px) {
  .post-entry__btn.btn-others a,
  .post-entry__btn.btn-others input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333;
    border: 1px solid;
    border-color: #c5c5c5;
    border-radius: 1.82em;
    outline: none;
    background-color: #fff
  }
  .post-entry__btn.btn-others a:hover,
  .post-entry__btn.btn-others input:hover {
    opacity: 0.7
  }
}
.post-entry__btn a {
  display: block;
  padding: .8em
}
.post-entry__q-about {
  text-align: right
}
.post-entry__q-about,
.post-entry__q-case {
  margin-top: 0.2em;
  font-size: 14px;
  font-size: 1.4rem
}
@media (max-width: 768px) {
  .post-entry__q-about,
  .post-entry__q-case {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.post-entry__q-about a:hover,
.post-entry__q-case a:hover {
  text-decoration: underline
}
.post-entry__txt {
  max-width: 400px;
  margin: 1em 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-size: 1.4rem
}
@media (max-width: 768px) {
  .post-entry__txt {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.post-entry__txt a {
  text-decoration: underline
}
.post-entry__txt a:hover {
  text-decoration: none
}
.login__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15
}
@media (max-width: 768px) {
  .login__ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.login__main {
  max-width: 400px;
  margin: 70px auto 0;
  text-align: center
}
@media (max-width: 768px) {
  .login__main {
    margin: 35px auto 0
  }
}
.login__input a,
.login__input input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #333;
  border: 1px solid;
  border-color: #f1f1f1;
  border-radius: 1.82em;
  outline: none;
  background-color: #f1f1f1
}
.login__input a:hover,
.login__input input:hover {
  opacity: 0.7
}
@media (max-width: 768px) {
  .login__input a,
  .login__input input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333;
    border: 1px solid;
    border-color: #f1f1f1;
    border-radius: 1.82em;
    outline: none;
    background-color: #f1f1f1
  }
  .login__input a:hover,
  .login__input input:hover {
    opacity: 0.7
  }
}
.login__input input {
  display: block;
  width: 100%;
  padding: 1em 2em
}
.login__input input::-webkit-input-placeholder {
  color: #888
}
.login__input input:-ms-input-placeholder {
  color: #888
}
.login__input input::-ms-input-placeholder {
  color: #888
}
.login__input input::placeholder {
  color: #888
}
.login__input li + li {
  margin-top: 20px
}
.login__memory {
  margin-top: 30px
}
.login__memory label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: calc(1.5em + 15px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer
}
@media (max-width: 768px) {
  .login__memory label {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.login__memory label:before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #d8d8d8;
  border-radius: 1px
}
.login__memory label:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(50% - (((1.3em / 12 ) * 5) / 2));
  left: calc((1.5em / 2) - (((1.3em / 12 ) * 5) / 2));
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(((1.3em / 12 ) * 5));
  height: 1.3em;
  margin-top: calc(((1.3em / 12 ) * 5) * -1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 3px solid #f26200;
  border-bottom: 3px solid #f26200
}
.login__memory label input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  left: calc(1.5em * -1);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: 1.5em 0 0 0 #fff;
  box-shadow: 1.5em 0 0 0 #fff
}
.login__memory label input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none
}
.login__memory label input[type="checkbox"]:checked:focus {
  opacity: 0.1
}
.login__memory label input[type="checkbox"]:focus {
  -webkit-box-shadow: 1.5em 0px #f1f1f1;
  box-shadow: 1.5em 0px #f1f1f1
}
.login__btn {
  margin-top: 2em
}
.login__btn a,
.login__btn input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
  border: 1px solid;
  border-color: #f26200;
  border-radius: 1.82em;
  outline: none;
  background-color: #f26200
}
.login__btn a:hover,
.login__btn input:hover {
  opacity: 0.7
}
@media (max-width: 768px) {
  .login__btn a,
  .login__btn input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    border: 1px solid;
    border-color: #f26200;
    border-radius: 1.82em;
    outline: none;
    background-color: #f26200
  }
  .login__btn a:hover,
  .login__btn input:hover {
    opacity: 0.7
  }
}
.login__btn a {
  display: inline-block;
  width: 240px;
  padding: .8em
}
.login__link {
  margin-top: 35px
}
.login__link li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3
}
@media (max-width: 768px) {
  .login__link li {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.login__link li + li {
  margin-top: 1em
}
.login__link li a:hover {
  text-decoration: underline
}
.login__link p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3
}
@media (max-width: 768px) {
  .login__link p {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.login__error {
  margin-bottom: .5em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: left;
  color: #f00
}
.login__error a {
  display: inline-block;
  margin-left: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  text-decoration: underline;
  color: #f00;
  background: none
}
.login__error a:hover {
  text-decoration: none
}
.error404 {
  text-align: center
}
.error404__main {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  border-bottom: 3px solid #e3e3e3
}
@media (max-width: 768px) {
  .error404__main {
    font-size: 20px;
    font-size: 2rem
  }
}
.error404__main span {
  display: inline-block
}
.error404__main:before {
  font-family: 'food-yomiuri','FontAwesome',"Font Awesome 5 Free";
  line-height: 1;
  content: '\f05e';
  display: block;
  margin: 0 auto .25em;
  font-size: 300px;
  font-size: 30rem;
  font-weight: bold;
  color: #f26200
}
@media (max-width: 768px) {
  .error404__main:before {
    font-size: 200px;
    font-size: 20rem
  }
}
.error404__link {
  font-size: 15px;
  font-size: 1.5rem
}
.page__ttl {
  margin-bottom: 2em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15
}
@media (max-width: 768px) {
  .page__ttl {
    font-size: 20px;
    font-size: 2rem
  }
}
.page__main {
  margin-top: 25px
}
.page__main > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.97
}
@media (max-width: 768px) {
  .page__main > p {
    font-size: 13px;
    font-size: 1.3rem
  }
}
.page__main > p + p {
  margin-top: 1.5em
}
.page__main > p a {
  text-decoration: underline
}
.page__main > p a:hover {
  text-decoration: none
}
.page__main .wpulike {
  display: none !important
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
