@charset "UTF-8";
/*!
	Theme Name:		SMART-WP-MINIMUM
	Theme URI:		https://github.com/zionboogie/smart-wp-minimum3.0
	Description:	最小限必要と思われる構成のテンプレート
	Author:			rhythmfactory
	Author URI:		https://rfs.jp/
	Version:		3.0
	Requires at least: 5.3
	Tested up to: 5.6
	Requires PHP: 5.6
	License:		GNU General Public License v2 or later
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  smart-wp-minimum
	Tags: two-columns, accessibility-ready, threaded-comments
	*/
/*#########################################################
WordPress必須クラス
#########################################################*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap");
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter,
.screen-reader-text {
  /**/
}

/*#########################################################

読み込み

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*#########################################################

基本設定

#########################################################*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ2：モバイルファースト用（デスクトップファーストの場合はコメントアウト）
$breakpoints: (
	// タブレット
	'md': 'screen and (min-width: ' + ($screen-sm-max + 1) + ') and (max-width: ' + ($screen-md-max) + ')',
	// デスクトップ
	'lg': 'screen and (min-width: ' + ($screen-sm-max + 1) + ')',
) !default;
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  color: #1b1b1b;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

p {
  margin-bottom: 1rem;
}

a {
  color: #000;
  transition: all 0.5s ease-out;
}

a:visited {
  color: #000;
}

a:focus {
  color: #959595;
}

a:hover {
  color: #959595;
  opacity: 0.6;
}

a:active {
  color: #00a0e9;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

textarea {
  border: 1px solid #959595;
}

input {
  border: 1px solid #959595;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: inside;
}

/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
/*
.pc{
	display: none !important;
	@include mq(lg){
		display: inherit !important;
	}
}
.sp{
	display: inherit !important;
	@include mq(lg){
		display: none !important;
	}
}
*/
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: inherit !important;
  }
}

/* ========================================================
矢印
=========================================================*/
.arrow.-opendown::before, .arrow.-openup::before, .arrow.-openleft::before, .arrow.-openright::before {
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.arrow.-up::after, .arrow.-down::after, .arrow.-left::after, .arrow.-right::after {
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-indent: -10000px;
  width: 9px;
  height: 9px;
}

.arrow::after, .arrow::before {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
}

.arrow.-opendown::before, .arrow.-openup::before {
  transform: rotate(-45deg);
}

.arrow.-opendown::before {
  transform: rotate(135deg);
}

.arrow.-openleft::before, .arrow.-openright::before {
  transform: rotate(45deg);
}

.arrow.-openleft::before {
  transform: rotate(-135deg);
}

.arrow.-up, .arrow.-down {
  width: 9px;
}

.arrow.-up::before, .arrow.-down::before {
  right: 0;
  width: 1px;
  height: 9px;
  background: #000;
}

.arrow.-up::after, .arrow.-down::after {
  transform: rotate(-45deg);
}

.arrow.-down::after {
  transform: rotate(135deg);
}

.arrow.-left::before, .arrow.-right::before {
  width: 9px;
  height: 1px;
  background: #000;
}

.arrow.-left::after, .arrow.-right::after {
  transform: rotate(45deg);
}

.arrow.-left::after {
  transform: rotate(-135deg);
}

/*#########################################################

プロジェクト専用

#########################################################*/
/* ========================================================
よく使うComponents
=========================================================*/
/* ========================================================
ボタン
=========================================================*/
.default-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 4rem;
  color: #fff;
  background-color: #222;
}

.default-button:hover {
  background: #ff4e50;
}

/* ========================================================
縦の一覧
=========================================================*/
ul.default-list {
  list-style: none;
}

ul.default-list li a {
  padding: 10px;
}

/* ========================================================
タイトル
=========================================================*/
/* ========================================================
Components
=========================================================*/
/*#########################################################

ページヘッダ

#########################################################*/
body > .site-header {
  max-width: 1080px;
  margin: auto;
}

.site-header {
  padding: calc(5 * 10px) 20px;
  text-align: center;
}

