﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@300&family=Lato&display=swap');
/*
Theme Name: Rhetorica
Description:Rhetorica's theme
Theme URI: rhetorica.jp
Author: Shuhei Honda
Version: 1.1
*/

/*

layout setting
skin setting
Pseudo-elements & Pseudo-class setting

*/


/*------------------------------
layout setting
------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html,
body,
main,
.container,
.footnote,
.content {
	height: 100%;
}

body {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0px 205px 0px 75px;
	width: 1000px;
}

header {
	box-sizing: border-box;
	float: left;
	padding: 49px 25px 0px 0px;
	width: 200px;
}

nav ul {
	margin-bottom: 1em;

	line-height: 1.5em;
}

nav ul li {
	list-style: none;
}

main {
	display: inline-block;
}

.ttlBlock {
	z-index: 9999;
	box-sizing: border-box;
	position: relative;
	padding-top: 49px;
	height: 144px;
}

.ttlBlock h1 {
	padding-bottom: 5px;
}

.heading {
	display: block;
}

.subhead {
	display: inline-block;
	margin-bottom: 0.75em;
}

.container {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin-top: -144px;
	padding-top: 144px;
	width: 800px;
}

.footnote {
	float: left;
	display: none;
	overflow: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	padding: 0px 25px 50px 0px;
	width: 200px;
}

.lead {
	display: block;
}

.lead p {
	padding-bottom: 2em;
}

.content {
	overflow-x: hidden;
	box-sizing: border-box;
	padding-bottom: 50px;
	width: 600px;
}

.content p {
	margin-bottom: 2em;
}

.content img {
	display: table;
	margin: 0px auto;
	padding: 25px 0px;
	max-width: 500px;
	max-height: 563px;
}

.width_max {
	padding: 0;
	width: 100%;
}

.isImg {
	margin-top: -144px;
	padding-top: 144px;
	height: -webkit-calc(100% + 144px);
	height: -moz-calc(100% + 144px);
	height: -o-calc(100% + 144px);
	height: -ms-calc(100% + 144px);
	height: calc(100% + 144px);
}

.isImg img {
	display: block;
	margin-bottom: 25px;
	padding: 0px;
	width: auto;
	max-width: 100%;
	max-height: 600px;
}

div.iframeBlock {
	position: relative;
	width: 100%;
	padding-top: 75%;
	margin-bottom: 2em;
}

div.iframeBlock iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover {
	margin-top: -95px;
	height: 600px;
}

.top {
	display: inline-block;
	position: relative;
	top: 49px;
	margin-left: auto;
	padding-bottom: 0px;
	width: 800px;
	height: -webkit-calc(100% - 98px);
	height: -moz-calc(100% - 98px);
	height: -o-calc(100% - 98px);
	height: -ms-calc(100% - 98px);
	height: calc(100% - 98px);
	max-height: 800px;
}

.top img {
	position: absolute;
	right: 25px;
	bottom: 25px;
	padding: 0;
	width: 100px;
}

.top div {
	padding: 25px 0 0 25px;
}

.sp-switch {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

/*まみこ付け足し*/
.priceTag {
	font-family: "Lato", sans-serif;
	/*font-style:bold;*/
	line-height: 32px;
	font-size: 16px;
}

.priceTagSmall {
	font-family: "Lato", sans-serif;
	/*font-style:bold;*/
	line-height: 14px;
	font-size: 8px;
}

/*------------------------------
end layout setting
------------------------------*/


/*------------------------------
skin setting
------------------------------*/

/* Windows向け: 游明朝の Medium ウェイトを強制 */
@font-face {
	font-family: "游明朝体";
	src: local("Yu Mincho Medium"), local("YuMincho-Medium");
	font-weight: normal;
}

@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Medium"), local("YuMincho-Medium");
	font-weight: normal;
}

@font-face {
	font-family: "YuMincho";
	src: local("Yu Mincho Medium"), local("YuMincho-Medium");
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
}

header {
	font-family: 'Lato', sans-serif;
}

h1,
h2 {
	font-weight: normal !important;
}

main,
.lead h2 {
	font-family: 'Martel', "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ttlBlock h1 {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	line-height: 14px;
	font-size: 12px;
}

.ttlBlock h2 {
	font-size: 16px;
}

.footnoteButton {
	color: #ff0000;
}

.innerPageLink,
.footnoteButton {
	cursor: pointer;
}

.footnote {
	font-size: 11px;
}

.footnote h2 {
	font-size: 11px;
}

.footnote a {
	word-wrap: break-word;
}

.lead h2 {
	font-size: 11px;
}

.top .lead * {
	list-style: none;
	color: #fff;
}

nav p {
	font-size: 11px;
}

nav ul li {
	font-size: 11px;
	line-height: 1.5em;
}

.content {
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.025em;
}

.line {
	letter-spacing: 0em;
}

.little {
	font-size: 11px;
	vertical-align: text-top;
}

.cover,
.top {
	background: #ff0000;
}

.italicLittle {
	font-size: 10px;
	font-style: italic;
	vertical-align: top;
}

/*------------------------------
end skin setting
------------------------------*/


/*------------------------------
Pseudo-elements & Pseudo-class setting
------------------------------*/
::-webkit-scrollbar {
	display: none;
}

.innerPageLink:hover,
.footnoteButton.little:hover,
a:hover {
	color: #ff0000;
	background: #ff0000;
}

a:active {
	text-decoration: none;
	color: #ff0000;
}

a:visited {
	text-decoration: none;
}

.footnote h2::after {
	content: "/";

	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #ff0000;
}

.lead h2::after,
nav p::after {
	display: block;
	content: ">";

	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #ff0000;
}

.innerPageLink:not(:first-child)::before,
.coverPageLink:not(:first-child)::before,
.coverTextPageLink:not(:first-child)::before,
.topunderHyphen::before,
.topunderHyphen::after,
.topHyphen::before,
.underHyphen::after,
.heading:not(:first-child)::before,
.heading::after,
.subhead::before,
.italicLittle::after {
	display: block;
	content: "-";

	font-family: 'Martel', "游明朝体", "Yu Mincho", YuMincho, YuMincho Medium, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 13px;
	font-style: normal;
	color: #ff0000;
}

.italicLittle:last-child::after {
	display: none;
}

li.slash a::after {
	display: inline-block;
	content: "/";

	color: #ff0000;
}

.content::after {
	display: block;
	content: "";
	clear: both;
}

.lead p:last-child {
	padding-bottom: 0px;
}

.isImg img:last-child,
.content p:last-child {
	margin-bottom: 0px;
}

.isImg img:nth-child(odd) {
	float: left;
}

.isImg img:nth-child(even) {
	float: right;
}

.u-underline {
	text-decoration: underline !important;
	color: #ff0000;
}

.u-colorBk {
	color: #000;
}

.top .lead h2::after,
.top .lead h2::before {
	color: #fff;
}

/*------------------------------
end Pseudo-elements & Pseudo-class setting
------------------------------*/

/*------------------------------
Media Query setting
------------------------------*/

@media (max-width:1280px) {
	body {
		right: auto;
		margin: 0;
		padding-right: 75px;
	}
}

/*------------------------------
end Media Query setting
------------------------------*/