.site-header .sitelogo {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}

.site-header .sitelogo a {
  display: block;
  text-decoration: none;
}

/*#########################################################

検索フォーム

#########################################################*/
/* ========================================================
検索フォーム
=========================================================*/
.search-form {
  display: flex;
}

/*#########################################################

サイトのフッタ

#########################################################*/
body > .site-footer {
  max-width: 1080px;
  margin: auto;
}

.site-footer {
  padding: 10px;
}

/* ========================================================
メインコンテンツ、左カラムを含むラッパー
=========================================================*/
.main-container {
  display: flex;
  flex-direction: column;
}

/* ========================================================
記事領域
=========================================================*/
.entrylist-contaier {
  padding: 10px;
}

.entry-header {
  padding: 10px;
}

.entry-header h1 {
  font-size: 5rem;
}

/*#########################################################

記事内の装飾

#########################################################*/
.entry-container, .block-editor__typewriter {
  padding: 10px;
  /* table */
}

.entry-container iframe, .block-editor__typewriter iframe {
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-container iframe, .block-editor__typewriter iframe {
    width: 100%;
  }
}

.entry-container ol,
.entry-container ul, .block-editor__typewriter ol,
.block-editor__typewriter ul {
  list-style-position: inside;
  margin: 30px 10px 30px 10px;
  line-height: 1.8;
}

.entry-container ol li,
.entry-container ul li, .block-editor__typewriter ol li,
.block-editor__typewriter ul li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  margin: 7px 0;
}

.entry-container ol li::marker,
.entry-container ul li::marker, .block-editor__typewriter ol li::marker,
.block-editor__typewriter ul li::marker {
  content: none;
}

.entry-container ol li::before,
.entry-container ul li::before, .block-editor__typewriter ol li::before,
.block-editor__typewriter ul li::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ee0979;
}

.entry-container ul, .block-editor__typewriter ul {
  list-style-type: none;
}

.entry-container ol li, .block-editor__typewriter ol li {
  list-style-type: none;
  counter-increment: li;
  padding-left: 25px;
}

.entry-container ol li::before, .block-editor__typewriter ol li::before {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: 0;
  color: #fff;
  line-height: 2;
  text-align: center;
  background-color: #ee0979;
  border-radius: 50%;
  transform: scale(0.8);
  transform-origin: 0 50%;
  content: counter(li);
}

.entry-container p, .block-editor__typewriter p {
  margin: 2rem 0;
}

.entry-container pre, .block-editor__typewriter pre {
  line-height: 1.5;
  white-space: pre-wrap;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
}

.entry-container dl, .block-editor__typewriter dl {
  line-height: 1.8;
  padding: 3rem;
  border-radius: 3px;
  border: 1px solid #e0e3e4;
  margin-bottom: 30px;
}

.entry-container dl dt, .block-editor__typewriter dl dt {
  font-weight: bold;
}

.entry-container dl dd, .block-editor__typewriter dl dd {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #e0e3e4;
  padding-bottom: 0.5rem;
}

.entry-container dl dd:last-child, .block-editor__typewriter dl dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.entry-container h1,
.entry-container h2,
.entry-container h3,
.entry-container h4,
.entry-container h5,
.entry-container h6, .block-editor__typewriter h1,
.block-editor__typewriter h2,
.block-editor__typewriter h3,
.block-editor__typewriter h4,
.block-editor__typewriter h5,
.block-editor__typewriter h6 {
  margin: 0 0 20px 0;
  font-weight: bold;
  line-height: 1.8;
}

.entry-container h1, .block-editor__typewriter h1 {
  font-size: 5rem;
}

.entry-container h2, .block-editor__typewriter h2 {
  font-size: 4rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #252f39;
}

.entry-container h3, .block-editor__typewriter h3 {
  font-size: 3.25rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #e0e3e4;
}

.entry-container h4, .block-editor__typewriter h4 {
  font-size: 2.5rem;
}

.entry-container h5, .block-editor__typewriter h5 {
  font-size: 2.25rem;
}

.entry-container h6, .block-editor__typewriter h6 {
  font-size: 2.125rem;
}

.entry-container h1 + h2,
.entry-container h2 + h3,
.entry-container h3 + h4,
.entry-container h4 + h5,
.entry-container h5 + h6, .block-editor__typewriter h1 + h2,
.block-editor__typewriter h2 + h3,
.block-editor__typewriter h3 + h4,
.block-editor__typewriter h4 + h5,
.block-editor__typewriter h5 + h6 {
  margin-top: 20px;
}

.entry-container dl + h5,
.entry-container dl + h6,
.entry-container ul + h5,
.entry-container ul + h6,
.entry-container ol + h5,
.entry-container ol + h6, .block-editor__typewriter dl + h5,
.block-editor__typewriter dl + h6,
.block-editor__typewriter ul + h5,
.block-editor__typewriter ul + h6,
.block-editor__typewriter ol + h5,
.block-editor__typewriter ol + h6 {
  margin-bottom: 5px;
}

.entry-container img, .block-editor__typewriter img {
  max-width: 100%;
  height: auto;
}

.entry-container table, .block-editor__typewriter table {
  margin: 30px auto 2rem;
  width: 100%;
}

.entry-container table td,
.entry-container table th, .block-editor__typewriter table td,
.block-editor__typewriter table th {
  padding: 0.5rem 1rem;
  border: 1px solid #b0c7d2;
  line-height: 1.8;
}

.entry-container table td.-nowrap,
.entry-container table th.-nowrap, .block-editor__typewriter table td.-nowrap,
.block-editor__typewriter table th.-nowrap {
  white-space: nowrap;
}

.entry-container table th, .block-editor__typewriter table th {
  background: #b0c7d2;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.entry-container table td.td_strong, .block-editor__typewriter table td.td_strong {
  font-weight: bold;
}

.entry-container table th, .block-editor__typewriter table th {
  text-align: left;
}

.entry-container .tableformat01, .block-editor__typewriter .tableformat01 {
  margin-bottom: 50px;
}

.entry-footer {
  padding: 10px;
}

.comment-container {
  padding: 10px;
}

.comment-list {
  padding: 10px;
}

/* ========================================================
右カラム
=========================================================*/
.sidebar-container {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.sidebar-container > .widget-container {
  margin-bottom: 50px;
  width: 100%;
}

/* ========================================================
ウィジェット
=========================================================*/
.widget-container {
  padding: 10px;
}

.widget-container > ul {
  list-style: none;
}

.widget-container.-dynamic {
  display: flex;
  justify-content: space-between;
}

.category-list {
  list-style: none;
}

.inner {
  width: 100%;
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 24px 0;
}

@media screen and (max-width: 1179px) {
  .inner {
    padding: 0 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 8px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px 0;
}

@media screen and (max-width: 1179px) {
  .l-inner {
    padding: 0 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.gothic {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  transition: opacity .2s;
}

a:hover {
  opacity: .8;
}

figure {
  display: block;
}

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

.b {
  font-weight: bold;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.pc_inline {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_inline {
    display: inline;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_inline {
    display: inline;
  }
}

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

.c-marker {
  background: -webkit-linear-gradient(left, #fffa99 50%, transparent 50%);
  background: -moz-linear-gradient(left, #fffa99 50%, transparent 50%);
  background: linear-gradient(left, #fffa99 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}

.c-marker.is-active {
  background-position: 0% 0.5em;
}

.txt-main {
  color: #333;
}

.txt-white {
  color: #fff;
}

.txt-black {
  color: #333;
}

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

.h1 {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 2rem;
  }
}

.h2 {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .h2 {
    font-size: 1.5rem;
  }
}

.h3 {
  font-weight: bold;
}

.h4 {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .h4 {
    font-size: 1rem;
  }
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  transition: background-color 0.25s;
  transition: opacity 0.25s;
}

.btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

.btn-border::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg) translateY(-100%);
  transition: transform 0.2s;
}

.btn-border:hover::before {
  transform: skew(45deg) translateY(-100%) translateX(0.5rem);
}

.btn-border.--white {
  color: #fff;
}

.btn-border.--white::before {
  border-color: #fff;
}

.btn-border.--main {
  color: #333;
}

.btn-border.--main::before {
  border-color: #333;
}

.btn-simple {
  display: inline-block;
  position: relative;
}

.btn-simple:hover {
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.8s;
}

.btn-simple::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0.5, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .btn-simple::after {
    display: none;
  }
}

.btn-simple.--white::after {
  background: #fff;
}

.btn-simple:hover::after {
  transform: scale(1, 1);
}

.btn-alert {
  position: relative;
  display: inline-block;
  background: #f00505;
  border: 2px solid #f00505;
  border-radius: 4px;
  color: #f00505;
  padding: 0.1rem 1rem;
  font-weight: bold;
}

.btn-alert span {
  position: relative;
  z-index: 1;
}

.btn-alert::before, .btn-alert::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 51%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
}

.btn-alert::before {
  left: 0;
}

.btn-alert::after {
  right: 0;
}

.btn-alert:hover::before, .btn-alert:hover::after {
  width: 0;
  background: #ffffff;
}

.btn-alert:hover {
  color: #ffffff;
}

.btn-main {
  background-color: #333;
  border-radius: 1rem;
  color: #fff;
  max-width: 180px;
  width: 100%;
  padding: .25rem;
  font-size: 1.1rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
}

.swiper-slide img {
  height: auto;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.8 !important;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 1rem !important;
}

.swiper-pagination-bullet-active {
  background: #333 !important;
}

.swiper-slide img {
  height: inherit !important;
}

.inner {
  width: 100%;
  max-width: 1188px;
  margin: 0 auto;
  padding: 0 24px 0;
}

@media screen and (max-width: 1179px) {
  .inner {
    padding: 0 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 8px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px 0;
}

@media screen and (max-width: 1179px) {
  .l-inner {
    padding: 0 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}

/* 余白の設定 */
.m-0 {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .m-0 {
    margin: 0 !important;
  }
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
}

.m-1 {
  margin: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .m-1 {
    margin: 0.25rem/2 !important;
  }
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .mt-1,
  .my-1 {
    margin-top: 0.25rem/2 !important;
  }
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem/2 !important;
  }
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem/2 !important;
  }
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem/2 !important;
  }
}

.m-2 {
  margin: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .m-2 {
    margin: 0.5rem/2 !important;
  }
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .mt-2,
  .my-2 {
    margin-top: 0.5rem/2 !important;
  }
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem/2 !important;
  }
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem/2 !important;
  }
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem/2 !important;
  }
}

.m-3 {
  margin: 1rem !important;
}

@media screen and (max-width: 768px) {
  .m-3 {
    margin: 1rem/2 !important;
  }
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .mt-3,
  .my-3 {
    margin-top: 1rem/2 !important;
  }
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

@media screen and (max-width: 768px) {
  .mr-3,
  .mx-3 {
    margin-right: 1rem/2 !important;
  }
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 768px) {
  .mb-3,
  .my-3 {
    margin-bottom: 1rem/2 !important;
  }
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

@media screen and (max-width: 768px) {
  .ml-3,
  .mx-3 {
    margin-left: 1rem/2 !important;
  }
}

.m-4 {
  margin: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .m-4 {
    margin: 1.5rem/2 !important;
  }
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .mt-4,
  .my-4 {
    margin-top: 1.5rem/2 !important;
  }
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem/2 !important;
  }
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem/2 !important;
  }
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem/2 !important;
  }
}

.m-5 {
  margin: 3rem !important;
}

@media screen and (max-width: 768px) {
  .m-5 {
    margin: 3rem/2 !important;
  }
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

@media screen and (max-width: 768px) {
  .mt-5,
  .my-5 {
    margin-top: 3rem/2 !important;
  }
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

@media screen and (max-width: 768px) {
  .mr-5,
  .mx-5 {
    margin-right: 3rem/2 !important;
  }
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 768px) {
  .mb-5,
  .my-5 {
    margin-bottom: 3rem/2 !important;
  }
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

@media screen and (max-width: 768px) {
  .ml-5,
  .mx-5 {
    margin-left: 3rem/2 !important;
  }
}

.m-6 {
  margin: 5rem !important;
}

@media screen and (max-width: 768px) {
  .m-6 {
    margin: 5rem/2 !important;
  }
}

.mt-6,
.my-6 {
  margin-top: 5rem !important;
}

@media screen and (max-width: 768px) {
  .mt-6,
  .my-6 {
    margin-top: 5rem/2 !important;
  }
}

.mr-6,
.mx-6 {
  margin-right: 5rem !important;
}

@media screen and (max-width: 768px) {
  .mr-6,
  .mx-6 {
    margin-right: 5rem/2 !important;
  }
}

.mb-6,
.my-6 {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 768px) {
  .mb-6,
  .my-6 {
    margin-bottom: 5rem/2 !important;
  }
}

.ml-6,
.mx-6 {
  margin-left: 5rem !important;
}

@media screen and (max-width: 768px) {
  .ml-6,
  .mx-6 {
    margin-left: 5rem/2 !important;
  }
}

.p-0 {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .p-0 {
    padding: 0 !important;
  }
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
}

.p-1 {
  padding: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .p-1 {
    padding: 0.25rem/2 !important;
  }
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .pt-1,
  .py-1 {
    padding-top: 0.25rem/2 !important;
  }
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .pr-1,
  .px-1 {
    padding-right: 0.25rem/2 !important;
  }
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem/2 !important;
  }
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

@media screen and (max-width: 768px) {
  .pl-1,
  .px-1 {
    padding-left: 0.25rem/2 !important;
  }
}

.p-2 {
  padding: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .p-2 {
    padding: 0.5rem/2 !important;
  }
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .pt-2,
  .py-2 {
    padding-top: 0.5rem/2 !important;
  }
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .pr-2,
  .px-2 {
    padding-right: 0.5rem/2 !important;
  }
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem/2 !important;
  }
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

@media screen and (max-width: 768px) {
  .pl-2,
  .px-2 {
    padding-left: 0.5rem/2 !important;
  }
}

.p-3 {
  padding: 1rem !important;
}

@media screen and (max-width: 768px) {
  .p-3 {
    padding: 1rem/2 !important;
  }
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .pt-3,
  .py-3 {
    padding-top: 1rem/2 !important;
  }
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

@media screen and (max-width: 768px) {
  .pr-3,
  .px-3 {
    padding-right: 1rem/2 !important;
  }
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 768px) {
  .pb-3,
  .py-3 {
    padding-bottom: 1rem/2 !important;
  }
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

@media screen and (max-width: 768px) {
  .pl-3,
  .px-3 {
    padding-left: 1rem/2 !important;
  }
}

.p-4 {
  padding: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .p-4 {
    padding: 1.5rem/2 !important;
  }
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .pt-4,
  .py-4 {
    padding-top: 1.5rem/2 !important;
  }
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .pr-4,
  .px-4 {
    padding-right: 1.5rem/2 !important;
  }
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem/2 !important;
  }
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .pl-4,
  .px-4 {
    padding-left: 1.5rem/2 !important;
  }
}

.p-5 {
  padding: 3rem !important;
}

@media screen and (max-width: 768px) {
  .p-5 {
    padding: 3rem/2 !important;
  }
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

@media screen and (max-width: 768px) {
  .pt-5,
  .py-5 {
    padding-top: 3rem/2 !important;
  }
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

@media screen and (max-width: 768px) {
  .pr-5,
  .px-5 {
    padding-right: 3rem/2 !important;
  }
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 768px) {
  .pb-5,
  .py-5 {
    padding-bottom: 3rem/2 !important;
  }
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

@media screen and (max-width: 768px) {
  .pl-5,
  .px-5 {
    padding-left: 3rem/2 !important;
  }
}

.p-6 {
  padding: 5rem !important;
}

@media screen and (max-width: 768px) {
  .p-6 {
    padding: 5rem/2 !important;
  }
}

.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

@media screen and (max-width: 768px) {
  .pt-6,
  .py-6 {
    padding-top: 5rem/2 !important;
  }
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

@media screen and (max-width: 768px) {
  .pr-6,
  .px-6 {
    padding-right: 5rem/2 !important;
  }
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 768px) {
  .pb-6,
  .py-6 {
    padding-bottom: 5rem/2 !important;
  }
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

@media screen and (max-width: 768px) {
  .pl-6,
  .px-6 {
    padding-left: 5rem/2 !important;
  }
}

.h2 {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .h2 {
    font-size: 1.5rem;
  }
}

body {
  visibility: visible !important;
  font-size: fz(16);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
  height: auto;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 5rem;
  }
}

.header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: black;
  padding: 0;
}

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

.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  padding: .6rem 0;
  width: 10rem;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 12rem;
  }
}

.header__menu {
  display: flex;
  color: #fff;
  font-size: .9rem;
  padding-right: 3rem;
}

.header__menu p {
  margin-right: 1rem;
}

.header__menu p a {
  color: white;
}

@media screen and (min-width: 768px) {
  .header__menu {
    font-size: 1rem;
  }
}

.header__menu--item {
  margin-left: 1.5rem;
}

.display_none {
  display: none !important;
}

.fv {
  position: relative;
  background: url("../img/fv2.jpg") center top/cover no-repeat;
  padding: 3rem 0 8rem;
}

@media screen and (min-width: 768px) {
  .fv {
    padding: 6rem 0 18rem;
  }
}

.fv__ctt {
  font-size: clamp(1.8rem, calc(8vw - 1rem), 6rem);
}

.fv__ctt--txt {
  display: inline-block;
  /*   background-color: rgba(255, 255, 255, 0.8); */
  padding: .2rem;
  margin-top: 1rem;
  /* 追記	 */
  color: white;
  text-shadow: 2px 2px 16px black;
  line-height: 0;
}

.fv__ctt:nth-child(1) {
  font-size: clamp(1.8rem, calc(8vw - 1rem), 6rem);
}

.fv2 {
  padding: 1rem 0;
  background-color: #333;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .fv2 {
    padding: 2rem 0;
    font-size: 1.2rem;
  }
}

.nav {
  position: fixed;
  top: -.3rem;
  right: 0;
  width: 3rem;
  z-index: 10000;
  transition: transform 1s;
}

@media screen and (min-width: 768px) {
  .nav {
    right: 1rem;
    top: .2rem;
  }
}

.nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 100%;
}

.nav__menu--toggle {
  position: relative;
  display: block;
  height: 1rem;
  width: 1.5rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .nav__menu--toggle {
    height: 1.5rem;
    width: 2rem;
  }
}

.nav__menu--toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform .5s, opacity .5s;
}

@media screen and (min-width: 768px) {
  .nav__menu--toggle i {
    height: 3px;
  }
}

.nav__menu--toggle i:nth-child(1) {
  top: 0;
}

.nav__menu--toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav__menu--toggle i:nth-child(3) {
  bottom: 0;
}

.nav__menu--toggle.show i:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .nav__menu--toggle.show i:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
  }
}

.nav__menu--toggle.show i:nth-child(2) {
  opacity: 0;
}

.nav__menu--toggle.show i:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .nav__menu--toggle.show i:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.sideber {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.9);
  width: 50%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .sideber {
    padding-right: 5rem;
    width: 18rem;
    transform: translateX(18rem);
  }
}

.sideber.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sideber .inner {
  padding: 24px;
}

.sideber__ctt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.sideber__box {
  width: 100%;
  margin-top: 1.5rem;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

@media screen and (min-width: 768px) {
  .sideber__box {
    margin-top: 3rem;
  }
}

.sideber__box__ttl {
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
}

.sideber__box__txt {
  font-size: .8rem;
  color: #fff;
}

.sideber__box:hover {
  opacity: .6;
}

.sideber__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #DB9208;
}

@media screen and (min-width: 768px) {
  .sideber__fixed {
    padding-left: 7rem;
    font-size: 2.5rem;
  }
}

.douga {
  padding: 2rem 0 0;
  overflow-y: hidden;
}

.douga__ttl {
  position: relative;
  text-align: center;
  padding-bottom: .5rem;
  font-weight: normal;
  font-size: 18px;
}

.douga__ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #333;
}

.douga__ctt {
  margin-top: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.douga__box {
  position: relative;
  width: 70%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  box-shadow: 0 0 8px #aaa;
  margin: 0.5rem;
}

@media screen and (min-width: 768px) {
  .douga__box {
    width: calc( 40% - 1rem);
    margin-bottom: 1.5rem;
  }
}

.douga__box.new::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 2em solid transparent;
  border-right: 2em solid red;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 1;
}

.douga__box.new::after {
  content: "New!";
  display: block;
  top: 5px;
  font-size: .5rem;
  transform: rotate(45deg);
  color: #fff;
  /* 文字色はここで変更 */
  right: 0;
  position: absolute;
  z-index: 2;
}

.douga__box--img {
  width: 100%;
  height: auto;
  line-height: 0;
  transition: opacity .2s;
  position: relative;
}

.douga__box--img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

.douga__box--img:hover {
  opacity: .8;
}

.douga__box--date {
  font-size: .7rem;
  color: #6e6e6e;
}

.douga .btn {
  float: right;
  margin-top: 1rem;
  border-bottom: 1px solid #333;
}

.douga .btn:hover {
  opacity: .6;
}

.douga.--category .douga__ctt {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  white-space: inherit;
  -webkit-overflow-scrolling: none;
  justify-content: space-between;
}

.douga.--category .douga__box {
  position: relative;
  white-space: normal;
  width: 100%;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 8px #ccc;
}

@media screen and (min-width: 768px) {
  .douga.--category .douga__box {
    width: calc( 50% - 1.5rem);
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .douga.--category .douga__box:nth-child(2n-1) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .douga.--category .douga__box:not(:nth-child(2n)) {
    margin-right: 1.5rem;
  }
}

.douga.--category .douga__box a {
  display: flex;
}

.douga.--category .douga__box--img {
  width: 45%;
}

.douga.--category .douga__box--box {
  flex: 1;
  padding: .5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.douga.--category .douga__box--ttl {
  flex: 1;
  font-weight: normal;
  font-size: .9rem;
}

.douga.--category .douga__box--cates {
  margin-top: auto;
  font-weight: normal;
  font-size: .5rem;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}

.douga.--category .douga__box--cat {
  display: inline;
  background-color: gray;
  color: white;
  padding: .2rem;
  border-radius: .3rem;
}

.douga.--category .douga__box--cat:not(:last-child) {
  margin-right: .5rem;
}

.douga.--category2 .douga__ctt {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  white-space: inherit;
  -webkit-overflow-scrolling: none;
}

.douga.--category2 .douga__box {
  position: relative;
  white-space: normal;
  width: 100%;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 8px #ccc;
  width: calc( 50% - 1rem);
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.douga.--category2 .douga__box:nth-child(2n-1) {
  margin-right: 1rem;
}

.douga.--category2 .douga__box a {
  display: flex;
}

.douga.--category2 .douga__box--img {
  width: 100%;
}

.douga.--cat .douga__ctt {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  white-space: inherit;
  -webkit-overflow-scrolling: none;
}

.douga.--cat .douga__box {
  position: relative;
  white-space: normal;
  width: 100%;
  margin-bottom: 1.5rem;
  width: calc( 50% - .5rem);
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .douga.--cat .douga__box {
    width: calc( 25% - .6rem);
  }
}

.douga.--cat .douga__box:not(:nth-child(2n)) {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .douga.--cat .douga__box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .douga.--cat .douga__box:not(:nth-child(4n)) {
    margin-right: .8rem;
  }
}

.douga.--cat .douga__box--ttl {
  font-weight: normal;
}

.douga2 {
  padding: 2rem 0;
}

.douga2 .inner {
  max-width: 800px;
}

.douga2__ttl {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
}

.douga2__ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #333;
}

.douga2__ctt {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.douga2__box {
  position: relative;
  width: calc(50% - .25rem);
  padding-bottom: 2rem;
}

.douga2__box:not(:nth-child(2n)) {
  margin-right: .5rem;
}

@media screen and (min-width: 768px) {
  .douga2__box {
    width: calc(50% - .75rem);
  }
  .douga2__box:not(:nth-child(2n)) {
    margin-right: 1.5rem;
  }
}

.douga2__box--img {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transition: opacity .2s;
  position: relative;
}

.douga2__box--img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.douga2__box--img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.pagenation {
  padding-bottom: 1rem;
}

.pagenation__ctt {
  display: flex;
  justify-content: center;
}

.pagenation__item {
  margin-right: 1rem;
}

.douga3 {
  padding: 2rem 0;
}

.douga3__ttl {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
}

.douga3__ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #333;
}

.douga3__ctt {
  margin: 2rem auto;
  max-width: 680px;
}

.douga3__ctt--img {
  position: relative;
  width: 100%;
  padding-bottom: 1.5rem;
}

.douga3__ctt--img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

@media screen and (min-width: 768px) {
  .douga3__ctt--img:before {
    padding-bottom: 3rem;
  }
}

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

.douga3__ctt--txt {
  margin-top: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.sticky {
  position: -webkit-sticky;
  /* safari用 */
  position: sticky;
}

.douga-cat {
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff;
  top: 2.6rem;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .douga-cat {
    top: 2.8rem;
  }
}

.douga-cat__ctt {
  padding-top: .5rem;
  margin-bottom: .5rem;
}

.douga-cat__list {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.douga-cat .cat-item {
  display: inline-block;
  font-size: .8rem;
  padding: .5rem 0;
}

.douga-cat .cat-item.all-cat {
  background-color: #e3e3e3;
}

.douga-cat .cat-item.all-cat a {
  color: black;
}

.douga-cat .cat-item.current-cat {
  border-bottom: 2px solid black;
}

.douga-cat .cat-item.current-cat a {
  color: black;
}

.douga-cat .cat-item a {
  padding: .3rem .5rem;
  color: #6e6e6e;
}

.entry-loading {
  text-align: center;
  margin: 3em 0;
  font-weight: 700;
  width: 100%;
  display: none;
}

.entry-loading.is-show {
  display: block;
}

.footer {
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 3rem 0;
}

.footer a {
  color: #fff;
}

.footer__logo {
  width: 5rem;
  margin: 0 auto;
}

.footer__ttl {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.footer__ctt {
  line-height: 1.8;
}

.footer__menu {
  margin-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.footer__menu--item:not(:first-child) {
  margin-left: 2rem;
}

.avatar.photo {
  display: none;
}

.pagination-nav {
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.pagination-nav .page-numbers {
  padding: 0 .5rem;
  color: #787878;
  font-weight: bold;
}

.pagination-nav .page-numbers.current {
  color: #000;
  font-weight: normal;
}

#form {
  position: relative;
}

#s-box {
  border-radius: 2px;
  border: solid 1px #c9c9c9;
  outline: 0;
  height: 2rem;
  padding: .1rem .5rem;
  width: calc(100% - 4rem);
}

@media screen and (min-width: 768px) {
  #s-box {
    width: calc(70% - 4rem);
  }
}

#s-btn {
  background-color: black;
  height: 2rem;
  width: 3rem;
  border-radius: 3px;
  font-size: .8rem;
  color: #fff;
  line-height: 34px;
}

.--search {
  min-height: calc(100vh - 200px);
}

.--search .result {
  font-size: 1.2rem;
  margin: 2rem 0 2rem;
}

.alert {
  font-weight: bold;
}

.searchIcon {
  width: 1.2rem;
  color: #fff;
}
